vldpyatkov commented on code in PR #3422:
URL: https://github.com/apache/ignite-3/pull/3422#discussion_r1562394152
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##########
@@ -1832,8 +1850,10 @@ private Set<Assignment>
getAssignmentsFromMetaStorage(MetaStorageManager metaSto
: Assignments.fromBytes(e.value()).nodes();
}
- private int tableId(Ignite node, String tableName) {
- return (unwrapTableImpl(node.tables().table(tableName))).tableId();
+ private int zoneId(IgniteImpl node, String zoneName) {
+ int zoneId = getZoneIdStrict(node.catalogManager(),
zoneName.toUpperCase(), node.clock().nowLong());
Review Comment:
It is just a test. There are no far-reaching plans.
I don't think it needs to be improved.
--
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]