Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Mar 22, 2024
1 parent ba9e216 commit 464960e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion be/src/vec/sink/writer/vtablet_writer_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ Status VTabletWriterV2::close(Status exec_status) {
break;
}
}
node->streams()[0]->add_failed_tablet(tablet_id, Status::InternalError("fault injection"));
node->streams()[0]->add_failed_tablet(tablet_id,
Status::InternalError("fault injection"));
});
RETURN_IF_ERROR(_create_commit_info(tablet_commit_infos, _streams_for_node, _num_replicas));
_state->tablet_commit_infos().insert(_state->tablet_commit_infos().end(),
Expand Down

0 comments on commit 464960e

Please sign in to comment.