[
https://issues.apache.org/jira/browse/IGNITE-21512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863739#comment-17863739
]
Kirill Tkalenko commented on IGNITE-21512:
------------------------------------------
Looks good!
> 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
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> # 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)