nifi/nifi-commons
Mark Payne 604656fe88
NIFI-950: Make component validation asynchronous
NIFI-950: Still seeing some slow response times when instantiating a large template in cluster mode so making some minor tweaks based on the results of CPU profiling
NIFI-5112: Refactored FlowSerializer so that it creates the desired intermediate data model that can be serialized, separate from serializing. This allows us to hold the FlowController's Read Lock only while creating the data model, not while actually serializing the data. Configured Jersey Client in ThreadPoolRequestReplicator not to look for features using the Service Loader for every request. Updated Template object to hold a DOM Node that represents the template contents instead of having to serialize the DTO, then parse the serialized form as a DOM object each time that it needs to be serialized.
NIFI-5112: Change ThreadPoolRequestReplicator to use OkHttp client instead of Jersey Client
NIFI-5111: Ensure that if a node is no longer cluster coordinator, that it clears any stale heartbeats.
NIFI-5110: Notify StandardProcessScheduler when a component is removed so that it will clean up any resource related to component lifecycle.
NIFI-950: Avoid gathering the Status objects for entire flow when we don't need them; removed unnecessary code
NIFI-950: Bug fixes
NIFI-950: Bug fix; added validation status to ProcessorDTO, ControllerServiceDTO, ReportingTaskDTO; updated DebugFlow to allow for pause time to be set in the customValidate method for testing functionality
NIFI-950: Addressing test failures
NIFI-950: Bug fixes
NIFI-950: Addressing review feedback
NIFI-950: Fixed validation logic in mock framework
This closes #2693
2018-05-16 14:39:23 -04:00
..
nifi-data-provenance-utils NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-expression-language NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-flowfile-packager NIFI-5108 Updated all explicit refs and media nar usage of commons-compress to latest version and updated spring redis client 2018-04-24 15:16:04 -04:00
nifi-hl7-query-language NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-logging-utils NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-properties NIFI-5135: 2018-05-07 11:17:26 -04:00
nifi-record NIFI-5138: Bug fix to ensure that when we have a CHOICE between two or more REOCRD types that we choose the appropriate RECORD type when creating the Record in the JSON Reader. 2018-05-09 18:38:04 +02:00
nifi-record-path NIFI-5138: Bug fix to ensure that when we have a CHOICE between two or more REOCRD types that we choose the appropriate RECORD type when creating the Record in the JSON Reader. 2018-05-09 18:38:04 +02:00
nifi-schema-utils NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-security-utils NIFI-5135: 2018-05-07 11:17:26 -04:00
nifi-site-to-site-client NIFI-5065: HTTP Site-to-Site fails sending data more than 2GB at once 2018-04-10 16:08:11 -04:00
nifi-socket-utils NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-utils NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-web-utils NIFI-950: Make component validation asynchronous 2018-05-16 14:39:23 -04:00
nifi-write-ahead-log NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
pom.xml NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00