Skip to content

Commit

Permalink
apply fix to upgrade test assignor
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Nov 1, 2019
1 parent 7b1865a commit 71abf9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public void onAssignment(final ConsumerPartitionAssignor.Assignment assignment,
if (maybeUpdateSubscriptionVersion(usedVersion, info.commonlySupportedVersion())) {
setAssignmentErrorCode(AssignorError.VERSION_PROBING.code());
usedSubscriptionMetadataVersionPeek.set(usedSubscriptionMetadataVersion);
return;
}

final List<TopicPartition> partitions = new ArrayList<>(assignment.partitions());
Expand Down

0 comments on commit 71abf9d

Please sign in to comment.