Skip to content

NIFI-2087: Do not update the lucene index to delete expired events...#652

Closed
markap14 wants to merge 1 commit intoapache:masterfrom
markap14:NIFI-2087
Closed

NIFI-2087: Do not update the lucene index to delete expired events...#652
markap14 wants to merge 1 commit intoapache:masterfrom
markap14:NIFI-2087

Conversation

@markap14
Copy link
Contributor

Instead, just wait for the entire index to expire and remove the files for that index. This is much more efficient.

…nstead, just wait for the entire index to expire and remove the files for that index. This is much more efficient.
@JPercivall
Copy link
Contributor

Reviewing

@JPercivall
Copy link
Contributor

I see this change only taking effect when the repo is initialized. Is there really no other place that should be updated?

@markap14
Copy link
Contributor Author

@JPercivall no, that should be it. We have one other place where we use the DeleteFileAction but it still needs to stay there. This should take care of it.

@JPercivall
Copy link
Contributor

+1

Did a contrib check build, visually verified and ran a lot of data with a small index size and saw it work as expected. Will merge in.

@asfgit asfgit closed this in 2540573 Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants