Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.4: Support handling of TailThread cursor/connection failures #174

Merged
merged 33 commits into from
Jun 16, 2017
Merged

1.0.4: Support handling of TailThread cursor/connection failures #174

merged 33 commits into from
Jun 16, 2017

Conversation

timvaillancourt
Copy link
Contributor

  1. Support better handling/logging of TailThread cursor/connection failures
  2. Fsync the tailed oplog to disk on time or doc-writes thresholds.
  3. Pass 'backup_stop' event to threads to signal failure to other child threads.
  4. Allow oplog tailing to be disabled.
  5. Added script to simulate failure of cursor/query.

timvaillancourt and others added 30 commits May 23, 2017 20:22
@timvaillancourt timvaillancourt merged commit d0b5014 into Percona-Lab:1.0.4 Jun 16, 2017
@timvaillancourt timvaillancourt deleted the oplog_tailer_flush branch June 16, 2017 12:44
@timvaillancourt timvaillancourt mentioned this pull request Jul 21, 2017
timvaillancourt added a commit that referenced this pull request Aug 4, 2017
* Only apply quorum checking to voting members

* Only apply quorum checking to electable members (not arbiter or priority=0)

* 'make docker' must depend on the bin/mongodb-consistent-backup Makefile-step (#167)

* Fix issue #163, move to OperationError() (#168)

* Remove 'secondary_count' logic, only count electable nodes for new quorum logic (#169)

* 1.0.4: Print more mongodump details (#170)

* Print more details about mongodump

* Version must be set first

* Check if version unknown

* 1.0.4: Ensure Resolver consistent timestamp is not before end of mongodump (#164) (#171)

* Don't return an consistent_end_ts that is earlier than the last_ts of mongodump oplogs
* Some code cleanup and fixed rounding-up logic

* 1.0.4: Support handling of TailThread cursor/connection failures (#174)

Support better handling/logging of TailThread cursor/connection failures
Fsync the tailed oplog to disk on time or doc-writes thresholds.
Pass 'backup_stop' event to threads to signal failure to other child threads.
Allow oplog tailing to be disabled.
Added script to simulate failure of cursor/query.

* Fix disabling of oplog tailer

* Fix disabling of oplog tailer (#175)

* 1.0.4: Mongodump handle error (#176)

* Handle mongodump's "Failed: ..." messages as a proper error

* 1.0.4: Support Google Cloud Storage upload v1 (#178)

* 1.1.0 VERSION (#180)

* Readme gcs (#181)

* Readme gcs 2 (#182)

* 1.1.0 requirements.txt update (#183)

* Update Fabric and boto versions

* 1.1.0 repllag default 10s (#184)

* Raise default repl lag max to 10s, 5s has shown to be too low on many hosts. 3.4 adds a no-op oplog update every 10s so this seems to align nicely with it

* 1.1.0 gcs upload threading (#185)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants