ricky2129 commented on issue #10560:
URL: https://github.com/apache/seatunnel/issues/10560#issuecomment-4002479024
Thanks for the review! Both fixes are already implemented in this PR:
1. 'RetryableHazelcastException' added to
'ExceptionUtil.isOperationNeedRetryException' — activates SeaTunnel's 30-retry
× 2000ms window for the `putIfAbsent` case
2. 'runningJobStateIMap.get(jobId)' in 'restoreJobFromMasterActiveSwitch'
wrapped in 'RetryUtils' using the same pattern as 'IMapCheckpointIDCounter'
('Constant.OPERATION_RETRY_TIME',
'ExceptionUtil::isOperationNeedRetryException',
'Constant.OPERATION_RETRY_SLEEP')
Both changes compile and build successfully. Let me know if you'd like a
unit test added or any other changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]