You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by SuJinpei <gi...@git.apache.org> on 2017/12/05 09:03:15 UTC

[GitHub] incubator-trafodion pull request #1323: [TRAFODIION-2828] Multi-threaded bat...

GitHub user SuJinpei opened a pull request:

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

    [TRAFODIION-2828] Multi-threaded batch loading causes the program to crash

    the root cause is that the fcvt and gcvt are not threading safe, but double_to_char also has other issue fixed in TRAFODION-2725, so we apply the fixed in TRAFODION-2725.

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

    $ git pull https://github.com/SuJinpei/incubator-trafodion trafodion-2828

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

    https://github.com/apache/incubator-trafodion/pull/1323.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 #1323
    
----
commit e89217ece4e3969b3c7da30adcdd4958d3fd2f98
Author: SuJinpei <87...@qq.com>
Date:   2017-12-05T08:04:29Z

    fix TRAFODIION-2828

----


---

[GitHub] incubator-trafodion pull request #1323: [TRAFODIION-2828] Multi-threaded bat...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---