Reputation: 1375
For the last 12 hours, I am noticing Outgoing Messages
in the Event hub are too few than incoming messages. & more worrying thing is that event hub Outgoing Messages
frequency is the same (Like service is intentionally doing it). You can see in the below images that after 12 PM Outgoing Messages
are 100 per half hour. But there are more messages available.
We are pushing application logs to Event Hub & Developer can watch these logs in ADX cluster.
After some googling, I found about batching. I thought may be resources are misconfigured but this is not the case
.show database altslogsdb policy ingestionbatching
"PolicyName": IngestionBatchingPolicy,
"EntityName": [altslogsdb],
"Policy": null,
"ChildEntities": [
"alts_logs_table"
],
"EntityType": Database,
.show table alts_logs_table policy ingestionbatching
"PolicyName": IngestionBatchingPolicy,
"EntityName": [altslogsdb].[alts_logs_table],
"Policy": null,
"ChildEntities": ,
"EntityType": Table,
After more than 24 hours, it may be got automatically resolved. I also created a support ticket. I don't know it got resolved automatically or Microsoft resolved it. Waiting for a mail from a support person.
As you can see, 3 spikes at last, I think that event hub was dropping messages because no messages are available in ADX & issue is there in that period also.
Created ticket for Microsoft. Event hub and Azure data explorer teams are looking into it. The ticket is open for the last 2 months.
Upvotes: 0
Views: 1278
Reputation: 7618
There are multiple checks that you should do:
If you can't find the information there, please open a support ticket.
Upvotes: 0