szetszwo commented on PR #828: URL: https://github.com/apache/ratis/pull/828#issuecomment-1454963001
Actually, my test may be wrong since all requests are sent about the same time. ``` 2023-03-02 18:33:12,076 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m0 2023-03-02 18:33:12,085 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m1 2023-03-02 18:33:12,085 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m2 2023-03-02 18:33:12,085 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m3 2023-03-02 18:33:12,085 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m4 2023-03-02 18:33:12,085 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m5 2023-03-02 18:33:12,086 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m6 2023-03-02 18:33:12,086 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m7 2023-03-02 18:33:12,086 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m8 2023-03-02 18:33:12,086 [Time-limited test] INFO tests.GrpcTestClient (GrpcTestClient.java:send(107)) - send m9 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
