GitHub user rajinisivaram opened a pull request:
https://github.com/apache/kafka/pull/4312
MINOR: Increase number of messages in replica verification tool test
Increase the number of messages produced to make the test more reliable.
The test failed in a recent build and also fails intermittently when run
locally. Since the producer uses acks=0 and the test stops as soon as a lag is
observed, the change shouldn't have a big impact on the time taken to run when
lag is observed sooner.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajinisivaram/kafka
MINOR-replicaverification-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4312.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4312
----
commit 94ef402fceec0df1a10ddc8a0f435c8c68a8e6c3
Author: Rajini Sivaram <[email protected]>
Date: 2017-12-11T16:58:30Z
MINOR: Increase number of messages in replica verification tool test
----
---