You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/03/26 14:28:00 UTC

[jira] [Updated] (STORM-3362) EventHubSpout uses a blocking receiver in nextTuple()

     [ https://issues.apache.org/jira/browse/STORM-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated STORM-3362:
----------------------------------
    Labels: pull-request-available  (was: )

> EventHubSpout uses a blocking receiver in nextTuple()
> -----------------------------------------------------
>
>                 Key: STORM-3362
>                 URL: https://issues.apache.org/jira/browse/STORM-3362
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: York Yang
>            Priority: Major
>              Labels: pull-request-available
>
> As title indicates, the line below:
> eventDatawrap = partitionManager.receive();
> when I dig into it, it's a blocking call which affects ack and fail messages. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)