[ 
https://issues.apache.org/jira/browse/TRAFODION-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868793#comment-15868793
 ] 

ASF GitHub Bot commented on TRAFODION-1562:
-------------------------------------------

GitHub user sandhyasun opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/959

    Fix for intermittent regression failure executor/TEST015 related to   
[TRAFODION-1562]

     Caused because preCondition expression was…not being generated for the 
code path with the new efficient tree. This caused deletes and inserts to 
compete and cause inconsistencies in the index depending on timing. Fix is to 
ensure the delete precondition is set for efficient upserts just like it is for 
updates and mergeUpdates.
    Fixed known diff file for seabase/TEST025

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sandhyasun/incubator-trafodion vsbb_upsert

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/959.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #959
    
----
commit bcb8bdb10a8fae0951d0652642096448f84a42d3
Author: Sandhya Sundaresan <sand...@apache.org>
Date:   2017-02-15T23:09:32Z

    Fix for regression failure caused because preCondition expression was not 
being generated for the code path with the new efficient tree. This caused 
deletes and inserts to compete and cause inconsistencies in the index depending 
on timing. Fix is to ensure the delete precondition is set for efficient 
upserts just like it is for updates and mergeUpdates.

----


> Changes in query tree when the upsert command is transformed into merge
> -----------------------------------------------------------------------
>
>                 Key: TRAFODION-1562
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1562
>             Project: Apache Trafodion
>          Issue Type: Sub-task
>          Components: sql-cmp
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Sandhya Sundaresan
>             Fix For: 2.1-incubating
>
>         Attachments: BatchUpsertTransformation.pdf
>
>
> to improve the performance as explained in the main JIRA



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to