Closed
Description
Hi
I cloned your repo run EmbeddedPingPong and read Cnc file with AeronStat
in output I see a line
302,401,152 - sub-pos: 4 261948067 10 aeron:udp?endpoint=localhost:401 @0st
@tmontgomery said: "this looks like it is corrupted."
I run any task via gradlew
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-b16)
OpenJDK 64-Bit Server VM (build 25.111-b16, mixed mode)
$ $ uname -r
4.3.3-300.fc23.x86_64
full output:
11:27:53 - Aeron Stat (CnC v14), pid 11254
======================================================================
0: 604,808,896 - Bytes sent
1: 604,808,896 - Bytes received
2: 0 - Failed offers to ReceiverProxy
3: 0 - Failed offers to SenderProxy
4: 0 - Failed offers to DriverConductorProxy
5: 0 - NAKs sent
6: 0 - NAKs received
7: 17,575 - Status Messages sent
8: 17,575 - Status Messages received
9: 242 - Heartbeats sent
10: 242 - Heartbeats received
11: 0 - Retransmits sent
12: 0 - Flow control under runs
13: 0 - Flow control over runs
14: 0 - Invalid packets
15: 0 - Errors
16: 0 - Short sends
17: 0 - Failed attempts to free log buffers
18: 2 - Sender flow control limits applied
19: 0 - Unblocked Publications
20: 0 - Unblocked Control Commands
21: 0 - Possible TTL Asymmetry
22: 0 - ControllableIdleStrategy status
23: 0 - Loss gap fills
24: 1 - snd-channel: aeron:udp?endpoint=localhost:40124
25: 302,401,152 - snd-pos: 3 261948066 10 aeron:udp?endpoint=localhost:40124
26: 302,532,224 - snd-lmt: 3 261948066 10 aeron:udp?endpoint=localhost:40124
27: 302,401,152 - pub-pos (sample): 3 261948066 10 aeron:udp?endpoint=localhost:40124
28: 310,789,760 - pub-lmt: 3 261948066 10 aeron:udp?endpoint=localhost:40124
29: 1,538,641,672,836 - client-heartbeat: 0
30: 1 - snd-channel: aeron:udp?endpoint=localhost:40123
31: 302,401,152 - snd-pos: 2 261948067 10 aeron:udp?endpoint=localhost:40123
32: 302,532,224 - snd-lmt: 2 261948067 10 aeron:udp?endpoint=localhost:40123
33: 302,401,152 - pub-pos (sample): 2 261948067 10 aeron:udp?endpoint=localhost:40123
34: 310,789,760 - pub-lmt: 2 261948067 10 aeron:udp?endpoint=localhost:40123
35: 1,538,641,672,834 - client-heartbeat: 1
36: 1 - rcv-channel: aeron:udp?endpoint=localhost:40123
37: 1 - rcv-channel: aeron:udp?endpoint=localhost:40124
38: 302,401,152 - sub-pos: 4 261948067 10 aeron:udp?endpoint=localhost:401 @0st
39: 302,401,152 - rcv-hwm: 6 261948067 10 aeron:udp?endpoint=localhost:40123
40: 302,401,152 - rcv-pos: 6 261948067 10 aeron:udp?endpoint=localhost:40123
41: 302,401,152 - sub-pos: 5 261948066 10 aeron:udp?endpoint=localhost:401 @0st
42: 302,401,152 - rcv-hwm: 7 261948066 10 aeron:udp?endpoint=localhost:40124
43: 302,401,152 - rcv-pos: 7 261948066 10 aeron:udp?endpoint=localhost:40124
--