You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/06/24 13:22:00 UTC

[jira] [Resolved] (SPARK-28142) KafkaContinuousStream ignores user configuration on CONSUMER_POLL_TIMEOUT

     [ https://issues.apache.org/jira/browse/SPARK-28142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-28142.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 24942
[https://github.com/apache/spark/pull/24942]

> KafkaContinuousStream ignores user configuration on CONSUMER_POLL_TIMEOUT
> -------------------------------------------------------------------------
>
>                 Key: SPARK-28142
>                 URL: https://issues.apache.org/jira/browse/SPARK-28142
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 3.0.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Major
>             Fix For: 3.0.0
>
>
> KafkaContinuousStream has a bug where {{pollTimeoutMs}} is always set to default value, as the value of {{KafkaSourceProvider.CONSUMER_POLL_TIMEOUT}} is {{kafkaConsumer.pollTimeoutMs}} which key-lowercased map has been provided as {{sourceOptions}}.
> This is due to the missing spot, which Map should be passed as CaseInsensitiveStringMap as  SPARK-27106.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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