[
https://issues.apache.org/activemq/browse/AMQ-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55045#action_55045
]
Andreas Kuhtz commented on AMQ-2028:
------------------------------------
You should create a new issue or at least re-open this issue ....
> ActiveMQSessionExecutor.taskRunner usage is very non-thread-safe
> ----------------------------------------------------------------
>
> Key: AMQ-2028
> URL: https://issues.apache.org/activemq/browse/AMQ-2028
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.3.0
> Reporter: David Jencks
> Assignee: David Jencks
> Fix For: 5.3.0
>
>
> cmon guys,
> if (taskRunnerCreated.compareAndSet(false, true)) {
> if (taskRunner == null) {
> taskRunner =
> session.connection.getSessionTaskRunner().createTaskRunner(this,
> "ActiveMQ Session: " +
> session.getSessionId());
> }
> }
> taskRunner.wakeup();
> is not anywhere close to thread safe.
> I'm seeing JmsClientAckTest and JmsRedeliveredTest failing due to this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.