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

Roman Puchkovskiy updated IGNITE-21512:
---------------------------------------
    Description: 
# Start 2 nodes (0 and 1); 0 is the Metastorage leader
 # Inhibit watches on node 1
 # Via node 0, create a table
 # Initiate an INSERT to this table via node 1, it hangs as expected (as it 
should wait for schema sync to complete, which is paused by the inhibitor)
 # Stop the inhibitor
 # It can be seen from node 1 logs that it accepts Metastorage events, starts 
Raft groups for partitions assigned to it, creates indices, completes the 
schema sync future (corresponding to the INSERT operation), but sometimes the 
INSERT future gets completed, and sometimes it just hangs forever

> Insert hangs after metastorage inhibitor stop
> ---------------------------------------------
>
>                 Key: IGNITE-21512
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21512
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> # Start 2 nodes (0 and 1); 0 is the Metastorage leader
>  # Inhibit watches on node 1
>  # Via node 0, create a table
>  # Initiate an INSERT to this table via node 1, it hangs as expected (as it 
> should wait for schema sync to complete, which is paused by the inhibitor)
>  # Stop the inhibitor
>  # It can be seen from node 1 logs that it accepts Metastorage events, starts 
> Raft groups for partitions assigned to it, creates indices, completes the 
> schema sync future (corresponding to the INSERT operation), but sometimes the 
> INSERT future gets completed, and sometimes it just hangs forever



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

Reply via email to