sanpwc commented on a change in pull request #120:
URL: https://github.com/apache/ignite-3/pull/120#discussion_r631609035
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java
##########
@@ -201,9 +176,22 @@ else if (evt.newEntry().value().length > 0) {
}
/**
- * Subscribes on table create.
+ * Checks whether the local node hosts Metastorage.
*/
- private void subscribeForTableCreation() {
+ private boolean isLocalNodeInvolvedMetastorage() {
Review comment:
Let's reuse
`org.apache.ignite.internal.metastorage.MetaStorageManager#hasMetastorageLocally`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]