You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Attila Zsolt Piros (JIRA)" <ji...@apache.org> on 2018/01/12 13:59:01 UTC

[jira] [Comment Edited] (SPARK-23055) KafkaContinuousSourceSuite Kafka column types test failing

    [ https://issues.apache.org/jira/browse/SPARK-23055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323978#comment-16323978 ] 

Attila Zsolt Piros edited comment on SPARK-23055 at 1/12/18 1:58 PM:
---------------------------------------------------------------------

At failure the query status is:

{code:javascript}
status: {
  "message" : "Initializing sources",
  "isDataAvailable" : false,
  "isTriggerActive" : true
}
{code}


So I think the reason of the flaky test could be within StreamingQuery#processAllAvailable() or we should wait for initialisation beforehand.


was (Author: attilapiros):
At failure the query status is:

```
status: {
  "message" : "Initializing sources",
  "isDataAvailable" : false,
  "isTriggerActive" : true
}
```

So I think the reason of the flaky test could be within StreamingQuery#processAllAvailable() or we should wait for initialisation beforehand.

> KafkaContinuousSourceSuite Kafka column types test failing
> ----------------------------------------------------------
>
>                 Key: SPARK-23055
>                 URL: https://issues.apache.org/jira/browse/SPARK-23055
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 2.3.0
>            Reporter: Marco Gaido
>
> KafkaContinuousSourceSuite Kafka column types test fails (https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/85998/testReport/junit/org.apache.spark.sql.kafka010/KafkaContinuousSourceSuite/Kafka_column_types/).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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