We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6c63a commit 0f6aa82Copy full SHA for 0f6aa82
mongodb_consistent_backup/Oplog/Resolver/ResolverThread.py
@@ -21,7 +21,7 @@ def __init__(self, state, uri, tailed_oplog, mongodump_oplog, max_end_ts, compre
21
22
self.oplogs = {}
23
self.changes = 0
24
- self.stopped = True
+ self.stopped = False
25
26
def run(self):
27
self.oplogs['backup'] = Oplog(self.mongodump_oplog['file'], self.do_gzip(), 'a+')
0 commit comments