You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2022/12/14 08:35:00 UTC

[jira] [Created] (IGNITE-18410) Put data to metastorage during some components start leads to assertion error

Mirza Aliev created IGNITE-18410:
------------------------------------

             Summary: Put data to metastorage during some components start leads to assertion error
                 Key: IGNITE-18410
                 URL: https://issues.apache.org/jira/browse/IGNITE-18410
             Project: Ignite
          Issue Type: Bug
            Reporter: Mirza Aliev


When we was developing https://issues.apache.org/jira/browse/IGNITE-18087 some tests on restart started to fail on the assertion 

{code:java}
assert rev >= appliedRevision : IgniteStringFormatter.format(
{code} 

in {{ConfigurationCatchUpListener}}.

It means that we have inconsistency when we compare storage revision from configuration and revision from the event. Needed to investigate.
 



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