You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2021/06/15 07:51:00 UTC

[jira] [Created] (HDDS-5348) Pipeline creator may miss one-shot run

Attila Doroszlai created HDDS-5348:
--------------------------------------

             Summary: Pipeline creator may miss one-shot run
                 Key: HDDS-5348
                 URL: https://issues.apache.org/jira/browse/HDDS-5348
             Project: Apache Ozone
          Issue Type: Bug
          Components: SCM
    Affects Versions: 1.2.0
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


If {{BackgroundPipelineCreatorV2}} tries to trigger one-shot run while pipeline creation is in progress (before entering {{wait()}}), then its {{notifyAll()}} call is lost.  This can result in unnecessary wait, as it will only check if it needs to run after the wait is over.

I think this may contribute to tests timing out waiting for SCM safemode exit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org