spark-instrumented-optimizer/external/kafka-0-10
cody koeninger cd106b050f [SPARK-17841][STREAMING][KAFKA] drain commitQueue
## What changes were proposed in this pull request?

Actually drain commit queue rather than just iterating it.
iterator() on a concurrent linked queue won't remove items from the queue, poll() will.

## How was this patch tested?
Unit tests

Author: cody koeninger <cody@koeninger.org>

Closes #15407 from koeninger/SPARK-17841.
2016-10-18 14:01:49 -07:00
..
src [SPARK-17841][STREAMING][KAFKA] drain commitQueue 2016-10-18 14:01:49 -07:00
pom.xml [SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release 2016-08-13 11:42:38 +01:00