[
https://issues.apache.org/jira/browse/ODE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584514#comment-14584514
]
Hudson commented on ODE-1033:
-----------------------------
SUCCESS: Integrated in ODE-1.x #504 (See
[https://builds.apache.org/job/ODE-1.x/504/])
ODE-1033: Implemented thread safe version counter (sathwik:
https://github.com/apache/ode/commit/99d70ed56cb8a095035ef519039549184cc3b84e)
* bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java
> Assignment of monotonic version numbers in ProcessStore are not thread safe
> ---------------------------------------------------------------------------
>
> Key: ODE-1033
> URL: https://issues.apache.org/jira/browse/ODE-1033
> Project: ODE
> Issue Type: Bug
> Components: Deployment
> Affects Versions: 1.3.6
> Reporter: Sathwik Bantwal Premakumar
> Assignee: Sathwik Bantwal Premakumar
> Fix For: 1.3.7, 1.4
>
>
> While load testing, came across this issue where some of the deployment units
> get the same version numbers and the deployment fails.
> During concurrent deployments, the code block where the version number is
> retrieved and set on the deployment unit in deploy operation of
> ProcessStoreImpl results in returning same version numbers for multiple
> threads.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)