You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Lapin (Jira)" <ji...@apache.org> on 2023/05/31 09:20:00 UTC

[jira] [Created] (IGNITE-19606) Assert that it's not possible to deployWatches before metaStorageManager.start()

Alexander Lapin created IGNITE-19606:
----------------------------------------

             Summary: Assert that it's not possible to deployWatches before metaStorageManager.start()
                 Key: IGNITE-19606
                 URL: https://issues.apache.org/jira/browse/IGNITE-19606
             Project: Ignite
          Issue Type: Improvement
            Reporter: Alexander Lapin


h3. Motivation

Occurred that in some tests deployWatches was called on not started metaStorageManager which leads to failures and unpredictable artifacts. In order to prevent such possibility it's required to add corresponding assertion in deployWatches. 
h3. Definition of Done

Calling deployWatches on not started meta storage manager will result in an AssertionException.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)