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

Do not move protobuf from TValue during BulkUpsert execution. #1809

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dcherednik
Copy link
Member

TValue just wrapper over shared_ptr and has no deep copy ctor, it causes common mistake with retry case.

Changelog category

  • Bugfix

TValue just wrapper over shared_ptr<TImpl> and has no deep copy ctor,
it causes common mistake with retry case.
Copy link

github-actions bot commented Feb 12, 2024

2024-02-12 11:33:50 UTC Pre-commit check for abb394a has started.
2024-02-12 11:33:53 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-12 12:11:50 UTC Build successful.
2024-02-12 12:11:58 UTC Tests are running...
🔴 2024-02-12 13:58:49 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14754 14522 0 20 149 63

Copy link

github-actions bot commented Feb 12, 2024

2024-02-12 11:36:07 UTC Pre-commit check for abb394a has started.
2024-02-12 11:36:09 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-12 12:06:21 UTC Build successful.
2024-02-12 12:06:32 UTC Tests are running...
🟢 2024-02-12 13:54:40 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67425 56360 0 0 11021 44

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.

3 participants