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

Restore async replication #14465

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CyberROFL
Copy link
Member

@CyberROFL CyberROFL commented Feb 11, 2025

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

@CyberROFL CyberROFL requested a review from jepett0 February 11, 2025 19:11
@CyberROFL CyberROFL self-assigned this Feb 11, 2025
@CyberROFL CyberROFL marked this pull request as ready for review February 11, 2025 19:12
@CyberROFL CyberROFL requested review from a team as code owners February 11, 2025 19:12
ijon
ijon previously approved these changes Feb 11, 2025
Copy link

github-actions bot commented Feb 11, 2025

2025-02-11 19:15:16 UTC Pre-commit check linux-x86_64-relwithdebinfo for b2acbcb has started.
2025-02-11 19:15:31 UTC Artifacts will be uploaded here
2025-02-11 19:18:32 UTC ya make is running...
🔴 2025-02-11 19:23:04 UTC Build failed, see the logs. Also see fail summary
2025-02-11 19:23:10 UTC Check cancelled

Copy link

github-actions bot commented Feb 11, 2025

2025-02-11 19:15:39 UTC Pre-commit check linux-x86_64-release-asan for b2acbcb has started.
2025-02-11 19:15:58 UTC Artifacts will be uploaded here
2025-02-11 19:18:51 UTC ya make is running...
🔴 2025-02-11 19:22:42 UTC Build failed, see the logs. Also see fail summary

Gazizonoki
Gazizonoki previously approved these changes Feb 11, 2025
pnv1
pnv1 previously approved these changes Feb 11, 2025
@CyberROFL CyberROFL dismissed stale reviews from pnv1, Gazizonoki, and ijon via 3d5338c February 11, 2025 19:23
Copy link

github-actions bot commented Feb 11, 2025

2025-02-11 19:27:39 UTC Pre-commit check linux-x86_64-release-asan for 83011b5 has started.
2025-02-11 19:28:14 UTC Artifacts will be uploaded here
2025-02-11 19:31:08 UTC ya make is running...
🟡 2025-02-11 20:30:21 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11468 11390 0 25 14 39

2025-02-11 20:31:20 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-02-11 20:43:32 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
123 (only retried tests) 86 0 0 2 35

🟢 2025-02-11 20:43:38 UTC Build successful.
🟡 2025-02-11 20:44:08 UTC ydbd size 3.6 GiB changed* by +205.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 5c9045c merge: 83011b5 diff diff %
ydbd size 3 876 203 664 Bytes 3 876 414 160 Bytes +205.6 KiB +0.005%
ydbd stripped size 1 357 356 848 Bytes 1 357 357 648 Bytes +800 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Feb 11, 2025

2025-02-11 19:34:51 UTC Pre-commit check linux-x86_64-relwithdebinfo for 83011b5 has started.
2025-02-11 19:35:04 UTC Artifacts will be uploaded here
2025-02-11 19:37:52 UTC ya make is running...
🟡 2025-02-11 20:25:51 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
18793 17445 0 4 1209 135

2025-02-11 20:27:26 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-02-11 20:38:23 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
206 (only retried tests) 81 0 0 0 125

🟢 2025-02-11 20:38:30 UTC Build successful.
🟡 2025-02-11 20:38:49 UTC ydbd size 2.1 GiB changed* by +122.0 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 5c9045c merge: 83011b5 diff diff %
ydbd size 2 228 945 144 Bytes 2 229 070 080 Bytes +122.0 KiB +0.006%
ydbd stripped size 473 261 592 Bytes 473 261 912 Bytes +320 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

if (!RewriteCreateViewQuery(query, dbRestoreRoot, isDb, dbPath, createViewFile.GetPath().Quote(), issues)) {
return Result<TRestoreResult>(dbPath, EStatus::BAD_REQUEST, issues.ToString());
if (!RewriteCreateViewQuery(query, dbRestoreRoot, isDb, dbPath, issues)) {
return Result<TRestoreResult>(fsPath.GetPath(), EStatus::BAD_REQUEST, issues.ToString());
Copy link
Collaborator

@jepett0 jepett0 Feb 12, 2025

Choose a reason for hiding this comment

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

This result with an error should be built using the dbPath, see for example RestoreTable result built here and every other (⭐) result with an error using a path to be built in this file.

(⭐) Except the RestoreChangefeeds function. I believe, it is also an error to use fsPath for the resulting error there.

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.

5 participants