Skip to content

Commit

Permalink
MINOR: revert back to 60s session timeout for static membership test (a…
Browse files Browse the repository at this point in the history
…pache#11881)

Reviewers: Guozhang Wang <[email protected]>
  • Loading branch information
showuon authored Apr 21, 2022
1 parent 4380eae commit f28a2ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/kafkatest/services/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,9 @@ def prop_file(self):
streams_property.KAFKA_SERVERS: self.kafka.bootstrap_servers(),
streams_property.NUM_THREADS: self.NUM_THREADS,
consumer_property.GROUP_INSTANCE_ID: self.GROUP_INSTANCE_ID,
consumer_property.SESSION_TIMEOUT_MS: 60000,
consumer_property.SESSION_TIMEOUT_MS: 60000, # set longer session timeout for static member test
'input.topic': self.INPUT_TOPIC,
"acceptable.recovery.lag": "9223372036854775807", # enable a one-shot assignment
"session.timeout.ms": "10000" # set back to 10s for tests. See KIP-735
"acceptable.recovery.lag": "9223372036854775807" # enable a one-shot assignment
}


Expand Down

0 comments on commit f28a2ee

Please sign in to comment.