ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2.02k stars 580 forks source link

Issue with PoolSettingsProvider and PoolStatisticsProvider after failover #2289

Closed anthonydahanne closed 6 years ago

anthonydahanne commented 6 years ago

After a fail over, there is no longer pool server side stats nor capabilities.

anthonydahanne commented 6 years ago

to provide more context : we found a regression in ehcache3, where ehcache server stats do not show up after a fail over. In tc platform, we already have a test for stats after failover, this is why I believe this issue is particular to ehcache 3

mathieucarbou commented 6 years ago

I'll wait for @AbfrmBlr to complete our work for https://github.com/ehcache/ehcache3/pull/2293 first. He has planned on changing some IT tests so I will take his updates before adding yours and see what's wrong.

mathieucarbou commented 6 years ago

@anthonydahanne @myronkscott : I think there's a bug in voltron. Some addNode() calls that we are doing are discarded by platform and never received from the IStripeMonitoring interface. I'll open a ticket in core.