kgusakov commented on code in PR #2070:
URL: https://github.com/apache/ignite-3/pull/2070#discussion_r1210231112
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##########
@@ -1038,7 +1038,9 @@ public void testOneNodeRestartWithGap() throws
InterruptedException {
/**
* Checks that the table created in cluster of 2 nodes, is recovered on a
node after restart of this node.
*/
- @Test
+ // TODO: https://issues.apache.org/jira/browse/IGNITE-19506 here we
receive the empty nodes from baseline manager,
+ // but should get the nodes from metastore instead
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-19506")
Review Comment:
At the moment:
- createTableAsyncInternal doesn't call topologyVersionedDataNodes
- instead datanodes calculated onTableCreate event from baseline manager
(while IGNITE-19425 is not implemented, I guess)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]