You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Tablet log-prefix has been broken and as a result there is no ": " in logs of tablet.cc:
```
I0410 16:08:13.286401 32103 tablet.cc:494] T bbe2f819022146c5ba80758f58743ac7 P c375fccb20004daebff116167109ff6fCreating RocksDB database in dir...
```
- Fixed `MakeTabletLogPrefix` function inside `tablet.cc`
- Added missing regular/intents DB prefix into logs of `Tablet::CreateSubtablet`.
After the fix:
```
I0410 18:02:46.600347 7522 tablet.cc:494] T 00000000000000000000000000000000 P b52e72c5703c4b9b9cbe032327be81ca: Creating RocksDB database in dir ...
```
Test Plan: - `ybd --cxx-test tablet-split-itest | grep 'tablet.cc'` and check logs.
Reviewers: bogdan
Reviewed By: bogdan
Subscribers: ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D8269
For example:
The text was updated successfully, but these errors were encountered: