marklogic / nifi

Mirror of Apache NiFi to support ongoing MarkLogic integration efforts
https://marklogic.github.io/nifi/
Apache License 2.0
12 stars 23 forks source link

MLE-14335 Improving error handling for when batcher is stopped #219

Closed rjrudin closed 3 months ago

rjrudin commented 3 months ago

Testing verified that logging the IllegalStateException was very noisy and didn't add any value.

There's no automated test for the change of not logging the stacktrace of an ISE though since the only change in behavior is that lack of logging.

Also bumped up dependencies.