[
https://issues.apache.org/jira/browse/SAMZA-2665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423446#comment-17423446
]
Lakshmi Manasa Gaduputi commented on SAMZA-2665:
------------------------------------------------
[https://github.com/apache/samza/pull/1511]
> 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
> Priority: Major
>
> 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)