Lakshmi Manasa Gaduputi created SAMZA-2665:
----------------------------------------------
Summary: AzureBlob SystemProducer: stop block upload retrying when
InterruptedException is thrown
Key: SAMZA-2665
URL: https://issues.apache.org/jira/browse/SAMZA-2665
Project: Samza
Issue Type: Bug
Reporter: Lakshmi Manasa Gaduputi
Assignee: Lakshmi Manasa Gaduputi
AzureBlobOutputStream has retry logic when hit with exceptions while uploading
a block to Azure Blob Storage. The retry logic catches all exceptions and
attempts again - including for interrupted exceptions. This causes issues for
the user of the SystemProducer where the interrupted thread is not handled.
Fix is to immediately bubble up exception for interrupted exceptions instead of
retrying.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)