Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(85)

Unified Diff: replicaset/replicaset.go

Issue 102980043: replicaset/Initiate: refresh the session
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: replicaset/replicaset.go
=== modified file 'replicaset/replicaset.go'
--- replicaset/replicaset.go 2014-06-02 16:04:06 +0000
+++ replicaset/replicaset.go 2014-06-03 10:41:31 +0000
@@ -71,6 +71,7 @@
}
for i := 0; i < maxInitiateStatusAttempts; i++ {
+ monotonicSession.Refresh()
status, err := getCurrentStatus(monotonicSession)
if err != nil {
logger.Warningf("Initiate: fetching replicaset status failed: %v", err)
« no previous file with comments | « [revision details] ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b