sanpwc commented on code in PR #6089:
URL: https://github.com/apache/ignite-3/pull/6089#discussion_r2159998922
##########
modules/runner/src/main/java/org/apache/ignite/internal/app/NodePropertiesImpl.java:
##########
@@ -105,4 +108,9 @@ public boolean colocationEnabled() {
public CompletableFuture<Void> stopAsync(ComponentContext
componentContext) {
return nullCompletedFuture();
}
+
+ @Override
+ public Map<String, String> nodeAttributes() {
+ return Map.of(COLOCATION_FEATURE_FLAG,
Boolean.toString(colocationEnabled()));
Review Comment:
On the contrary, I believe it makes the solution more consistent.
--
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]