Hello all, I'm trying to upgrade an existing cluster from 2.7.0 to 2.8.1, and am following the upgrade procedure outlined in the Ignite documentation. I'm noticing new warnings I haven't seen before from my 2.8.1 clients, and am not sure how to get rid of them, or how important they are to fix.
*Rebalance batches prefetch count mismatch [cacheName=ignite-sys-cache, localRebalanceBatchesPrefetchCount=3, remoteRebalanceBatchesPrefetchCount=2, rmtNodeId=xxx-xxx-xxx-xxx]* The Rebalance batches prefetch one seems to be an issue between the 2.7.0 default being 2, and the 2.8.1 default being 3, however after upgrading the cluster it is not using the new default of 3. I've tried restarting the cluster, as well as explicitly setting rebalanceBatchesPrefetchCount to 3 in the config, but it still stays at 2. Is this a bug or is there a specific way to change this config value? *Ignite work directory is not provided, automatically resolved to: /app/ignite/work Serialization of Java objects in H2 was enabled.* I'm assuming these other two are less important, but I'm still not sure how to get rid of them. Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
