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

setting knob_rocksdb_block_size does not reflect in rocksdb_metrics stats #11979

Open
ashwiniraina opened this issue Feb 27, 2025 · 0 comments
Open

Comments

@ashwiniraina
Copy link

I am running foundationdb on a cluster using the fdb operator. When I change the value of knob_rocksdb_block_cache_size in the custom parameters section and deploy the updated cluster yaml, the storageserver processes on the storage nodes get restarted with the new value as expected. However, the "rocksdb_metrics" in the fdbcli status, still shows the old value under "block_cache_limit".

From code inspection, "rocksdb_metrics" are populated in Status.actor.cpp here.
https://github.com/apple/foundationdb/blob/main/fdbserver/Status.actor.cpp#L630

But block_cache_limit field does not get the latest value for that server knob.

Am I missing something in setting the value for this knob?

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

1 participant