Re: 2.7.0 -> 2.8.1 Upgrade warnings and issues

2020-08-20 Thread Ilya Kasnacheev
Hello!

If you use persistence, I think the value will be stored alongside your
cache.

You can specify work directory explicitly to get rid of the next warning.

"Serialization of java objects" is something that is disabled by Ignite, it
is only relevant if you are using H2 anywhere outside the Ignite code.

Regards,
-- 
Ilya Kasnacheev


чт, 13 авг. 2020 г. в 16:36, bhlewka :

> 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/
>


2.7.0 -> 2.8.1 Upgrade warnings and issues

2020-08-13 Thread bhlewka
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/