-
1. Re: Why WildFly model does not offer operation to force recovery to be run
tomjenkinson Aug 21, 2019 9:39 AM (in response to ochaloup)Personally I think it would be fine to add it as an enhancement to WildFly. It is niche to need do it but it could be added. As you say, for a long time in standalone we have allowed connecting to the socket to trigger the scan. IIRC recovery-listener is disabled by default.
-
2. Re: Why WildFly model does not offer operation to force recovery to be run
mmusgrov Sep 2, 2019 6:00 AM (in response to ochaloup)ochaloup wrote:
But a little bit against this logic there is defined a socket binding in the configuration (WildFly 17.0 Model Reference ). It is possible to communicate with the recovery manager through that socket to force the operation. Why that was not transferred to be an model operation?
Socket management is a big issue for many users so we expose the recovery socket to allow users to change the port.
I agree that we do not have a use case for adding a "trigger recovery operation": developers and tooling can use the socket to trigger recover scans and tooling can use internal mechanisms.
-
3. Re: Why WildFly model does not offer operation to force recovery to be run
ochaloup Sep 30, 2019 10:55 AM (in response to ochaloup)The work on the operation is to be tracked at the issue [WFLY-12610] Provide a proper :recover management operation for transactions - JBoss Issue Tracker