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

os/bluestore: Record l_bluestore_state_kv_queued_lat for sync_submit_… #14448

Merged
merged 1 commit into from Apr 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/os/bluestore/BlueStore.cc
Expand Up @@ -7836,7 +7836,7 @@ void BlueStore::_kv_sync_thread()
if (txc->had_ios) {
--txc->osr->txc_with_unstable_io;
}

txc->log_state_latency(logger, l_bluestore_state_kv_queued_lat);
// release throttle *before* we commit. this allows new ops
// to be prepared and enter pipeline while we are waiting on
// the kv commit sync/flush. then hopefully on the next
Expand Down