summaryrefslogtreecommitdiff
path: root/common/changes/feature_5388_avoid-concurrent-syncs-update-handler-conflict
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2014-03-27 10:42:26 -0300
committerdrebs <drebs@leap.se>2014-04-02 12:00:36 -0300
commite2a3431c13773af43b50797566feedc15fdf94ce (patch)
tree3af7fdc5ec5c9cba010fbc13fc62982ae6d7f886 /common/changes/feature_5388_avoid-concurrent-syncs-update-handler-conflict
parentd028eecfcbb8a137d5f4896a4bf7268c3eefd1da (diff)
Retry recording sync info on couch backend (#5388).
Diffstat (limited to 'common/changes/feature_5388_avoid-concurrent-syncs-update-handler-conflict')
-rw-r--r--common/changes/feature_5388_avoid-concurrent-syncs-update-handler-conflict2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/changes/feature_5388_avoid-concurrent-syncs-update-handler-conflict b/common/changes/feature_5388_avoid-concurrent-syncs-update-handler-conflict
new file mode 100644
index 00000000..d0c820db
--- /dev/null
+++ b/common/changes/feature_5388_avoid-concurrent-syncs-update-handler-conflict
@@ -0,0 +1,2 @@
+ o Avoid concurrent syncs problem by adding a lock for PUTting to the sync
+ log update handler (#5388).