GitHub user sandhyasun opened a pull request:
https://github.com/apache/trafodion/pull/1365
TRAFODION-2873. Cleanup of LobGlobals and LobLoad classes
This fix also avoids a core that was very occasionally caused during
inserts into LOB tables. The fix involves cleaning up the LOBGlibals and
eliminating unneeded datamemebers and keeping only the ExLobGlobals members.
Also cleaned up all LobLoad related code since it is obsolete and worked only
with DP2.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sandhyasun/trafodion traf_lob_global_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1365.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 #1365
----
commit 701b2799884a402850d3e082cd717cbc5065c2c0
Author: Sandhya Sundaresan <sandhya@...>
Date: 2018-01-03T18:30:04Z
TRAFODION-2873. Fix for avoiding cores during expression eval for inserts
into LOB tables. The fix involves cleaning up the LOBGlibals and eliminating
unneeded datamemebers and keeping only the ExLobGlobals members. Also cleaned
up all LobLoad related code since it is obsolete and worked only with DP2.
Conflicts:
core/sql/executor/ExExeUtilLoad.cpp
----
---