Skip to content

Commit

Permalink
Change service name of TwoPhaseCommitTransactionService (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Sep 16, 2021
1 parent 3844ef5 commit 84dc8d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class TwoPhaseCommitTransactionService
extends TwoPhaseCommitTransactionGrpc.TwoPhaseCommitTransactionImplBase {
private static final Logger LOGGER =
LoggerFactory.getLogger(TwoPhaseCommitTransactionService.class);
private static final String SERVICE_NAME = "two_phase_commit";
private static final String SERVICE_NAME = "two_phase_commit_transaction";

private final TwoPhaseCommitTransactionManager manager;
private final GateKeeper gateKeeper;
Expand Down

0 comments on commit 84dc8d1

Please sign in to comment.