Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-22995

[GSS](7.4.z) WFLY-15569 - Database persistent auto timer are created twice

    XMLWordPrintable

Details

    Description

      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?

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ivassile Ilia Vassilev
              rhn-support-bmaxwell Brad Maxwell
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: