We have WildFly full-ha profile with ejb dist cache in domain mode. There is no SFSB in application. But it looks like state transfer occurs on startup of nodes. Is there any option view the objects in wildfly infinishapn ejb dist cache?
Asked
Active
Viewed 41 times
0
-
1state transfer occurs on the startup of nodes. yes, it is the default behavior. – Diego Jan 30 '20 at 10:58
-
"Is there any option view the objects in wildfly infinishapn ejb dist cache". I didn't understand your question. could you please give some examples? Tks – Diego Jan 30 '20 at 10:58
-
Since there is no statefule session beans in the application, I wonder which objects are in ejb dist cache. Is there any way to inspect? – Valsaraj Viswanathan Jan 30 '20 at 13:59
-
1Yes. please check my answer in https://stackoverflow.com/questions/59156357/how-can-i-cluster-application-scope-state-in-wildfly/59176149#59176149 – Diego Jan 31 '20 at 11:16
-
Is it possible to view via JMX or something like that? – Valsaraj Viswanathan Jan 31 '20 at 12:36
-
1You can use JMX to see statistics, not cache values or keys. – Diego Jan 31 '20 at 13:07