Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
csun5285 committed Dec 16, 2024
1 parent d2e3644 commit 87d418d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloud/src/meta-service/meta_service_tablet_stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ int get_detached_tablet_stats(const std::vector<std::pair<std::string, std::stri
}

if (unexpected_size) {
DCHECK(false);
DCHECK(false) << "unexpected tablet stats_kvs, it should be 1 or 2 or 5 or 7, size="
<< stats_kvs.size() << " suffix=" << ss.str();
LOG_EVERY_N(WARNING, 100)
<< "unexpected tablet stats_kvs, it should be 1 or 2 or 5 or 7, size="
<< stats_kvs.size() << " suffix=" << ss.str();
Expand Down

0 comments on commit 87d418d

Please sign in to comment.