Skip to content

MINOR: Support long maxMessages in Trogdor consume/produce bench workers#5957

Merged
cmccabe merged 1 commit intoapache:trunkfrom
stanislavkozlovski:minor-trogdo-long-max-messages
Nov 28, 2018
Merged

MINOR: Support long maxMessages in Trogdor consume/produce bench workers#5957
cmccabe merged 1 commit intoapache:trunkfrom
stanislavkozlovski:minor-trogdo-long-max-messages

Conversation

@stanislavkozlovski
Copy link
Copy Markdown
Contributor

Sometimes we might want to run intense longer-running benchmarks with Trogdor. We are currently limited to 2147483647. If we use 100 bytes per message, this limits us to 2.4MB/s of throughput a day. (((2147483647 * 100) / 1000000 / 86400))
We might want to have longer running tasks than a single day as well, so I think it makes sense to bump this to a long.

cc @cmccabe

@cmccabe
Copy link
Copy Markdown
Contributor

cmccabe commented Nov 28, 2018

LGTM

@cmccabe
Copy link
Copy Markdown
Contributor

cmccabe commented Nov 28, 2018

Failed test is not related to Trogdor

@cmccabe cmccabe merged commit ec66818 into apache:trunk Nov 28, 2018
pengxiaolong pushed a commit to pengxiaolong/kafka that referenced this pull request Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants