-
Notifications
You must be signed in to change notification settings - Fork 135
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_logs: Always return empty result #665
Comments
Looks to be caused by playground . We need further investigation. Would like to keep tracking on this problem? @baurine |
Sure. |
Continue to try v4.0.1 and nightly. |
After testing, it works fine in v4.0.1 and nightly as well. (omit the screenshots) |
The reason is that the playground outputs some illegal format logs to the log file. Submit an issue for tiup: pingcap/tiup#570 We can also polish the SearchLog logic (in sysutil and TiKV repo) to support to handle illegal logs. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do?
What did you expect to see?
A non-empty table
What did you see instead?
An empty result table
What version of TiDB Dashboard are you using (
./tidb-dashboard --version
)?Tried TiDB v4.0.0 , v4.0.1, nightly by
tiup playground v4.0.0|v4.0.1|nightly --tiflash 0
command. All have this issue.The text was updated successfully, but these errors were encountered: