You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by GitBox <gi...@apache.org> on 2019/04/02 18:19:41 UTC

[GitHub] [trafodion] selvaganesang opened a new pull request #1820: [TRAFODION-3280] Reduce path length in Trafodion for improved performance and scalability

selvaganesang opened a new pull request #1820: [TRAFODION-3280] Reduce path length in Trafodion for improved performance and scalability
URL: https://github.com/apache/trafodion/pull/1820
 
 
   This PR fixes the following issues to improve performance.
   1. When the session is dropped for the default context, we were unnecessarily dropping HBase connections.
   2. There were 2 HBase connections per mxosrvr - one for the default context and another for repository context. Now it has been changed to one HBase connection per process.
   3. cli_globals::currContext() is now optimized for default context.
   4. Changes to ensure that logging related objects are created and the corresponding functions are called only when the logging Level is set higher than the recording level,
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services