You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor race condition discovered that causes 503 Service Unavailable stack trace
in org.jboss.arquillian.protocol.servlet(5).ServletMethodExecutor class
The issue is that when timer is canceled, an already-running timer can hit an application
that was already undeployed.
Additional Information
PR is coming to fix this.
Fix testing with MicroProfile SDK
The text was updated successfully, but these errors were encountered:
Issue Overview
Minor race condition discovered that causes
503 Service Unavailable
stack tracein
org.jboss.arquillian.protocol.servlet(5).ServletMethodExecutor
classThe issue is that when timer is canceled, an already-running timer can hit an application
that was already undeployed.
Additional Information
PR is coming to fix this.
Fix testing with MicroProfile SDK
The text was updated successfully, but these errors were encountered: