-
After short analysis, I do not think this is schema issue, but issue with clustering using ACS ClusteredNodeStrategy with PEP (persistent) in which when item is published on not existing PEP node then packet with publication is cloned to every node for processing, which in some cases leads to case when 2 or more nodes might try to create node as this packet may be processed on both nodes at the same time.
-
I changed clustering implementation to check in clustering strategy publication of item for not existing PEP node and create this node if needed (same as PublishItemModule would do). This (as done before sending notification to other nodes) protects from race condition which lead to this issue.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
2659
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)