Skip to content

Commit

Permalink
Merge pull request #156 from wepay/Waltz-0.12.1
Browse files Browse the repository at this point in the history
Waltz version 0.12.1
  • Loading branch information
hrdlotom committed Jan 5, 2022
2 parents 0ab5904 + ff285af commit 3306eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -22,7 +22,7 @@ project.ext {
assertjVersion = '3.8.0'
zkToolsVersion = '0.7.3'
yamlVersion = '1.20'
riffVersion = '2.5.0'
riffVersion = '2.5.1'
jacksonVersion = '2.9.6'
jettyVersion = '9.4.12.v20180830'
mainClass = 'Main'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,3 +1,3 @@
group=com.wepay.waltz
sourceCompatibility=1.8
version=0.12.0
version=0.12.1
Expand Up @@ -241,7 +241,7 @@ public void onChannelInactive() {
partitionClientsNotRemoved.add(partition.partitionId);
}
}
if (!partitionClientsNotRemoved.isEmpty()) {
if (!partitionClientsNotRemoved.isEmpty() && handler.clientId != null && handler.clientId != -1) {
LOGGER.info(String.format("WaltzServerHandler ClientId: %d, SeqNum: %d, partitionClientsNotRemoved: %s",
handler.clientId, handler.seqNum, partitionClientsNotRemoved));
}
Expand Down

0 comments on commit 3306eb2

Please sign in to comment.