From 2e39d81c4e6fa1d09fff26205193a5b678136dbf Mon Sep 17 00:00:00 2001 From: Woonduk Kang Date: Wed, 28 Aug 2013 09:05:28 +0000 Subject: [PATCH] =?UTF-8?q?[=EA=B0=95=EC=9A=B4=EB=8D=95]=20[LUCYSUS-1744]?= =?UTF-8?q?=20reconnect=20=EB=8F=99=EC=9E=91=20=EB=B3=B4=EA=B0=95.=20?= =?UTF-8?q?=EC=95=84=EB=AC=B4=20=EB=A9=94=EC=8B=9C=EC=A7=80=EB=A5=BC=20?= =?UTF-8?q?=EB=B3=B4=EB=82=B4=EC=A7=80=20=EC=95=8A=EB=8D=94=EB=9D=BC?= =?UTF-8?q?=EB=8F=84=20tcp=EC=97=B0=EA=B2=B0=EC=9D=B4=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20=EC=A3=BC?= =?UTF-8?q?=EA=B8=B0=EC=A0=81=EC=9D=B8=20ping=EC=B2=98=EB=A6=AC=EB=A5=BC?= =?UTF-8?q?=20=ED=95=A8.=20io=20write=20fail=20=EC=83=81=ED=99=A9=EC=97=90?= =?UTF-8?q?=20=EB=8C=80=ED=95=9C=20=EB=A1=9C=EA=B9=85=EC=9D=B4=20=EC=84=B8?= =?UTF-8?q?=EB=8A=94=20=EB=B6=80=EB=B6=84=EC=9D=84=20=EB=B3=B4=EA=B0=95?= =?UTF-8?q?=ED=95=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@2228 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/java/com/nhn/pinpoint/profiler/DefaultAgent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/nhn/pinpoint/profiler/DefaultAgent.java b/src/main/java/com/nhn/pinpoint/profiler/DefaultAgent.java index c59e91846..a2dff8b03 100644 --- a/src/main/java/com/nhn/pinpoint/profiler/DefaultAgent.java +++ b/src/main/java/com/nhn/pinpoint/profiler/DefaultAgent.java @@ -247,8 +247,8 @@ public class DefaultAgent implements Agent { } private DataSender createTcpDataSender() { -// return new TcpDataSender(this.profilerConfig.getCollectorServerIp(), this.profilerConfig.getCollectorTcpServerPort()); - return new UdpDataSender(this.profilerConfig.getCollectorServerIp(), this.profilerConfig.getCollectorUdpServerPort()); + return new TcpDataSender(this.profilerConfig.getCollectorServerIp(), this.profilerConfig.getCollectorTcpServerPort()); +// return new UdpDataSender(this.profilerConfig.getCollectorServerIp(), this.profilerConfig.getCollectorUdpServerPort()); } private DataSender createDataSender() {