[
https://issues.apache.org/jira/browse/HIVE-19552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nishant Bangarwa updated HIVE-19552:
------------------------------------
Description:
The failure was caused by the following sequence of steps -
# Test queries for available hosts where a segment is located and gets the
location of kafka task.
# Kafka task hands over the data and finishes
# Now the scan query is sent to the kafka task, but the task has already
completed and will fail.
https://issues.apache.org/jira/browse/HIVE-20349 fixes this issue by retrying
the broker in this case.
was:
The failure was caused by the following sequence of steps -
# Test queries for available hosts where a segment is located and gets the
location of kafka task.
# Kafka task hands over the data and finishes
# Now the scan query is sent to the kafka task, but the task has already
completed and will fail.
> Enable TestMiniDruidKafkaCliDriver#druidkafkamini_basic.q
> ---------------------------------------------------------
>
> Key: HIVE-19552
> URL: https://issues.apache.org/jira/browse/HIVE-19552
> Project: Hive
> Issue Type: Test
> Components: Test
> Affects Versions: 3.1.0
> Reporter: Jesus Camacho Rodriguez
> Assignee: Nishant Bangarwa
> Priority: Critical
> Attachments: HIVE-19552.patch
>
>
> The failure was caused by the following sequence of steps -
> # Test queries for available hosts where a segment is located and gets the
> location of kafka task.
> # Kafka task hands over the data and finishes
> # Now the scan query is sent to the kafka task, but the task has already
> completed and will fail.
> https://issues.apache.org/jira/browse/HIVE-20349 fixes this issue by retrying
> the broker in this case.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)