[jira] [Commented] (HIVE-12421) Streaming API TransactionBatch.beginNextTransaction() does not wait for locks

2015-11-17 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15009159#comment-15009159 ] Alan Gates commented on HIVE-12421: --- [~roshan_naik] can comment further, but I think the thinking was

[jira] [Commented] (HIVE-12421) Streaming API TransactionBatch.beginNextTransaction() does not wait for locks

2015-11-17 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15010036#comment-15010036 ] Eugene Koifman commented on HIVE-12421: --- you are right, lock() is a blocking call, so this isn't a

[jira] [Commented] (HIVE-12421) Streaming API TransactionBatch.beginNextTransaction() does not wait for locks

2015-11-17 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15009713#comment-15009713 ] Roshan Naik commented on HIVE-12421: I believe msClient.lock( ) itself is a blocking call. The

[jira] [Commented] (HIVE-12421) Streaming API TransactionBatch.beginNextTransaction() does not wait for locks

2015-11-17 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15009724#comment-15009724 ] Roshan Naik commented on HIVE-12421: I think the timeout should be set on the connection object as a