You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2022/11/14 21:58:44 UTC

[GitHub] [ratis] szetszwo opened a new pull request, #783: RATIS-1743. Memory leak in SegmentedRaftLogWorker due to metrics.

szetszwo opened a new pull request, #783:
URL: https://github.com/apache/ratis/pull/783

   See https://issues.apache.org/jira/browse/RATIS-1743
   
   Second attempt after #782


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

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ratis] adoroszlai commented on pull request #783: RATIS-1743. Memory leak in SegmentedRaftLogWorker due to metrics.

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on PR #783:
URL: https://github.com/apache/ratis/pull/783#issuecomment-1315072628

   @szetszwo Thanks for the patch.  I'd like to actually fix the leak.  If we wanted to reduce the effect, we migth as well revert the shared buffer change (RATIS-1717).


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

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ratis] szetszwo commented on pull request #783: Change the shared byte array in SegmentedRaftLogWorker to be configurable.

Posted by GitBox <gi...@apache.org>.
szetszwo commented on PR #783:
URL: https://github.com/apache/ratis/pull/783#issuecomment-1315703960

   > ... If we wanted to reduce the effect, we migth as well revert the shared buffer change (RATIS-1717).
   
   @adoroszlai , The shared buffer change (RATIS-1717) is a good change.  We should make it configurable.
   


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

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org