ratis
ratis copied to clipboard
RATIS-1746. Change the shared byte array in SegmentedRaftLogWorker to be configurable.
~~See https://issues.apache.org/jira/browse/RATIS-1743~~
~~Second attempt after #782~~
See https://issues.apache.org/jira/browse/RATIS-1746
@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).
... 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.