[
https://issues.apache.org/jira/browse/TRAFODION-3310?focusedWorklogId=246946&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246946
]
ASF GitHub Bot logged work on TRAFODION-3310:
---------------------------------------------
Author: ASF GitHub Bot
Created on: 22/May/19 19:30
Start Date: 22/May/19 19:30
Worklog Time Spent: 10m
Work Description: selvaganesang commented on issue #1842:
[TRAFODION-3310] Commit transaction needs to be complete before returning to
the caller.
URL: https://github.com/apache/trafodion/pull/1842#issuecomment-494923702
> +1 Looks good to me. Looks like the primary change is to remove the
predecessor concept of "DP2 transaction", and also to allow the CLI to not wait
for transaction commit if the environment variable DTM_EARLYCOMMITREPLY is
defined and non-zero. Is that correct?
Yes. It is no good to use the passed in parameter to commitTransaction
method to determine if the commit needs to be waited or not. It is important
that commit completes before caller gets the control to ensure data consistency
----------------------------------------------------------------
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: 246946)
Time Spent: 1.5h (was: 1h 20m)
> Commit transaction needs to be complete before returning to the caller
> ----------------------------------------------------------------------
>
> Key: TRAFODION-3310
> URL: https://issues.apache.org/jira/browse/TRAFODION-3310
> Project: Apache Trafodion
> Issue Type: Bug
> Components: sql-exe
> Reporter: Selvaganesan Govindarajan
> Assignee: Selvaganesan Govindarajan
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> There is a potential issue that commit work command might be returned before
> it is actually done. The TM layer returns early for the "COMMIT_TRANSACTION"
> API based on the environment variable settingĀ
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)