Skip to content

Conversation

@koeninger
Copy link
Contributor

…ult maxRatePerPartition setting of 0

@SparkQA
Copy link

SparkQA commented Aug 25, 2015

Test build #41519 has finished for PR 8413 at commit 2664626.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@tdas
Copy link
Contributor

tdas commented Aug 25, 2015

@koeninger Thank you very very much for debugging and fixing this.
@dragos This was a bug inadvertently introduced in earlier PR.

I am merging this to master and 1.5.

asfgit pushed a commit that referenced this pull request Aug 25, 2015
…ult maxRatePerPartition setting of 0

Author: cody koeninger <[email protected]>

Closes #8413 from koeninger/backpressure-testing-master.

(cherry picked from commit d9c25de)
Signed-off-by: Tathagata Das <[email protected]>
@asfgit asfgit closed this in d9c25de Aug 25, 2015
@dragos
Copy link
Contributor

dragos commented Aug 25, 2015

The rate limiter is using Long.MaxValue, while this one uses 0 as a default. They should both use the same.

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.

4 participants