Skip to content

Instantly share code, notes, and snippets.

@lbradstreet
Last active May 12, 2017 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbradstreet/183ef01413bbbc01953e45a22b20d14b to your computer and use it in GitHub Desktop.
Save lbradstreet/183ef01413bbbc01953e45a22b20d14b to your computer and use it in GitHub Desktop.
[726462.051452] RECEIVE_CHANNEL_CREATION [108/108]: UdpChannel - localData: 0.0.0.0/0.0.0.0:0, remoteData: localhost/127.0.0.1:40199, ttl: 0
[726462.054697] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:3]
[726462.054944] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:2]
[726462.055003] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:5]
[726462.071602] SEND_CHANNEL_CREATION [108/108]: UdpChannel - localData: 0.0.0.0/0.0.0.0:0, remoteData: localhost/127.0.0.1:40199, ttl: 0
[726462.250009] CMD_OUT_PUBLICATION_READY [150/150]: -120940798:0 28 [8]
[726462.250278] CMD_OUT_PUBLICATION_READY [150/150]: -120940798:0 28 [10]
[726462.250377] CMD_OUT_PUBLICATION_READY [150/150]: -120940798:0 28 [11]
[726462.400089] CMD_OUT_PUBLICATION_READY [156/156]: -120940797:101989262 31 [13]
[726462.492061] CMD_OUT_PUBLICATION_READY [156/156]: -120940796:164441944 34 [15]
[726462.492273] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:17]
[726462.625980] CMD_OUT_AVAILABLE_IMAGE [186/186]: -120940797:101989262 [0:35:2] "127.0.0.1:63866" [20]
[726462.626172] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:19]
[726462.751999] CMD_OUT_PUBLICATION_READY [158/158]: -120940795:-103867556 40 [22]
[726462.877398] CMD_OUT_AVAILABLE_IMAGE [186/186]: -120940796:164441944 [0:41:5] "127.0.0.1:63866" [23]
[726462.878784] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:25]
[726462.982517] CMD_OUT_AVAILABLE_IMAGE [204/204]: -120940798:0 [0:44:17][1:45:19][2:46:25] "127.0.0.1:63866" [26]
[726463.080472] CMD_OUT_AVAILABLE_IMAGE [187/187]: -120940795:-103867556 [0:49:3] "127.0.0.1:63866" [27]
[726501.814773] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:28]
[726501.831984] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:29]
[726501.881526] CMD_OUT_ON_UNAVAILABLE_IMAGE [50/50]: aeron:udp?endpoint=localhost:40199 -103867556 [27]
[726501.918266] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:31]
[726501.919260] CMD_OUT_PUBLICATION_READY [150/150]: -120940798:0 28 [33]
[726502.151214] CMD_OUT_AVAILABLE_IMAGE [187/187]: -120940795:-103867556 [0:49:31] "127.0.0.1:63866" [34]
[726505.243207] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:35]
[726505.257488] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:36]
[726505.340157] CMD_OUT_ON_OPERATION_SUCCESS [16/16]: [0:38]
[726505.346033] CMD_OUT_PUBLICATION_READY [150/150]: -120940798:0 28 [40]
[726505.473486] CMD_OUT_AVAILABLE_IMAGE [187/187]: -120940795:-103867556 [0:49:38] "127.0.0.1:63866" [41]
[726505.881403] CMD_OUT_ON_UNAVAILABLE_IMAGE [50/50]: aeron:udp?endpoint=localhost:40199 -103867556 [34]
>>>> DataPacketDispatcher.removePublicationImage is called, PublicationImage image argument has correlationID 27, but imageBySessionIdMap.remove(-120940795) removes image with correlationID 41.
[726511.881943] REMOVE_IMAGE_CLEANUP [81/81]: aeron:udp?endpoint=localhost:40199 -120940795:-103867556 [27]
>>>>> DataPacketDispatcher.removePublicationImage is called, PublicationImage image argument has correlationID 34, but imageBySessionIdMap.remove(-120940795) has no effect as it the map doesn't contain an image for that sessionId.
[726515.881906] REMOVE_IMAGE_CLEANUP [81/81]: aeron:udp?endpoint=localhost:40199 -120940795:-103867556 [34]
>>>>> DataPacketDispatcher.removePublicationImage is called, PublicationImage image argument has correlationID 34, but imageBySessionIdMap.remove(-120940795) has no effect as it the map doesn't contain an image for that sessionId.
[726521.882035] CMD_OUT_ON_UNAVAILABLE_IMAGE [50/50]: aeron:udp?endpoint=localhost:40199 -103867556 [41]
>>>>> Correlation ID 41 times out as heartbeats don't make it through.
[726522.075659] CMD_OUT_AVAILABLE_IMAGE [187/187]: -120940795:-103867556 [0:53:38] "127.0.0.1:63866" [42]
[726531.882643] REMOVE_IMAGE_CLEANUP [81/81]: aeron:udp?endpoint=localhost:40199 -120940795:-103867556 [41]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment