Update git submodules
* Update plugins/replication from branch 'master'
- Merge branch 'stable-2.14'
* stable-2.14:
Fix minor nits in documentation of replication.maxRetries
Fix replication retries when maxRetries is set to 0
Set max retries to avoid queue congestion
Change-Id: I303d3b471bc98eaead33cfa49d614b176cf34f58
- Merge branch 'stable-2.13' into stable-2.14
* stable-2.13:
Fix minor nits in documentation of replication.maxRetries
Fix replication retries when maxRetries is set to 0
Set max retries to avoid queue congestion
Change-Id: Icf972f3df7d3d59925db670bc1f033028306d0c1
- Fix minor nits in documentation of replication.maxRetries
Change-Id: I80e46269e12b9e7a429634dd90ce52e90cc6ad79
- Fix replication retries when maxRetries is set to 0
maxRetries defaults to 0 which means retry indefinitely but it was not
retrying.
Change-Id: I6c8d8d6b1511d67b647f25193dcfe860687eea76
- Set max retries to avoid queue congestion
When servers have *a lot* of remote slaves, some of them
unstable and potentially offline, a maximum retry policy is
needed to prevent push events to stay in the replication queue
and getting rescheduled forever.
Keep backward-compatible configuration by setting maxRetry
by default to zero, which means disabled.
Change-Id: I060cc7bc3a4d1089b0815db02d2e1430f83a2015
diff --git a/plugins/replication b/plugins/replication
index e145010..2540766 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit e145010de7911623c98e6111537ffa4997d1a82e
+Subproject commit 25407661098f4848e771395d62da2feca1135793