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

How does TIDB format logging for rocksdb? #274

Open
cycmay opened this issue Apr 13, 2022 · 1 comment
Open

How does TIDB format logging for rocksdb? #274

cycmay opened this issue Apr 13, 2022 · 1 comment

Comments

@cycmay
Copy link

cycmay commented Apr 13, 2022

tidb format: [2022/03/19 20:18:40.055 +08:00][5][INFO] [db/db_impl/db_impl.cc:704] ------- PERSISTING STATS -------

but in rocksdb: 2022/04/13-08:48:22.772257 7f4de9cde700 261993027858 [INFO] [SPECIAL]

what does tidb do in tikv? in .rs file or rewrite logging in rocksdb?

@tabokie
Copy link
Member

tabokie commented Apr 19, 2022

Hi, RocksDB log started being handled by TiKV since this PR: tikv/tikv#7358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants