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

Make strict LSN ordering of applications to persistent state in HugeBlob keeper #4662

Merged

Conversation

alexvru
Copy link
Collaborator

@alexvru alexvru commented May 18, 2024

Changelog entry

Make strict LSN ordering of applications to persistent state in HugeBlob keeper

Changelog category

  • Bugfix

Additional information

Even more strict management of LSN application to persistent state of HugeBlob keeper, checking that they come in strictly increasing order, all mixed together.

Copy link

github-actions bot commented May 18, 2024

2024-05-18 18:27:03 UTC Pre-commit check for a33c49a has started.
2024-05-18 18:27:05 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-18 18:29:40 UTC Build successful.

Copy link

github-actions bot commented May 18, 2024

2024-05-18 18:27:25 UTC Pre-commit check for a33c49a has started.
2024-05-18 18:27:27 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-18 18:30:19 UTC Build successful.
2024-05-18 18:32:16 UTC Tests are running...
🔴 2024-05-18 20:32:25 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9770 9596 0 33 110 31

Copy link

github-actions bot commented May 18, 2024

2024-05-18 18:30:27 UTC Pre-commit check for a33c49a has started.
2024-05-18 18:30:29 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-18 18:33:06 UTC Build successful.
2024-05-18 18:34:51 UTC Tests are running...
🔴 2024-05-18 19:47:13 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13878 12560 0 2 1305 11

@alexvru alexvru force-pushed the vdisk/fix-huge-blob-keeper-lsn-ordering branch from ca31b07 to 1755118 Compare May 20, 2024 08:14
Copy link

github-actions bot commented May 20, 2024

2024-05-20 08:17:46 UTC Pre-commit check for 4c9b637 has started.
2024-05-20 08:17:49 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-20 08:19:31 UTC Build successful.

Copy link

github-actions bot commented May 20, 2024

2024-05-20 08:18:21 UTC Pre-commit check for 4c9b637 has started.
2024-05-20 08:18:24 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-20 08:20:05 UTC Build successful.
2024-05-20 08:21:55 UTC Tests are running...
🔴 2024-05-20 09:39:31 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13879 12509 0 15 1345 10

Copy link

github-actions bot commented May 20, 2024

2024-05-20 08:18:22 UTC Pre-commit check for 4c9b637 has started.
2024-05-20 08:18:25 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-20 08:20:11 UTC Build successful.
2024-05-20 08:21:56 UTC Tests are running...
🔴 2024-05-20 10:25:17 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9770 9583 0 39 124 24

@alexvru alexvru force-pushed the vdisk/fix-huge-blob-keeper-lsn-ordering branch from 1755118 to c15bba6 Compare May 20, 2024 11:18
Copy link

github-actions bot commented May 20, 2024

2024-05-20 11:21:08 UTC Pre-commit check for b834041 has started.
2024-05-20 11:21:10 UTC Build linux-x86_64-release-clang14 is running...
2024-05-20 11:26:52 UTC Check cancelled

Copy link

github-actions bot commented May 20, 2024

2024-05-20 11:22:26 UTC Pre-commit check for b834041 has started.
2024-05-20 11:22:28 UTC Build linux-x86_64-release-asan is running...
2024-05-20 11:26:44 UTC Check cancelled

Copy link

github-actions bot commented May 20, 2024

2024-05-20 11:22:29 UTC Pre-commit check for b834041 has started.
2024-05-20 11:22:31 UTC Build linux-x86_64-relwithdebinfo is running...
2024-05-20 11:26:44 UTC Check cancelled

@alexvru alexvru force-pushed the vdisk/fix-huge-blob-keeper-lsn-ordering branch from c15bba6 to a2f3207 Compare May 20, 2024 11:26
Copy link

github-actions bot commented May 20, 2024

2024-05-20 11:28:01 UTC Pre-commit check for 35f9b88 has started.
2024-05-20 11:28:03 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-20 11:30:33 UTC Build successful.

Copy link

github-actions bot commented May 20, 2024

2024-05-20 11:28:01 UTC Pre-commit check for 35f9b88 has started.
2024-05-20 11:28:03 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-20 11:30:27 UTC Build successful.
2024-05-20 11:32:17 UTC Tests are running...
🔴 2024-05-20 12:50:47 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13891 12550 0 15 1318 8

Copy link

github-actions bot commented May 20, 2024

2024-05-20 11:30:19 UTC Pre-commit check for 35f9b88 has started.
2024-05-20 11:30:21 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-20 11:32:54 UTC Build successful.
2024-05-20 11:34:35 UTC Tests are running...
🔴 2024-05-20 13:24:28 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9767 9642 0 24 85 16

@alexvru alexvru merged commit 3673216 into ydb-platform:main May 20, 2024
3 of 5 checks passed
@alexvru alexvru deleted the vdisk/fix-huge-blob-keeper-lsn-ordering branch May 20, 2024 14:08
MrLolthe1st pushed a commit to MrLolthe1st/ydb that referenced this pull request May 28, 2024
@niksaveliev niksaveliev mentioned this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants