Skip to content

Commit

Permalink
Merge pull request #172 from wepay/ClusterCli.PartitionHealth-BugFix
Browse files Browse the repository at this point in the history
Bugfix for ClusterCli.Verify
  • Loading branch information
hrdlotom committed Apr 29, 2022
2 parents 6163bf3 + 4cccac9 commit 4f31b68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ protected void process(Message msg) {
ServerPartitionsHealthStatResponse serverPartitionsHealthStatResponse =
(ServerPartitionsHealthStatResponse) msg;
handlerCallbacks.onServerPartitionsHealthStatsReceived(serverPartitionsHealthStatResponse.serverPartitionHealthStats);
break;

default:
throw new IllegalArgumentException("message not handled: messageType=" + msg.type());
Expand Down

0 comments on commit 4f31b68

Please sign in to comment.