You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Chudov (Jira)" <ji...@apache.org> on 2023/03/04 02:23:00 UTC

[jira] [Updated] (IGNITE-18919) Fix ItIgniteNodeRestartTest#testMetastorageStop

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

Denis Chudov updated IGNITE-18919:
----------------------------------
    Description: 
See IGNITE-18918

Acceptance criteria: 
 # Fix the test, the condition must be met at least once during the test.
 # The condition shouldn't depend on count configuration changes. 
 # Investigate the root cause of fails and fix it

 
{code:java}
if (rev == cfgGap / 2) {
    log.info("Stopping METASTORAGE");

    stopNode(0);

    log.info("Starting METASTORAGE");

    startNode(0);

    log.info("Restarted METASTORAGE");
}  
  {code}
Except of fixing the condition, there is a problem with restarting metastorage node: it hangs on recovery because configuration updates don't work for some reason. This needs deeper investigation.

 

  was:
See IGNITE-18918

Acceptance criteria: 
 # Fix the test, the condition must be met at least once during the test.
 # The condition shouldn't depend on count configuration changes. 
 # Investigate the root cause of fails and fix it

 
{code:java}
if (rev == cfgGap / 2) {
    log.info("Stopping METASTORAGE");

    stopNode(0);

    log.info("Starting METASTORAGE");

    startNode(0);

    log.info("Restarted METASTORAGE");
}  
  {code}
 

 


> Fix ItIgniteNodeRestartTest#testMetastorageStop
> -----------------------------------------------
>
>                 Key: IGNITE-18919
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18919
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Gagarkin
>            Priority: Critical
>              Labels: ignite-3
>
> See IGNITE-18918
> Acceptance criteria: 
>  # Fix the test, the condition must be met at least once during the test.
>  # The condition shouldn't depend on count configuration changes. 
>  # Investigate the root cause of fails and fix it
>  
> {code:java}
> if (rev == cfgGap / 2) {
>     log.info("Stopping METASTORAGE");
>     stopNode(0);
>     log.info("Starting METASTORAGE");
>     startNode(0);
>     log.info("Restarted METASTORAGE");
> }  
>   {code}
> Except of fixing the condition, there is a problem with restarting metastorage node: it hangs on recovery because configuration updates don't work for some reason. This needs deeper investigation.
>  



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