vldpyatkov commented on code in PR #1493:
URL: https://github.com/apache/ignite-3/pull/1493#discussion_r1064961239
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/impl/MetaStorageManagerImpl.java:
##########
@@ -200,7 +200,7 @@ public void onDisappeared(ClusterNode member) {
public void start() {
this.metaStorageSvcFut = cmgMgr.metaStorageNodes()
// use default executor to avoid blocking CMG manager threads
- .thenComposeAsync(metaStorageNodes -> {
+ .thenCompose(metaStorageNodes -> {
Review Comment:
I am sure, because the code does not execute in CMG thread after all
components began start in the common thread pool.
--
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]