[GitHub] incubator-trafodion pull request #835: [TRAFODION-2342] hdfs access threads ...

2016-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafodion/pull/835 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-trafodion pull request #835: [TRAFODION-2342] hdfs access threads ...

2016-11-15 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/835#discussion_r88143836 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -2280,8 +2280,10 @@ Ex_Lob_Error ExLobsOper ( return LOB_GLOB_PTR_ERROR; }

[GitHub] incubator-trafodion pull request #835: [TRAFODION-2342] hdfs access threads ...

2016-11-15 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/835#discussion_r88138577 --- Diff: core/sql/exp/ExpLOBaccess.cpp --- @@ -2280,8 +2280,10 @@ Ex_Lob_Error ExLobsOper ( return LOB_GLOB_PTR_ERROR; }

[GitHub] incubator-trafodion pull request #835: [TRAFODION-2342] hdfs access threads ...

2016-11-15 Thread selvaganesang
GitHub user selvaganesang opened a pull request: https://github.com/apache/incubator-trafodion/pull/835 [TRAFODION-2342] hdfs access threads init/cleanup changes The worker threads to read hdfs directly was being started unnecessarily in many cases. Also, ensured that these