Skip to content

Commit

Permalink
Merge pull request #21018 from ashitakasam/wip-bug-23440
Browse files Browse the repository at this point in the history
osd: remove duplicated "commit_queued_for_journal_write" in OpTracker

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Apr 13, 2018
2 parents 6ad4bf0 + 9bb1fb0 commit 8418aa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/os/filestore/FileJournal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1615,8 +1615,6 @@ void FileJournal::submit_entry(uint64_t seq, bufferlist& e, uint32_t orig_len,
assert(e.length() > 0);
assert(e.length() < header.max_size);

if (osd_op)
osd_op->mark_event("commit_queued_for_journal_write");
if (logger) {
logger->inc(l_filestore_journal_queue_bytes, orig_len);
logger->inc(l_filestore_journal_queue_ops, 1);
Expand Down

0 comments on commit 8418aa4

Please sign in to comment.