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

Implemented batching in wilson uploader #1955

Merged
merged 5 commits into from
Feb 16, 2024

Conversation

domwst
Copy link
Collaborator

@domwst domwst commented Feb 14, 2024

Implemented batching in wilson uploader

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

Copy link

github-actions bot commented Feb 14, 2024

2024-02-14 18:22:31 UTC Pre-commit check for d66b888 has started.
2024-02-14 18:22:34 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-14 18:24:02 UTC Build successful.
2024-02-14 18:24:15 UTC Tests are running...
🔴 2024-02-14 20:00:50 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67530 56448 0 17 10995 70

Copy link

github-actions bot commented Feb 14, 2024

2024-02-14 18:22:56 UTC Pre-commit check for d66b888 has started.
2024-02-14 18:22:58 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-14 18:24:20 UTC Build successful.
2024-02-14 18:24:33 UTC Tests are running...
🔴 2024-02-14 20:04:10 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14780 14583 0 21 135 41

Copy link

github-actions bot commented Feb 15, 2024

2024-02-15 13:51:30 UTC Pre-commit check for 978f9ba has started.
2024-02-15 13:51:33 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-15 13:54:10 UTC Build successful.
2024-02-15 13:54:22 UTC Tests are running...
🔴 2024-02-15 14:07:44 UTC Test run completed, no test results found for commit 0dd8f2c. Please check build logs.
2024-02-15 14:07:48 UTC Check cancelled

Copy link

github-actions bot commented Feb 15, 2024

2024-02-15 13:51:38 UTC Pre-commit check for 978f9ba has started.
2024-02-15 13:51:40 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-15 13:54:50 UTC Build successful.
2024-02-15 13:55:02 UTC Tests are running...
🔴 2024-02-15 14:07:27 UTC Test run completed, no test results found for commit 0dd8f2c. Please check build logs.
2024-02-15 14:07:31 UTC Check cancelled

Copy link

github-actions bot commented Feb 15, 2024

2024-02-15 14:09:21 UTC Pre-commit check for 992d29c has started.
2024-02-15 14:09:23 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-15 14:11:48 UTC Build successful.
2024-02-15 14:12:01 UTC Tests are running...
🔴 2024-02-15 15:54:02 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14790 14521 0 29 175 65

Copy link

github-actions bot commented Feb 15, 2024

2024-02-15 14:09:27 UTC Pre-commit check for 992d29c has started.
2024-02-15 14:09:28 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-15 14:12:28 UTC Build successful.
2024-02-15 14:12:37 UTC Tests are running...
🔴 2024-02-15 15:47:00 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67533 56515 0 4 10972 42

ydb/library/actors/wilson/wilson_uploader.cpp Outdated Show resolved Hide resolved
ydb/library/actors/wilson/wilson_uploader.cpp Outdated Show resolved Hide resolved
ydb/library/actors/wilson/wilson_uploader.cpp Outdated Show resolved Hide resolved
ydb/library/actors/wilson/wilson_uploader.cpp Outdated Show resolved Hide resolved
ydb/library/actors/wilson/wilson_uploader.cpp Outdated Show resolved Hide resolved
ydb/library/actors/wilson/wilson_uploader.cpp Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Feb 16, 2024

2024-02-16 10:56:50 UTC Pre-commit check for b839934 has started.
2024-02-16 10:56:53 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-16 11:42:07 UTC Build successful.
2024-02-16 11:42:20 UTC Tests are running...
🔴 2024-02-16 13:25:44 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14773 14576 0 24 133 40

Copy link

github-actions bot commented Feb 16, 2024

2024-02-16 10:56:51 UTC Pre-commit check for b839934 has started.
2024-02-16 10:56:53 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-16 11:41:13 UTC Build successful.
2024-02-16 11:41:28 UTC Tests are running...
🔴 2024-02-16 13:29:30 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67529 56512 0 12 10972 33

Y_ABORT_UNLESS(WakeupScheduled);
WakeupScheduled = false;
} else {
Y_ABORT_UNLESS(std::exchange(BatchCompletionScheduled, false));
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's quite bad practice to evaluate something with side effects in assert.

Copy link

github-actions bot commented Feb 16, 2024

2024-02-16 13:46:22 UTC Pre-commit check for 74206ee has started.
2024-02-16 13:46:25 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-16 13:49:35 UTC Build successful.
2024-02-16 13:49:52 UTC Tests are running...
🔴 2024-02-16 15:25:02 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67535 56515 0 11 10972 37

Copy link

github-actions bot commented Feb 16, 2024

2024-02-16 13:49:58 UTC Pre-commit check for 74206ee has started.
2024-02-16 13:50:00 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-16 13:52:27 UTC Build successful.
2024-02-16 13:52:37 UTC Tests are running...
🔴 2024-02-16 15:33:41 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14772 14580 0 25 132 35

domwst added a commit to domwst/ydb that referenced this pull request Feb 28, 2024
domwst added a commit to domwst/ydb that referenced this pull request Mar 11, 2024
domwst added a commit to domwst/ydb that referenced this pull request Mar 12, 2024
domwst added a commit to domwst/ydb that referenced this pull request Mar 19, 2024
domwst added a commit to domwst/ydb that referenced this pull request Apr 3, 2024
serbel324 pushed a commit to serbel324/ydb that referenced this pull request Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change wilson actor logic to allow for batching parameters configuration
2 participants