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

Search BE log returns repeated entries #51190

Closed
decster opened this issue Sep 20, 2024 · 0 comments · Fixed by #51204
Closed

Search BE log returns repeated entries #51190

decster opened this issue Sep 20, 2024 · 0 comments · Fixed by #51204
Labels
type/bug Something isn't working

Comments

@decster
Copy link
Contributor

decster commented Sep 20, 2024

Steps to reproduce the behavior (Required)

mysql> select * from information_schema.be_logs where log regexp '.*task_worker.*' limit 10;
+-------+-------+-----------+------+---------------------------------------------------------------------------------------------------------------------------------+
| BE_ID | LEVEL | TIMESTAMP | TID  | LOG                                                                                                                             |
+-------+-------+-----------+------+---------------------------------------------------------------------------------------------------------------------------------+
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
| 10002 | I     |         0 |    0 | I20240920 11:00:45.994916 138165742470848 task_worker_pool.cpp:716] Report tablets successfully, report version: 17268011750000 |
+-------+-------+-----------+------+---------------------------------------------------------------------------------------------------------------------------------+
10 rows in set (0.04 sec)

Expected behavior (Required)

Real behavior (Required)

StarRocks version (Required)

  • You can get the StarRocks version by executing SQL select current_version()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
1 participant