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

mds/quiesce-db: track db epoch separately from the membership epoch #57454

Merged
merged 3 commits into from
May 16, 2024

Conversation

leonid-s-usov
Copy link
Contributor

Fixes: https://tracker.ceph.com/issues/65977

Tracking the db epoch separately will make sure that replicas only follow leader's epoch choice, even if they are already on the new membership epoch. This eliminates races due to the random order of mdsmap updates.

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows
  • jenkins test rook e2e

…a root

Signed-off-by: Leonid Usov <leonid.usov@ibm.com>
Tracking the db epoch separately will make sure that replicas
only follow leader's epoch choice, even if they are already on
the new membership epoch. This eliminates races due to the
random order of mdsmap updates.

Fixes: https://tracker.ceph.com/issues/65977
Signed-off-by: Leonid Usov <leonid.usov@ibm.com>
Prevent sending of the same version to the same peer more than once a second

Signed-off-by: Leonid Usov <leonid.usov@ibm.com>
@leonid-s-usov
Copy link
Contributor Author

@batrick please approve for merge. See #57332 (comment)

@leonid-s-usov
Copy link
Contributor Author

jenkins test make check

@batrick batrick merged commit cbb1da1 into main May 16, 2024
12 checks passed
@batrick batrick deleted the wip-lusov-quiesce-db-epoch branch May 16, 2024 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cephfs Ceph File System tests
Projects
None yet
2 participants