Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Jan 7, 2025
1 parent 7cf2dda commit 228088b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cloud/src/meta-service/meta_service_job.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,12 @@ void process_compaction_job(MetaServiceCode& code, std::string& msg, std::string
txn->remove(rs_start, rs_end);

LOG_INFO("cloud process compaction job txn remove meta rowset key")
.tag("rs_start", rs_start)
.tag("rs_end", rs_end);
.tag("instance_id", instance_id)
.tag("tablet_id", tablet_id)
.tag("start_version", start)
.tag("end_version", end + 1)
.tag("rs_start key", hex(rs_start))
.tag("rs_end key", hex(rs_end));

TEST_SYNC_POINT_CALLBACK("process_compaction_job::loop_input_done", &num_rowsets);

Expand Down

0 comments on commit 228088b

Please sign in to comment.