speedb-io / speedb

A RocksDB compliant high performance scalable embedded key-value store
https://www.speedb.io/
Apache License 2.0
900 stars 67 forks source link

Log Improvement: Report skipped cf-s (>10) in rolled logs #539

Open udi-speedb opened 1 year ago

udi-speedb commented 1 year ago

The issue https://github.com/speedb-io/speedb/pull/521 added the name of the skipped cf in the log trace. However, it still will only appear in the first log only, not in a rolled log. This issue will add this trace to rolled logs as well.

Guyme commented 1 year ago

waiting for #430 to see if still relevant