You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by selvaganesang <gi...@git.apache.org> on 2017/04/07 19:03:39 UTC

[GitHub] incubator-trafodion pull request #1052: [TRAFODION-2420] RMS enhancements

GitHub user selvaganesang opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1052

    [TRAFODION-2420] RMS enhancements

    Improved BMO operation accounting. Two new counters are added
    a) scratchIOSize - Size in KB of the scratch IO
    b) scratchIOMaxTime - Time in microseconds taken by any long pole
                     ESP instance to do scratch IO operations
    
    The ScrBufSize, ScrBufRead and ScrBufWritten are no longer displayed
    in the formatted get statistics command outputs.
    
    Reduced the default value of CQD HBASE_NUM_CACHE_ROWS_MAX to 1024 from
    10000 to reduce stress on the client JVM memory.
    
    Disabled the memory pressure triggering in the BMO operators by increasing
    the threshold GEN_MEM_PRESSURE_THRESHOLD to 10000 from 100. The memory
    pressure detection code was inadvertently enabled when the cap to limit
    memory pressure constant to 100 was removed.
    
    Memory pressure triggers in BMO operators will be enabled later when
    we understand the memory pressure detection better.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/selvaganesang/incubator-trafodion trafodion-2420_1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1052.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 #1052
    
----
commit 0c10290402c121eec54541d3720c3f407155722a
Author: selvaganesang <se...@esgyn.com>
Date:   2017-04-07T00:03:58Z

    [TRAFODION-2420] RMS enhancements
    
    Improved BMO operation accounting. Two new counters are added
    a) scratchIOSize - Size in KB of the scratch IO
    b) scratchIOMaxTime - Time in microseconds taken by any long pole
                     ESP instance to do scratch IO operations
    
    The ScrBufSize, ScrBufRead and ScrBufWritten are no longer displayed
    in the formatted get statistics command outputs.
    
    Reduced the default value of CQD HBASE_NUM_CACHE_ROWS_MAX to 1024 from
    10000 to reduce stress on the client JVM memory.
    
    Disabled the memory pressure triggering in the BMO operators by increasing
    the threshold GEN_MEM_PRESSURE_THRESHOLD to 10000 from 100. The memory
    pressure detection code was inadvertently enabled when the cap to limit
    memory pressure constant to 100 was removed.
    
    Memory pressure triggers in BMO operators will be enabled later when
    we understand the memory pressure detection better.

----


---
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 feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1052: [TRAFODION-2420] RMS enhancements

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/1052


---
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 feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---