Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
heesung-sn committed Jun 27, 2024
1 parent 22bfe27 commit be0bf91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ public static boolean isInternalTopic(String topic) {

@VisibleForTesting
synchronized void playLeader() {
log.info("This broker:{} is setting the role from {} to {}",
log.info("This broker:{} is setting the role from {} to {}.",
pulsar.getBrokerId(), role, Leader);
int retry = 0;
boolean becameFollower = false;
Expand Down

0 comments on commit be0bf91

Please sign in to comment.