You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/19 04:30:44 UTC

[GitHub] [pulsar] lhotari opened a new pull request #9623: [Issue 9622] Fix setting Bookie dbStorage_*CacheMaxSizeMb in pulsar-test-latest-version docker image

lhotari opened a new pull request #9623:
URL: https://github.com/apache/pulsar/pull/9623


   Fixes #9622
   
   ### Motivation
   
   When using pulsar-test-latest-version docker image in integration tests, bookies run out of direct memory. This causes integration tests to fail and requiring retries to pass.
   
   There has been intention to set `dbStorage_writeCacheMaxSizeMb=16` and `dbStorage_readAheadCacheMaxSizeMb=16`, however these didn't get applied because of misconfiguration.
   
   See #9622 for long explanation.
   
   ### Modifications
   
   Fix setting `dbStorage_writeCacheMaxSizeMb=16` and `dbStorage_readAheadCacheMaxSizeMb=16` when running bookies in pulsar-test-latest-version docker image.


----------------------------------------------------------------
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



[GitHub] [pulsar] merlimat merged pull request #9623: [Issue 9622] Fix setting Bookie dbStorage_*CacheMaxSizeMb in pulsar-test-latest-version docker image

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #9623:
URL: https://github.com/apache/pulsar/pull/9623


   


----------------------------------------------------------------
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



[GitHub] [pulsar] eolivelli commented on pull request #9623: [Issue 9622] Fix setting Bookie dbStorage_*CacheMaxSizeMb in pulsar-test-latest-version docker image

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #9623:
URL: https://github.com/apache/pulsar/pull/9623#issuecomment-782002604


   @codelipenghui @zymap @sijie please merge, this is another step in order to reduce the number of flakes in integration tests


----------------------------------------------------------------
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