Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: bestwoody <bestwoody@163.com>
  • Loading branch information
bestwoody committed Mar 16, 2022
1 parent e77296e commit ad3601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Mpp/MPPTunnel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ MPPTunnelBase<Writer>::MPPTunnelBase(
, thread_manager(newThreadManager())
, log(getMPPTaskLog(log_, tunnel_id))
{
GET_METRIC(tiflash_object_count, type_count_of_mpptunnel).Increment();
assert(!(is_local && is_async));
GET_METRIC(tiflash_object_count, type_count_of_mpptunnel).Increment();
}

template <typename Writer>
Expand Down

0 comments on commit ad3601d

Please sign in to comment.