This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 50bb62e  [LOG4J2-2592] StackOverflowException when server not 
reachable with SocketAppender.
50bb62e is described below

commit 50bb62efa0373600faddb4677f272e891c85c906
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 08:26:57 2019 -0400

    [LOG4J2-2592] StackOverflowException when server not reachable with
    SocketAppender.
---
 .../main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java  | 2 +-
 src/changes/changes.xml                                                | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java
index d71740d..ab649d2 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/net/TcpSocketManager.java
@@ -380,7 +380,7 @@ public class TcpSocketManager extends AbstractSocketManager 
{
 
         @Override
         public String toString() {
-            return "Reconnector [latch=" + latch + ", shutdown=" + shutdown + 
", owner=" + owner + "]";
+            return "Reconnector [latch=" + latch + ", shutdown=" + shutdown + 
"]";
         }
     }
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5ba0bfd..9151370 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,9 @@
       <action issue="LOG4J2-2574" dev="ggregory" type="update" due-to="Gary 
Gregory">
         Update MongoDB 3 module driver from 3.9.0 to 3.10.1.
       </action>
+      <action issue="LOG4J2-2592" dev="ggregory" type="update" due-to="Dávid 
Kaya, Gary Gregory">
+        StackOverflowException when server not reachable with SocketAppender.
+      </action>
     </release>
     <release version="2.11.2" date="2019-02-04" description="GA Release 
2.11.2">
       <action issue="LOG4J2-2500" dev="rgoers" type="fix">

Reply via email to