Commit Graph
92 Commits
Author SHA1 Message Date
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
koo.taejin 3243c8491c Optimize udp efficiency.
1. create span stream protocol
2. change udp socket to datagram channel
3. reuse send buffer by gathering channel
2015-04-28 16:31:05 +09:00
kr14910 fa5f449356 Improve state synchronization between server and client.
inclue socket's info in ping packet.
2015-03-25 17:31:14 +09:00
kr14910 beeb412647 Improve state synchronization between server and client. #136
1. Integrate SocketState class into PinpointSocketHandler.
2015-03-10 09:46:05 +09:00
Woonduk Kang 1e644184c8 code cleanup
- remove deprecated api. junit.framework.Assert -> org.junit.Assert;
 - fix klocwork : NullPointer dereference
2015-03-05 17:05:30 +09:00
kr14910 34558cc06b [NO Isssue] cleanup test. 2015-03-05 11:19:28 +09:00
kr14910 65eee884cb Improve state synchronization between server and client. #136
1. Create common SocketState class. 
 (It allows us to cehck socket status between each other more
precisely.)
2. Integrate SocketState class into PinpointServerSocket.
2015-03-03 17:31:19 +09:00
kr14910 ef45fa59cf Improve state synchronization between server and client. #136
WritablePinpointServer -> PinpointServer
PinpointServer -> DefaultPinpointServer
2015-02-16 14:37:00 +09:00
kr14910 df87df58c2 Improve state synchronization between server and client. #136
Divide PinpointServerSocket into PinpointServerAcceptor and
PinpointServer.
2015-02-12 17:36:43 +09:00
Woonduk Kang 5be3de2717 #136 Improve state synchronization between server and client.
- code review
2015-02-11 11:26:20 +09:00
kr14910 6a0a4e46e8 Improve state synchronization between server and client. #136
Use netty's channelConnected method instead of SocketHandler's open
method. 
(Netty manage channel's lifecycle. So we can manage
PinpointSocketHandler state more precisely.)
2015-02-11 10:40:44 +09:00
Woonduk Kang d36e96aea6 prepare 1.1.0-SNAPSHOT 2015-02-10 14:21:36 +09:00
Jongho Moon f2388161e4 [#117] Implementing plugin system 2015-02-10 10:55:41 +09:00
kr14910 69bc273a26 Timer thread leak when client reconnect to server. #140
Modifications:

- execute releaseResource method everytime when channelClosed method
executed.
2015-01-27 17:30:50 +09:00
Woonduk Kang 342491b44e update copy right 2015-01-21 11:55:01 +09:00
kr14910 ddb922ff75 no issue pinpoint rpc test cleanup. 2015-01-20 15:25:54 +09:00
kr14910 26aa63f947 #114 convert clover license. (free trial -> opensource) 2015-01-19 17:15:36 +09:00
kr14910 13f28b4a00 1. changed return type of change state code method from boolean to
PinpointServerSocketStateCode.
2. cleand up PinpointServerSocket class. (Channel's event. )
3. RUN_SIMPLEX state added to PinpointServerSocketStateCode.
2015-01-19 11:39:07 +09:00
kr14910 eaa1486724 Spllit socket class according to purpose.( initialization and
transportation)
2015-01-12 18:22:53 +09:00
kr14910 955e877d70 #82 Allow multiple channel state change event listeners to be attached
to PinpointServerSocket 

1. Allow multiple channel state change event listeners to be attached to
PinpointServerSocket
2. Changed class name (SocketChannelStateChangeEventListener ->
ChannelStateChangeEventListener)
3. Added exceptionCaught method in ChannelStateChangeEventHandler class.
2015-01-08 15:18:30 +09:00
Woonduk Kang 1777058a9e fix indent tab to space 2015-01-02 20:51:53 +09:00
Woonduk Kang 15ce91bcf1 fix code style
- intellij code inspection
2015-01-02 19:27:55 +09:00
Sungkwan Kim 2e916b8134 modified comments in English 2015-01-02 12:42:49 +09:00
Sungkwan Kim 2dcea56b84 modified comments in English 2014-12-31 17:58:33 +09:00
Sungkwan Kim 635790b609 modified comments in English 2014-12-31 13:50:17 +09:00