-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
8.0.0.GA
-
None
Scenario: we have a 4 nodes cluster; we deploy an application using replication with `<replication-granularity>ATTRIBUTE</replication-granularity>`; then we fire requests to the cluster for 20 minutes;
after the test has completed and the clients have been stopped, the 4 nodes are shut down in the following order: node1, node2, node3, node4;
when node2 is shut down:
00:08:04 00:08:03.993 [main] DEBUG o.j.e.c.i.i.u.WildFlyServiceInstrumentationProviderSunstone - stopping service WildFly Service 2 00:08:04 00:08:04.265 [main] INFO o.j.e.c.i.i.u.WildFlyServiceInstrumentationProviderSunstone - 00:08:04 00:08:04 ============================================================ 00:08:04 Shutting down service WildFly Service 2 on node 10.16.176.46 with a 15 seconds suspend timeout 00:08:04 ============================================================ 00:08:04 00:08:04 00:08:04.290 [main] DEBUG o.j.e.c.i.i.u.WildFlyServiceInstrumentationProviderSunstone - service WildFly Service 2 has been suspend and shut down with a 15 seconds timeout
we observed the following error on node3:
2023-07-05 00:08:04,355 INFO [org.infinispan.LIFECYCLE] (thread-40,ejb,wildfly3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [wildfly3, wildfly4], phase READ_OLD_WRITE_ALL, topology id 22 2023-07-05 00:08:04,355 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p6-t3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [wildfly3, wildfly4], topology id 22 2023-07-05 00:08:04,356 INFO [org.infinispan.LIFECYCLE] (thread-40,ejb,wildfly3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [wildfly3, wildfly4], phase READ_OLD_WRITE_ALL, topology id 23 2023-07-05 00:08:04,356 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p8-t4) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [wildfly3, wildfly4], topology id 23 2023-07-05 00:08:04,363 INFO [org.infinispan.LIFECYCLE] (thread-40,ejb,wildfly3) [Context=clusterbench-ee10.ear/clusterbench-ee10-ejb.jar/default] ISPN100002: Starting rebalance with members [wildfly3, wildfly4], phase READ_OLD_WRITE_ALL, topology id 21 2023-07-05 00:08:04,365 INFO [org.infinispan.LIFECYCLE] (thread-40,ejb,wildfly3) [Context=clusterbench-ee10.ear/clusterbench-ee10-ejb.jar/default] ISPN100010: Finished rebalance with members [wildfly3, wildfly4], topology id 21 2023-07-05 00:08:04,374 ERROR [org.infinispan.statetransfer.StateConsumerImpl] (non-blocking-thread--p5-t1) ISPN000208: No live owners found for segments {100-128 179-196} of cache clusterbench-ee10.ear.clusterbench-ee10-web-granular.war. Excluded owners: [] 2023-07-05 00:08:04,375 ERROR [org.infinispan.statetransfer.StateConsumerImpl] (thread-40,ejb,wildfly3) ISPN000208: No live owners found for segments {100-128 179-196} of cache clusterbench-ee10.ear.clusterbench-ee10-web-granular.war. Excluded owners: []
Note that the issue is shows intermittently;