Skip to content

Commit 4f31b68

Browse files
authored
Merge pull request #172 from wepay/ClusterCli.PartitionHealth-BugFix
Bugfix for ClusterCli.Verify
2 parents 6163bf3 + 4cccac9 commit 4f31b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

waltz-client/src/main/java/com/wepay/waltz/client/internal/network/WaltzClientHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ protected void process(Message msg) {
164164
ServerPartitionsHealthStatResponse serverPartitionsHealthStatResponse =
165165
(ServerPartitionsHealthStatResponse) msg;
166166
handlerCallbacks.onServerPartitionsHealthStatsReceived(serverPartitionsHealthStatResponse.serverPartitionHealthStats);
167+
break;
167168

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

0 commit comments

Comments
 (0)