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-08 19:14:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nifi
/
nifi-nar-bundles
/
nifi-framework-bundle
History
Mark Payne
e01d59a462
NIFI-4379: Event-Driven threads are constantly active, polling a queue to see if there is any work to do. Instead of getting number of active threads from the ScheduledExecutor for these threads, updated code to use an AtomicInteger that is incremented when there's work to do and decremented once complete
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This
closes
#2153
.
2017-09-14 15:39:32 +02:00
..
nifi-framework
NIFI-4379: Event-Driven threads are constantly active, polling a queue to see if there is any work to do. Instead of getting number of active threads from the ScheduledExecutor for these threads, updated code to use an AtomicInteger that is incremented when there's work to do and decremented once complete
2017-09-14 15:39:32 +02:00
nifi-framework-nar
NIFI-4210:
2017-08-10 11:15:35 -07:00
pom.xml
NIFI-3997:
2017-06-08 15:22:51 -04:00