[
https://issues.apache.org/jira/browse/HIVE-24077?focusedWorklogId=486040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-486040
]
ASF GitHub Bot logged work on HIVE-24077:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/20 02:22
Start Date: 18/Sep/20 02:22
Worklog Time Spent: 10m
Work Description: jcamachor merged pull request #1505:
URL: https://github.com/apache/hive/pull/1505
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 486040)
Time Spent: 20m (was: 10m)
> Streaming Ingest v2 does not send heartbeats
> --------------------------------------------
>
> Key: HIVE-24077
> URL: https://issues.apache.org/jira/browse/HIVE-24077
> Project: Hive
> Issue Type: Bug
> Components: Streaming
> Reporter: Matt Burgess
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In Hive Streaming v2, TransactionBatch calls setupHeartbeatThread() before
> setting minTxnId to an AtomicLong object, so the value that is used for
> HeartbeatRunnable is null. Upon the first call to run(), a
> NullPointerException is thrown by the minTxnId.get() call, which causes the
> thread to fail and it does not get rescheduled. This causes any transaction
> that exceeds the transaction timeout time (default 5 mins) to be aborted.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)