Skip to content

A minimal example project which demonstrates the EJB timer issue

Notifications You must be signed in to change notification settings

guestlinelabs/wildfly-timer-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wildfly-timer-issue

A minimal example project which demonstrates the WFCORE-4967 EJB timer issue

Root cause

RequestController is not thread safe when in paused mode.

Recreation steps

  1. Deploy sample application to the wildfly server (via cli or just by copy it to standalone/deployments).
  2. Start the server

Note

Above order is very important because when app is deployed after RequestController is resumed, issue is not occurring.

Expected

All timers from SomeTimers class are triggered after the server is resumed.

This can be confirmed by finding an entry in server log at INFO level, which message starts with timers OK

Incorrect behaviour

Some (random) timers are omitted, there is a message in logs saying timers FAIL or there is no log entry at all.

About

A minimal example project which demonstrates the EJB timer issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages