ObjectStorageSink: Prevent PE crash when using closeOnPunct and output port
markheger opened this issue · comments
markheger commented
Connection error causes PE crash, when using the ObjectStorageSink operator in synchronous mode:
- closeOnPunct=
true
- output port present
Operator should behave similar to async mode (no ouput port present) and increment the metric nCloseFailures
in case of connection/close failures.