This is an automated email from the ASF dual-hosted git repository.
rpuch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from b509e8fb8b IGNITE-23596 Start of Metastorage Raft node blocks a
network thread (#4673)
add 75d060b19d IGNITE-23610 Log WriteCommand class when logging about long
WriteActionRequest processing (#4678)
No new revisions were added by this update.
Summary of changes:
.../ignite/internal/network/NetworkMessage.java | 2 +-
.../ignite/raft/jraft/rpc/WriteActionRequest.java | 7 +-
.../raft/jraft/rpc/WriteActionRequestTest.java | 81 ++++++++++++++++++++++
3 files changed, 88 insertions(+), 2 deletions(-)
create mode 100644
modules/raft/src/test/java/org/apache/ignite/raft/jraft/rpc/WriteActionRequestTest.java