Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Fix unlink Inotify problem #1717

Merged
merged 3 commits into from
May 2, 2018
Merged

Fix unlink Inotify problem #1717

merged 3 commits into from
May 2, 2018

Conversation

qiyuangong
Copy link
Contributor

Fix an issue in InotifyEventApplier, which may cause namespace not mismatch in file table.

if (fileInfo.isdir()) {
insertDeleteDiff(unlinkEvent.getPath(), true);
// delete all files in this dir from file table
return Arrays.asList(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be path and path/%

@qiyuangong qiyuangong merged commit 24d00f7 into Intel-bigdata:trunk May 2, 2018
@qiyuangong qiyuangong deleted the fixInotifydelete branch May 2, 2018 16:21
qiyuangong added a commit that referenced this pull request May 4, 2018
Fix an issue in InotifyEventApplier.getUnlinkSql, which may cause namespace not mismatch in file table.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants