IBMStreams / streamsx.objectstorage

The com.ibm.streamsx.objectstorage toolkit supports Object Storage services with S3 API like IBM Cloud Object Storage service.

Home Page:https://ibmstreams.github.io/streamsx.objectstorage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObjectStorageSink: Prevent PE crash when using closeOnPunct and output port

markheger opened this issue · comments

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.