nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site
Mark Payne 57c7883f64
NIFI-7566: Avoid using Thread.sleep() to wait for Site-to-Site connection to be handled. Instead, use TimeUnit.timedWait and use Object.notifyAll when setting the beingServiced flag. This significantly reduces latency and improves throughput for small-batch site-to-site communications
This closes #4353.

Signed-off-by: Andy LoPresto <alopresto@apache.org>
2020-06-19 15:37:02 -07:00
..
src NIFI-7566: Avoid using Thread.sleep() to wait for Site-to-Site connection to be handled. Instead, use TimeUnit.timedWait and use Object.notifyAll when setting the beingServiced flag. This significantly reduces latency and improves throughput for small-batch site-to-site communications 2020-06-19 15:37:02 -07:00
pom.xml NIFI-7407 Replaced SSLContextFactory references to "TLS" with "TLSv1.2" (in shared constant). 2020-05-19 12:56:59 -07:00