Skip to content

Conversation

FloatingCrowbar
Copy link
Collaborator

@FloatingCrowbar FloatingCrowbar commented Feb 26, 2025

Changelog entry

Get topic data handler for UI.

Changelog category

  • New feature

Description for reviewers

...

@FloatingCrowbar FloatingCrowbar requested a review from a team as a code owner February 26, 2025 08:25
Copy link

github-actions bot commented Feb 26, 2025

🟢 2025-02-27 15:56:05 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented Feb 26, 2025

2025-02-26 08:29:08 UTC Pre-commit check linux-x86_64-relwithdebinfo for 8a4bee4 has started.
2025-02-26 08:29:22 UTC Artifacts will be uploaded here
2025-02-26 08:32:21 UTC ya make is running...
🟡 2025-02-26 09:24:39 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?
18634 17281 0 3 1217 133

2025-02-26 09:26:19 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-02-26 09:38:49 UTC Some tests failed, follow the links below. Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
204 (only retried tests) 73 0 1 1 129

2025-02-26 09:39:01 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-02-26 09:51:10 UTC Some tests failed, follow the links below.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
191 (only retried tests) 60 0 1 1 129

🟢 2025-02-26 09:51:20 UTC Build successful.
🟢 2025-02-26 09:51:41 UTC ydbd size 2.1 GiB changed* by +40.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: a378163 merge: 8a4bee4 diff diff %
ydbd size 2 263 579 104 Bytes 2 263 620 192 Bytes +40.1 KiB +0.002%
ydbd stripped size 477 117 880 Bytes 477 128 696 Bytes +10.6 KiB +0.002%

*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 26, 2025

2025-02-26 08:29:44 UTC Pre-commit check linux-x86_64-release-asan for 8a4bee4 has started.
2025-02-26 08:29:57 UTC Artifacts will be uploaded here
2025-02-26 08:32:52 UTC ya make is running...
🟡 2025-02-26 09:42: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?
11398 11324 0 27 12 35

2025-02-26 09:43:24 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-02-26 10:01:05 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 | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
115 (only retried tests) 76 0 2 6 31

2025-02-26 10:01:17 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-02-26 10:12:45 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
66 (only retried tests) 32 0 1 6 27

🟢 2025-02-26 10:12:52 UTC Build successful.
🟢 2025-02-26 10:13:20 UTC ydbd size 3.7 GiB changed* by +69.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: a378163 merge: 8a4bee4 diff diff %
ydbd size 3 942 835 520 Bytes 3 942 906 984 Bytes +69.8 KiB +0.002%
ydbd stripped size 1 374 042 544 Bytes 1 374 075 888 Bytes +32.6 KiB +0.002%

*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 27, 2025

2025-02-27 11:15:41 UTC Pre-commit check linux-x86_64-relwithdebinfo for 5427449 has started.
2025-02-27 11:15:55 UTC Artifacts will be uploaded here
2025-02-27 11:18:47 UTC ya make is running...
2025-02-27 11:28:45 UTC Check cancelled

Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 11:15:42 UTC Pre-commit check linux-x86_64-release-asan for 5427449 has started.
2025-02-27 11:15:57 UTC Artifacts will be uploaded here
2025-02-27 11:18:54 UTC ya make is running...
2025-02-27 11:28:27 UTC Check cancelled

Die(ActorContext());
return;
}
setData(jsonRecord, std::move(codec->Decompress(dataChunk.GetData())));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Trim long records here too

Copy link
Collaborator Author

@FloatingCrowbar FloatingCrowbar Feb 27, 2025

Choose a reason for hiding this comment

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

They are trimmed in setData func already

if (response.HasCmdReadResult()) {
const auto& readResult = response.GetCmdReadResult();
if (readResult.GetReadingFinished()) {
ReplyAndPassAwayIfAlive(GetHTTPBADREQUEST("text/plain", "Bad Partition id"));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this response status?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Desided to keep BAD_REQUEST as has code 400 and we can provide error details in response (while we can't with NOT_FOUND response in current implementation).

Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 11:29:29 UTC Pre-commit check linux-x86_64-release-asan for 1b415c0 has started.
2025-02-27 11:29:33 UTC Artifacts will be uploaded here
2025-02-27 11:32:33 UTC ya make is running...
🔴 2025-02-27 11:43:00 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 11:32:37 UTC Pre-commit check linux-x86_64-relwithdebinfo for 1b415c0 has started.
2025-02-27 11:32:53 UTC Artifacts will be uploaded here
2025-02-27 11:35:58 UTC ya make is running...
🔴 2025-02-27 11:42:52 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 12:40:56 UTC Pre-commit check linux-x86_64-release-asan for 0218ccc has started.
2025-02-27 12:41:11 UTC Artifacts will be uploaded here
2025-02-27 12:44:07 UTC ya make is running...
2025-02-27 13:03:51 UTC Check cancelled

Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 12:43:02 UTC Pre-commit check linux-x86_64-relwithdebinfo for 0218ccc has started.
2025-02-27 12:43:18 UTC Artifacts will be uploaded here
2025-02-27 12:46:15 UTC ya make is running...
2025-02-27 13:03:29 UTC Check cancelled

@FloatingCrowbar FloatingCrowbar force-pushed the topic_handler branch 2 times, most recently from df059b3 to 80b3c03 Compare February 27, 2025 13:23
Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 15:20:54 UTC Pre-commit check linux-x86_64-release-asan for 08793ad has started.
2025-02-27 15:25:19 UTC Check cancelled

Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 15:21:05 UTC Pre-commit check linux-x86_64-relwithdebinfo for 08793ad has started.
2025-02-27 15:21:09 UTC Artifacts will be uploaded here
2025-02-27 15:23:51 UTC ya make is running...
2025-02-27 15:25:22 UTC Check cancelled

Copy link

github-actions bot commented Feb 27, 2025

2025-02-27 15:26:43 UTC Pre-commit check linux-x86_64-release-asan for 0732c4d has started.
2025-02-27 15:26:47 UTC Artifacts will be uploaded here
2025-02-27 15:29:28 UTC ya make is running...
🟡 2025-02-27 16:33:01 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?
11405 11281 0 69 21 34

2025-02-27 16:35:27 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-02-27 16:47:01 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 | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
168 (only retried tests) 138 0 1 0 29

2025-02-27 16:47:12 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-02-27 16:59:16 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
58 (only retried tests) 31 0 0 0 27

🟢 2025-02-27 16:59:23 UTC Build successful.
🟡 2025-02-27 16:59:53 UTC ydbd size 3.7 GiB changed* by +291.4 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: c5b2980 merge: 0732c4d diff diff %
ydbd size 3 985 411 216 Bytes 3 985 709 616 Bytes +291.4 KiB +0.007%
ydbd stripped size 1 387 765 576 Bytes 1 387 855 560 Bytes +87.9 KiB +0.006%

*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 27, 2025

2025-02-27 15:28:15 UTC Pre-commit check linux-x86_64-relwithdebinfo for 0732c4d has started.
2025-02-27 15:30:35 UTC Artifacts will be uploaded here
2025-02-27 15:33:22 UTC ya make is running...
🟡 2025-02-27 16:21:05 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?
18666 17318 0 2 1215 131

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

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
196 (only retried tests) 72 0 0 0 124

🟢 2025-02-27 16:35:10 UTC Build successful.
🟡 2025-02-27 16:35:29 UTC ydbd size 2.1 GiB changed* by +195.5 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: c5b2980 merge: 0732c4d diff diff %
ydbd size 2 286 685 160 Bytes 2 286 885 328 Bytes +195.5 KiB +0.009%
ydbd stripped size 479 417 824 Bytes 479 446 304 Bytes +27.8 KiB +0.006%

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

@FloatingCrowbar FloatingCrowbar changed the title Get topic data handler, WIP Get topic data handler Feb 27, 2025
Copy link

github-actions bot commented Feb 28, 2025

2025-02-28 12:15:25 UTC Pre-commit check linux-x86_64-release-asan for e1e150e has started.
2025-02-28 12:15:39 UTC Artifacts will be uploaded here
2025-02-28 12:18:56 UTC ya make is running...
2025-02-28 13:49:27 UTC Check cancelled

Copy link

github-actions bot commented Feb 28, 2025

2025-02-28 12:19:09 UTC Pre-commit check linux-x86_64-relwithdebinfo for e1e150e has started.
2025-02-28 12:19:23 UTC Artifacts will be uploaded here
2025-02-28 12:22:36 UTC ya make is running...
🟡 2025-02-28 13:47:46 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?
28153 25546 0 2 2467 138

🟡 2025-02-28 13:49:35 UTC ydbd size 2.1 GiB changed* by +198.5 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 6964fca merge: e1e150e diff diff %
ydbd size 2 287 439 912 Bytes 2 287 643 216 Bytes +198.5 KiB +0.009%
ydbd stripped size 479 541 344 Bytes 479 570 720 Bytes +28.7 KiB +0.006%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation
2025-02-28 13:49:37 UTC Check cancelled

alexnick88
alexnick88 previously approved these changes Feb 28, 2025
Copy link

github-actions bot commented Mar 2, 2025

2025-03-02 18:25:16 UTC Pre-commit check linux-x86_64-relwithdebinfo for d930073 has started.
2025-03-02 18:25:31 UTC Artifacts will be uploaded here
2025-03-02 18:28:42 UTC ya make is running...
🟡 2025-03-02 19:54:45 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?
28113 25504 0 4 2468 137

2025-03-02 19:57:02 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-03-02 20:09:41 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
210 (only retried tests) 83 0 0 0 127

🟢 2025-03-02 20:09:50 UTC Build successful.
🟡 2025-03-02 20:10:08 UTC ydbd size 2.1 GiB changed* by +202.3 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 22b98a2 merge: d930073 diff diff %
ydbd size 2 288 278 736 Bytes 2 288 485 856 Bytes +202.3 KiB +0.009%
ydbd stripped size 479 624 992 Bytes 479 658 528 Bytes +32.8 KiB +0.007%

*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 Mar 2, 2025

2025-03-02 18:25:34 UTC Pre-commit check linux-x86_64-release-asan for d930073 has started.
2025-03-02 18:25:51 UTC Artifacts will be uploaded here
2025-03-02 18:28:56 UTC ya make is running...
🟡 2025-03-02 20:09:31 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?
13697 13507 0 123 29 38

2025-03-02 20:10:40 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-03-02 20:26:00 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 | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
255 (only retried tests) 202 0 23 2 28

2025-03-02 20:26:14 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-03-02 20:37:51 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
89 (only retried tests) 62 0 0 1 26

🟢 2025-03-02 20:37:58 UTC Build successful.
🟡 2025-03-02 20:38:28 UTC ydbd size 3.7 GiB changed* by +288.5 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 22b98a2 merge: d930073 diff diff %
ydbd size 3 988 113 992 Bytes 3 988 409 448 Bytes +288.5 KiB +0.007%
ydbd stripped size 1 388 386 280 Bytes 1 388 469 896 Bytes +81.7 KiB +0.006%

*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 Mar 3, 2025

2025-03-03 07:25:45 UTC Pre-commit check linux-x86_64-relwithdebinfo for bf55984 has started.
2025-03-03 07:26:17 UTC Artifacts will be uploaded here
2025-03-03 07:29:59 UTC ya make is running...
🟡 2025-03-03 08:55:11 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?
28114 25512 0 2 2465 135

2025-03-03 08:57:36 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-03-03 09:15:57 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
205 (only retried tests) 80 0 0 0 125

🟢 2025-03-03 09:16:06 UTC Build successful.
🟡 2025-03-03 09:16:27 UTC ydbd size 2.1 GiB changed* by +198.3 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: b0bd8f9 merge: bf55984 diff diff %
ydbd size 2 288 336 672 Bytes 2 288 539 760 Bytes +198.3 KiB +0.009%
ydbd stripped size 479 642 688 Bytes 479 672 192 Bytes +28.8 KiB +0.006%

*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 Mar 3, 2025

2025-03-03 07:26:58 UTC Pre-commit check linux-x86_64-release-asan for bf55984 has started.
2025-03-03 07:27:14 UTC Artifacts will be uploaded here
2025-03-03 07:30:18 UTC ya make is running...
🟡 2025-03-03 09:17:13 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?
13697 13536 0 79 46 36

2025-03-03 09:18:23 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-03-03 09:33:40 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 | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
218 (only retried tests) 177 0 3 7 31

2025-03-03 09:33:49 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-03-03 09:45:17 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
68 (only retried tests) 33 0 0 6 29

🟢 2025-03-03 09:45:24 UTC Build successful.
🟡 2025-03-03 09:45:53 UTC ydbd size 3.7 GiB changed* by +288.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: b0bd8f9 merge: bf55984 diff diff %
ydbd size 3 988 298 944 Bytes 3 988 594 424 Bytes +288.6 KiB +0.007%
ydbd stripped size 1 388 482 184 Bytes 1 388 565 800 Bytes +81.7 KiB +0.006%

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

@adameat adameat self-requested a review March 3, 2025 09:04
@FloatingCrowbar FloatingCrowbar merged commit 85ef15c into ydb-platform:main Mar 3, 2025
12 checks passed
adameat added a commit that referenced this pull request Mar 3, 2025
FloatingCrowbar added a commit to FloatingCrowbar/ydb that referenced this pull request Mar 3, 2025
lberserq pushed a commit to lberserq/ydb that referenced this pull request Mar 3, 2025
lberserq pushed a commit to lberserq/ydb that referenced this pull request Mar 3, 2025
blinkov pushed a commit that referenced this pull request Mar 21, 2025
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