[ https://issues.apache.org/jira/browse/HIVE-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954511#comment-13954511 ]
Hive QA commented on HIVE-6721: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12637659/HIVE-6721.patch {color:green}SUCCESS:{color} +1 5505 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2035/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2035/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12637659 > Streaming ingest needs to be able to send many heartbeats together > ------------------------------------------------------------------ > > Key: HIVE-6721 > URL: https://issues.apache.org/jira/browse/HIVE-6721 > Project: Hive > Issue Type: Bug > Components: Locking > Affects Versions: 0.13.0 > Reporter: Alan Gates > Assignee: Alan Gates > Fix For: 0.13.0 > > Attachments: HIVE-6721.patch, HIVE-6721.patch, > HIVE-6721.src-only.patch > > > The heartbeat method added to HiveMetaStoreClient is intended for SQL > operations where the user will have one transaction and a hand full of locks. > But in the streaming ingest case the client opens a batch of transactions > together. In this case we need a way for the client to send a heartbeat for > this batch of transactions rather than being forced to send the heartbeats > one at a time. -- This message was sent by Atlassian JIRA (v6.2#6252)