BTW, all the zero-copy problems are only in the master branch. The zero-copy code is not in any official releases, including the recent Ratis 3.1.1 release. The zero-copy feature is still under development.
This is user@ mailing list. To avoid confusion, let's continue the discussion on the dev@ mailing list or on the JIRAs. Tsz-Wo On Thu, Sep 26, 2024 at 10:05 PM Tsz Wo Sze <[email protected]> wrote: > Hi, > > Recently, we kept seeing different kinds of test failures and filed > - RATIS-2164 <https://issues.apache.org/jira/browse/RATIS-2164>: LeakDetector > has a race condition > - RATIS-2159 <https://issues.apache.org/jira/browse/RATIS-2159>: > TestRaftWithSimulatedRpc could "fail to retain". > > Earlier, we also had > - RATIS-2127 <https://issues.apache.org/jira/browse/RATIS-2127>: > TestRetryCacheWithGrpc may fail with object already completely released. > - RATIS-2046 <https://issues.apache.org/jira/browse/RATIS-2046>: Test > failure because SimpleStateMachine4Testing is not closed properly > > Note that the first two issues are not related to gRPC. We probably > should start with RATIS-2164 > <https://issues.apache.org/jira/browse/RATIS-2164> since it may be able > to fix the other test failures. > > Thanks a lot for helping out! > > Tsz-Wo > > > On Thu, Sep 26, 2024 at 9:12 PM ka yuu <[email protected]> wrote: > >> Hi, ratis community! >> >> >> Are there any further discoveries or solutions to the zero-copy >> ReferenceCount leak problem? >> I hope I can join in and troubleshoot this problem together. >> >
