Commit Graph
116 Commits
Author SHA1 Message Date
koo.taejin 33a69ed663 Added UdpDataSender using NIO #1711
added a factory for bytebuffer.
2016-04-25 11:39:14 +09:00
koo.taejin 41a401d495 pinpoint minor version change (1.5.x -> 1.6.x) #1673 2016-04-08 14:58:23 +09:00
koo.taejin 067b9cab56 1.5.2 release #1668
change version (1.5.2 -> 1.5.3-SNAPSHOT)
2016-04-08 14:26:18 +09:00
koo.taejin 710de23824 1.5.2 release #1668
change version (1.5.2-SNAPSHOT -> 1.5.2)
2016-04-07 14:25:43 +09:00
Woonduk Kang 593810d1dd code cleanup
- remove unused import
2016-03-17 16:26:59 +09:00
koo.taejin 35faf57a14 no issue
add setting excludeFilterFile field for findbugs-maven-plugin.
2016-03-16 15:18:31 +09:00
koo.taejin edbab3ead9 Reduce test execution time. #1452 2016-02-03 18:53:19 +09:00
koo.taejin 0d3b9dac47 [PinpiontWeb] fix a ActiveThread concurrency problem #1482
1. changed to catched Excpetion Type in to throw WebSocketSession . (IOException -> Exception)
2. changed log level.
2016-01-26 11:09:34 +09:00
koo.taejin 4f9e4c95f0 Reduce test execution time. #1452 2016-01-18 15:03:46 +09:00
koo.taejin 3b606d7eaf Reduce test execution time. #1452
rpc (21.249 -> 17.325)
web (47.995 -> 12.750)
2016-01-18 10:58:13 +09:00
koo.taejin 45fe1b6eca Reduce test execution time. #1452
pinpoint rpc test execution times (42.449s -> 21.249s)
2016-01-15 14:55:58 +09:00
Kirill Vlasov 9b4c96077c Fixing squid:S1155 - Collection.isEmpty() should be used to test for emptiness 2015-12-29 14:40:41 +05:00
koo.taejin c24c8ce2ec no issue
fixed findbug warnings
2015-12-15 11:53:24 +09:00
emeroad 6250060d4f remove System.out 2015-12-14 18:32:13 +09:00
emeroad c4ebcf9d7e Avoid port conflicts of test cases 2015-12-14 17:47:00 +09:00
koo.taejin 0541fd4a44 1.5.1 release #1340
changed version (1.5.1 -> 1.5.2-SNAPSHOT)
2015-12-11 16:00:47 +09:00
koo.taejin cfb4451e4c 1.5.1 release #1340
changed version (1.5.1-SNAPSHOT -> 1.5.1)
2015-12-11 15:14:11 +09:00
HyunGil Jeong cbc4a39a39 Spell check 2015-12-01 15:43:48 +09:00
koo.taejin 62b4d6f313 fixed findbug warnings & edit log 2015-11-30 15:56:03 +09:00
koo.taejin 834130bdfe edit log (message & level) 2015-11-27 15:41:08 +09:00
koo.taejin a83fc422a8 1.5.0 release #1240
changed version (1.5.0 -> 1.5.1-SNAPSHOT)
2015-11-23 16:16:35 +09:00
koo.taejin d8cf8d3eda 1.5.0 release #1240
changed version (1.5.0-SNAPSHOT -> 1.5.0)
2015-11-23 13:44:42 +09:00
emeroad e178592ec3 code cleanup
- empty catch block
 - code style
2015-11-17 15:40:08 +09:00
emeroad ac690f6e56 code cleanup
- remove unused import
2015-11-17 14:52:55 +09:00
koo.taejin 3da8c3b6d3 Trace current active requests info. #751
code cleanup.
2015-10-27 10:11:56 +09:00
koo.taejin 5f2bd03dbd Trace current active requests info. #751
code cleanup.
2015-10-21 11:45:08 +09:00
koo.taejin ec01540690 Trace current active requests info. #751
improve stability of ActiveThreadCountService.
2015-10-17 13:45:05 +09:00
koo.taejin 710edb12ec Trace current active requests info. #751
improve stability of ActiveThreadCountService.
2015-10-16 18:20:10 +09:00
koo.taejin f7b325ee3b Implement realtime span delivery service. #560 2015-10-13 17:44:55 +09:00
koo.taejin ff5b65fb2d Implement realtime span delivery service. #560
added StreamCode class.
2015-10-08 17:22:46 +09:00
koo.taejin 1837921517 Implement realtime span delivery service. #560
supported  openStream api for AgentService class and PinpointSocket class.
2015-10-07 11:03:19 +09:00
koo.taejin 4f468aa5a5 Support cluster's client and cluster's server in web and collector project.. #1017
cleaned up codes.
2015-10-05 14:44:04 +09:00
koo.taejin 2a917aaa30 Support cluster's client and cluster's server in web and collector project.. #1017
support web project.
2015-10-02 17:43:03 +09:00
koo.taejin 991a71a914 Support cluster's client and cluster's server in web and collector project.. #1017
added cluster properties when socket handshake.
2015-10-02 14:12:50 +09:00
koo.taejin db6c79a3d2 Support cluster's client and cluster's server in web and collector project.. #1017
support collector project.
2015-10-01 18:31:54 +09:00
koo.taejin 058c83c4f9 rename some classes in rpc project. #989 2015-10-01 10:48:12 +09:00
koo.taejin 3bb074f49b rename some classes in rpc project. #989
interagated ChannelStateChangeEventListener into StateChangeEventListener
added StateChangeEventListener for PinpointClient.
2015-09-25 11:38:28 +09:00
koo.taejin 2be2e715a6 rename some classes in rpc project. #989
interagated ServerMessageListener into MessageListener.
2015-09-23 14:28:26 +09:00
koo.taejin 51578e9501 rename some classes in rpc project. #989
socket -> client
socket (use generic concept for client and server)
2015-09-22 17:40:31 +09:00
koo.taejin 89ea48fc24 Added state change handler for stream channel. #935 2015-09-08 10:05:41 +09:00
koo.taejin d58c973eb6 Trace current active requests info. #751 2015-09-03 18:36:20 +09:00
koo.taejin 36df829d0c Trace current active requests info. #751
websocket support.
(added ActiveThreadHandler)
2015-08-05 16:42:41 +09:00
koo.taejin b180deed8b added ActiveThreadService to profiler. 2015-07-30 13:57:15 +09:00
HyunGil Jeong c7c9e1ad14 #84 add support for life cycle and event handling 2015-07-28 14:25:22 +09:00
koo.taejin 9be41f03c4 Add lifecycle support for agents #84 2015-06-15 15:23:52 +09:00
HyunGil Jeong 8b182b171c #84 refactored to allow wiring of ChannelStateChangeEvent handlers 2015-06-12 15:46:02 +09:00
Woonduk Kang 9943fafcbc fix static analysis warning
- findbug, klocwork
2015-06-09 19:48:19 +09:00
koo.taejin 381c49f61a Add lifecycle support for agents #84
insert socket id to handshakedata.
2015-06-08 11:55:16 +09:00
Woonduk Kang f3034d538b #382 hbase version upgrade
- version 1.1.0-SNAPSHOT->1.5.0-SNAPSHOT
2015-05-13 10:57:10 +09:00
ChaYoung You 13a74d6ae6 Fix typos 2015-05-10 22:37:11 +09:00