From c556013a82b75bf39f0841889bd183527dea95ab Mon Sep 17 00:00:00 2001 From: Axel Uhl Date: Wed, 14 May 2025 14:53:50 +0200 Subject: [PATCH] improved logging of replication operations received from replicas --- java/com.sap.sailing.www/release_notes_admin.html | 2 ++ .../com/sap/sse/replication/OperationWithResult.java | 9 +++++++++ .../OperationWithResultWithIdWrapper.java | 12 ++++++++++-- .../sap/sse/replication/impl/ReplicationServlet.java | 1 + 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/java/com.sap.sailing.www/release_notes_admin.html b/java/com.sap.sailing.www/release_notes_admin.html index a42ca324980..39fd61d69e2 100755 --- a/java/com.sap.sailing.www/release_notes_admin.html +++ b/java/com.sap.sailing.www/release_notes_admin.html @@ -28,6 +28,8 @@
  • The Riot server listening for WindBot data now properly implements connection closing upon not having received device heartbeat messages for more than 30s.
  • Fixed parsing of X-Forwarded-For header, now reporting the correct client IP in case of multiple proxies along the way.
  • +
  • Improved logging in case operations received from replicas are being applied. The log entry now shows the name of the server + where the operation originated from.
  • March 2025