You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by zsxwing <gi...@git.apache.org> on 2018/08/30 21:47:18 UTC

[GitHub] spark pull request #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction t...

GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/22293

    [SPARK-25288][Tests]Fix flaky Kafka transaction tests

    ## What changes were proposed in this pull request?
    
    Here are the failures:
    
    http://spark-tests.appspot.com/test-details?suite_name=org.apache.spark.sql.kafka010.KafkaRelationSuite&test_name=read+Kafka+transactional+messages%3A+read_committed
    http://spark-tests.appspot.com/test-details?suite_name=org.apache.spark.sql.kafka010.KafkaMicroBatchV1SourceSuite&test_name=read+Kafka+transactional+messages%3A+read_committed
    http://spark-tests.appspot.com/test-details?suite_name=org.apache.spark.sql.kafka010.KafkaMicroBatchV2SourceSuite&test_name=read+Kafka+transactional+messages%3A+read_committed
    
    I found the Kafka consumer may not see the committed messages for a short time. This PR just adds a new method `waitUntilOffsetAppears` and uses it to make sure the consumer can see a specified offset before checking the result.
    
    ## How was this patch tested?
    
    Jenkins

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark SPARK-25288

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22293.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 #22293
    
----
commit 6439367e3dfd9612f30395ae445df67a87ede871
Author: Shixiong Zhu <zs...@...>
Date:   2018-08-30T21:44:42Z

    Fix flaky Kafka transaction tests

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/95497/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction t...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/22293


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4328 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4328/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4324 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4324/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4322 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4322/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4325 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4325/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4310 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4310/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4316 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4316/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4318 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4318/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4321 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4321/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by tdas <gi...@git.apache.org>.
Github user tdas commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    I was afraid that this would be flaky. Glad you found a solution quickly. just one comment to improve code readability.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4316 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4316/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4322 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4322/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by zsxwing <gi...@git.apache.org>.
Github user zsxwing commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    now this passed 11 times on Jenkins


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4315 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4315/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4315 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4315/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4311 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4311/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4324 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4324/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4313 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4313/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4313 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4313/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4326 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4326/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4312 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4312/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4327 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4327/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4314 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4314/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4319 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4319/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4310 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4310/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4317 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4317/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by zsxwing <gi...@git.apache.org>.
Github user zsxwing commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Thanks! Merging to master.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #95505 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95505/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4311 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4311/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4317 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4317/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction t...

Posted by tdas <gi...@git.apache.org>.
Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22293#discussion_r214208589
  
    --- Diff: external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaMicroBatchSourceSuite.scala ---
    @@ -652,62 +654,67 @@ abstract class KafkaMicroBatchSourceSuiteBase extends KafkaSourceSuiteBase {
           }
         }
     
    +    val topicPartition = new TopicPartition(topic, 0)
         // The message values are the same as their offsets to make the test easy to follow
         testUtils.withTranscationalProducer { producer =>
           testStream(mapped)(
             StartStream(ProcessingTime(100), clock),
             waitUntilBatchProcessed,
             CheckAnswer(),
    -        WithOffsetSync(topic) { () =>
    +        WithOffsetSync(topicPartition) { () =>
    --- End diff --
    
    Its weird to have a hanging "5" in the thunk. Rather take the expected offset as part of the with. That is, `WithOffsetSync(topicPartition, expectedOffset = 5) {` 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/2710/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4321 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4321/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4320 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4320/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4312 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4312/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/95505/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4323 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4323/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4319 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4319/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4326 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4326/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4320 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4320/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Merged build finished. Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4325 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4325/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4328 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4328/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4314 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4314/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4323 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4323/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4327 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4327/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction t...

Posted by zsxwing <gi...@git.apache.org>.
Github user zsxwing commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22293#discussion_r214209091
  
    --- Diff: external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaMicroBatchSourceSuite.scala ---
    @@ -652,62 +654,67 @@ abstract class KafkaMicroBatchSourceSuiteBase extends KafkaSourceSuiteBase {
           }
         }
     
    +    val topicPartition = new TopicPartition(topic, 0)
         // The message values are the same as their offsets to make the test easy to follow
         testUtils.withTranscationalProducer { producer =>
           testStream(mapped)(
             StartStream(ProcessingTime(100), clock),
             waitUntilBatchProcessed,
             CheckAnswer(),
    -        WithOffsetSync(topic) { () =>
    +        WithOffsetSync(topicPartition) { () =>
    --- End diff --
    
    Good suggestion!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #4318 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4318/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #95505 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95505/testReport)** for PR 22293 at commit [`e17409a`](https://github.com/apache/spark/commit/e17409ac6d9a4921ada4ad63643f5a10c7332443).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #95497 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95497/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/2714/
    Test PASSed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #22293: [SPARK-25288][Tests]Fix flaky Kafka transaction tests

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22293
  
    **[Test build #95497 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95497/testReport)** for PR 22293 at commit [`6439367`](https://github.com/apache/spark/commit/6439367e3dfd9612f30395ae445df67a87ede871).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org