ibessonov commented on code in PR #1016:
URL: https://github.com/apache/ignite-3/pull/1016#discussion_r958114339
##########
modules/table/src/main/java/org/apache/ignite/internal/utils/RebalanceUtil.java:
##########
@@ -157,6 +171,12 @@ public class RebalanceUtil {
/** Key prefix for stable assignments. */
public static final String STABLE_ASSIGNMENTS_PREFIX =
"assignments.stable.";
+ /** Key prefix for switch reduce assignments. */
+ public static final String ASSIGNMENTS_SWITCH_REDUCE_PREFIX =
"assignments.switch.reduce.";
Review Comment:
We can do it later, because it is unrelated. It's just funny how we compare
"writeObject" with native UOS, but then send these big ass strings over the
network
--
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]