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 <[email protected]>
Date: 2017-12-05T08:04:29Z
fix TRAFODIION-2828
----
---