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

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

Github user sandhyasun commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1405#discussion_r162546998
  
    --- Diff: core/sql/exp/ExpLOBprocess.cpp ---
    @@ -575,7 +575,7 @@ Lng32 main(Lng32 argc, char *argv[])
         // setup log4cxx
         QRLogger::initLog4cxx(QRLogger::QRL_LOB);
         // initialize lob globals
    -    lobGlobals = new ExLobGlobals();
    +    lobGlobals = new ExLobGlobals(NULL);
    --- End diff --
    
    The ExpLOBprocess.cpp is dormant code for now. If we enable it and create a 
LOB process to offload some operations like GC etc, we will need to create and 
setup globals , send messages form the master process to it etc .  For now I 
just had to ensure it compiled. 


> LOB:Cleanup usage of LOBLoad which si deprecated and LobGlobals
> ---------------------------------------------------------------
>
>                 Key: TRAFODION-2873
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2873
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-exe
>    Affects Versions: 2.3
>            Reporter: Sandhya Sundaresan
>            Assignee: Sandhya Sundaresan
>            Priority: Major
>
> The LOBGlobals structure contains information relevant to LOBLoad which was 
> an operator initially designed to operate at the disk level. It is no longer 
> needed/relevant so cleaning up that code and simplifying the LOBGlobals 
> sturcture as well to keep only the relevant data members. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to