GitHub user SuJinpei opened a pull request:
https://github.com/apache/trafodion/pull/1433
[TRAFODION-2939] odb copied data exceeds the max size specified by max
option when copying data from oracle to Trafodion
**root cause:** max rows were divided into each thread may cause
etab[eid].mr < etab[eid].r, so even only one-time fetch, the actual fetched
rows will exceed max row of each thread.
**fixed by:** limit etab[eid].r less or equal to etab[eid].mr.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SuJinpei/incubator-trafodion trafodion-2939
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1433.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 #1433
----
commit 0d6ce6f6904f1e528e5502bbd51c013be573e6e9
Author: SuJinpei <873118042@...>
Date: 2018-02-01T06:57:23Z
fix trafodion-2939
commit 5cd19f67339ed8a3595266cc6ac921a476b7c647
Author: SuJinpei <873118042@...>
Date: 2018-02-01T07:03:08Z
little improvement
----
---