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

Block cache stats are printed to the log on the same line as Write Stall (count): log trace #577

Closed
udi-speedb opened this issue Jun 25, 2023 · 0 comments · Fixed by #578
Assignees
Labels
bug Something isn't working Upstreamable can be upstreamed to RocksDB usability

Comments

@udi-speedb
Copy link
Contributor

Describe the bug
After the rebase on RocksDB 8.1.1, this is what the log shows:
Write Stall (count): cf-l0-file-count-limit-delays-with-ongoing-compaction: 0, cf-l0-file-count-limit-stops-with-ongoing-compaction: 0, l0-file-count-limit-delays: 0, l0-file-count-limit-stops: 0, memtable-limit-delays: 0, memtable-limit-stops: 0, pending-compaction-bytes-delays: 0, pending-compaction-bytes-stops: 0, total-delays: 0, total-stops: 0, Block cache LRUCache@0x55adc40e3060#22075 capacity: 2.05 GB usage: 0.09 KB table_size: 1024 occupancy: 88 collections: 1 last_copies:
0 last_secs: 6.9e-05 secs_since: 0

Expected behavior
The block cache information should be printed on a separate line
Write Stall (count): cf-l0-file-count-limit-delays-with-ongoing-compaction: 0, cf-l0-file-count-limit-stops-with-ongoing-compaction: 0, l0-file-count-limit-delays: 0, l0-file-count-limit-stops: 0, memtable-limit-delays: 0, memtable-limit-stops: 0, pending-compaction-bytes-delays: 0, pending-compaction-bytes-stops: 0, total-delays: 0, total-stops: 0

Block cache LRUCache@0x55adc40e3060#22075 capacity: 2.05 GB usage: 0.09 KB table_size: 1024 occupancy: 88 collections: 1 last_copies: 0 last_secs: 6.9e-05 secs_since: 0

@udi-speedb udi-speedb added bug Something isn't working Upstreamable can be upstreamed to RocksDB usability labels Jun 25, 2023
@udi-speedb udi-speedb self-assigned this Jun 25, 2023
@udi-speedb udi-speedb linked a pull request Jun 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Upstreamable can be upstreamed to RocksDB usability
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant