Skip to content

Instantly share code, notes, and snippets.

@ttbjj
Created December 6, 2016 22:39
Show Gist options
  • Save ttbjj/4781aa992941e00e4e15e0bf1c45f316 to your computer and use it in GitHub Desktop.
Save ttbjj/4781aa992941e00e4e15e0bf1c45f316 to your computer and use it in GitHub Desktop.
Azure Event Hub Retry Partial Log
2016-12-06 16:29:33 [Information] Registering the event processor factory for host with Name:"My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f", for consumer group "My-Auditing"
2016-12-06 16:29:35 [Information] Registered the event processor factory for host with Name:"My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f", for consumer group "My-Auditing"
2016-12-06 16:29:37 [Information] Processor opened for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888593416" and sequence number 25298.
2016-12-06 16:29:37 [Information] Processor opened for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887740360" and sequence number 25056.
2016-12-06 16:31:42 [Debug] Beginning event processing of 1 messages for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887740360" and sequence number 25056.
2016-12-06 16:31:43 [Debug] Beginning event processing of 1 messages for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888593416" and sequence number 25298.
2016-12-06 16:31:50 [Information] Checkpointed "My-Auditing" consumer group in event hub "my-auditing-hub" because all 1 task(s) in the batch have completed successfully. Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888596496" and sequence number 25299.
2016-12-06 16:31:50 [Information] Successfully processed message with offset "12888596496" and sequence number 25299 for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888596496" and sequence number 25299.
2016-12-06 16:31:50 [Information] Set last successful event with offset "12888596496" and sequence number 25299. Consumer group "My-Auditing" in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888596496" and sequence number 25299.
2016-12-06 16:31:50 [Information] Checkpointed "My-Auditing" consumer group in event hub "my-auditing-hub" because all 1 task(s) in the batch have completed successfully. Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887743272" and sequence number 25057.
2016-12-06 16:31:50 [Information] Successfully processed message with offset "12887743272" and sequence number 25057 for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887743272" and sequence number 25057.
2016-12-06 16:31:50 [Information] Set last successful event with offset "12887743272" and sequence number 25057. Consumer group "My-Auditing" in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887743272" and sequence number 25057.
2016-12-06 16:35:25 [Debug] Beginning event processing of 1 messages for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887743272" and sequence number 25057.
2016-12-06 16:36:03 [Debug] Beginning event processing of 1 messages for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888596496" and sequence number 25299.
2016-12-06 16:36:03 [Error] Serious exception during processing of 1 message(s) for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887743272" and sequence number 25057.
System.InvalidOperationException: Simulated exception
at [MyEventProcessorImplementation].cs:line 160
2016-12-06 16:36:06 [Error] Serious exception during processing of 1 message(s) for "My-Auditing" consumer group in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888596496" and sequence number 25299.
System.InvalidOperationException: Simulated exception
at [MyEventProcessorImplementation].cs:line 160
2016-12-06 16:36:06 [Debug] Attempting to force failed messages to retry by checkpointing using the last successful event (offset "12887743272", sequence number 25057). Consumer group "My-Auditing" in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887743272" and sequence number 25057.
2016-12-06 16:36:06 [Debug] Attempting to force failed messages to retry by checkpointing using the last successful event (offset "12888596496", sequence number 25299). Consumer group "My-Auditing" in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888596496" and sequence number 25299.
2016-12-06 16:36:09 [Information] Successfully checkpointed using last successful event (offset "12887743272", sequence number 25057). Consumer group "My-Auditing" in event hub "my-auditing-hub". Lease partition "0" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12887743272" and sequence number 25057.
2016-12-06 16:36:09 [Information] Successfully checkpointed using last successful event (offset "12888596496", sequence number 25299). Consumer group "My-Auditing" in event hub "my-auditing-hub". Lease partition "1" owned by "My-Audit-Receiver-dd013a85-c810-4252-a074-2a80487fbb8f" with offset "12888596496" and sequence number 25299.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment