Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Mar 12, 2024
1 parent bd7e3d3 commit fc0eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/src/rpc/service/exchange_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl ExchangeServiceImpl {
mut message,
permits,
}) => {
// Erase the mutation of the barrier mutation to avoid decoding in remote side.
// Erase the mutation of the barrier to avoid decoding in remote side.
if let Message::Barrier(barrier) = &mut message {
barrier.mutation = None;
}
Expand Down

0 comments on commit fc0eb9f

Please sign in to comment.