-
Bug
-
Resolution: Done
-
Major
-
None
The customer is having a cluster with two nodes in a domain setup. They have auto timer like below in @Singleton, @Startup EJBs:
@Singleton @Startup public class xxx { @Schedule(second= "*/30", minute = "*", hour = "*", dayOfWeek = "*", month = "*", year = "*", persistent = true) public void schedule() { ... }
In some cases (race condition?) the timer is created twice in the database, see attached files.
Is this a known issue?
- causes
-
WFLY-16290 NPE when EJB Database Timer Persistence adjustCreateAutoTimerStatement is called
- Closed
- is incorporated by
-
JBEAP-22995 [GSS](7.4.z) WFLY-15569 - Database persistent auto timer are created twice
- Closed