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

safekeeper: implement timeline pause #7711

Open
wants to merge 1 commit into
base: sk-move-cancelled
Choose a base branch
from
Open

Conversation

arssher
Copy link
Contributor

@arssher arssher commented May 12, 2024

So far it immediately stops only writes to the timeline, which is already might be useful.

@arssher arssher requested a review from a team as a code owner May 12, 2024 04:04
@arssher arssher requested review from jcsp and petuhovskiy and removed request for a team and jcsp May 12, 2024 04:04
Copy link

github-actions bot commented May 12, 2024

2886 tests run: 2760 passed, 6 failed, 120 skipped (full report)


Failures on Postgres 16

Failures on Postgres 15

Failures on Postgres 14

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_forward_compatibility[release-pg14] or test_forward_compatibility[debug-pg14] or test_forward_compatibility[release-pg15] or test_forward_compatibility[debug-pg15] or test_forward_compatibility[release-pg16] or test_forward_compatibility[debug-pg16]"
Flaky tests (2)

Postgres 16

  • test_vm_bit_clear_on_heap_lock: debug

Postgres 14

  • test_partial_evict_tenant[relative_spare]: release

Test coverage report is not available

The comment gets automatically updated with the latest test results
c5412b3 at 2024-05-13T12:47:10.998Z :recycle:

safekeeper/src/timeline.rs Outdated Show resolved Hide resolved
safekeeper/src/timeline.rs Show resolved Hide resolved
safekeeper/src/timeline.rs Outdated Show resolved Hide resolved
So far it immediately stops only writes to the timeline, which is already might
be useful.
@@ -20,7 +20,7 @@ use utils::{bin_ser::LeSer, id::TenantTimelineId};
use crate::SafeKeeperConf;

pub const SK_MAGIC: u32 = 0xcafeceefu32;
pub const SK_FORMAT_VERSION: u32 = 8;
pub const SK_FORMAT_VERSION: u32 = 9;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a forward incompatible change and it is still annoying.

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.

None yet

3 participants