This website requires JavaScript.
Explore
Help
Sign In
Apache
/
nifi
Watch
1
Star
0
Fork
0
You've already forked nifi
mirror of
https://github.com/apache/nifi.git
synced
2025-02-16 06:55:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nifi
/
nifi-nar-bundles
/
nifi-provenance-repository-bundle
/
nifi-persistent-provenance-repository
History
Mark Payne
778ba3957e
NIFI-3631: This
closes
#1613
. Do not change Active Directory in IndexDirectoryManager when it becomes full. Instead, wait until it is committed and is removed by the onIndexCommitted method. This resolved a bug where the index can exceed the configured limit but not yet be committed and as a result would no longer be the active index. As a result, this bug causes the IndexWriter never to get closed/removed from the IndexManager, and so a memory leak is created
...
Signed-off-by: joewitt <joewitt@apache.org>
2017-04-07 14:42:18 -04:00
..
src
NIFI-3631: This
closes
#1613
. Do not change Active Directory in IndexDirectoryManager when it becomes full. Instead, wait until it is committed and is removed by the onIndexCommitted method. This resolved a bug where the index can exceed the configured limit but not yet be committed and as a result would no longer be the active index. As a result, this bug causes the IndexWriter never to get closed/removed from the IndexManager, and so a memory leak is created
2017-04-07 14:42:18 -04:00
pom.xml
NIFI-3055 StandardRecordWriter Can Throw UTFDataFormatException
2017-02-03 20:52:32 +00:00