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 2018/01/25 17:16:00 UTC

[jira] [Updated] (STORM-2910) Tests taking a long time to run

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

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

> Tests taking a long time to run
> -------------------------------
>
>                 Key: STORM-2910
>                 URL: https://issues.apache.org/jira/browse/STORM-2910
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>            Priority: Major
>              Labels: pull-request-available
>
> The test for me went form 17 mins to run everything up to 30 mins to run everything.
> I did some debugging and found that the slot is not very responsive if it cannot connect to nimbus (to send metrics back).  In those cases the connection has to time out before the slot can respond.
> I think we want to do 2 things here.  First we don't want slot blocking for long periods of time if it cannot talk to nimbus, so I am going to background the sync, with a queue that will throw out old metrics if the new ones want to be sent.
> Next I am going to figure out why the local override is not happening in the nimbus client in this situation.



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