You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2018/01/24 17:10:00 UTC

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

Robert Joseph Evans created STORM-2910:
------------------------------------------

             Summary: 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


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)