How to fix - "Error occurred in partition processor for partition : Did not observe any item or terminal signal within 60000ms in 'filter' (and no fallback has been configured)"

Namrata Dhamdhere 0 Reputation points
2024-05-12T02:23:50.2933333+00:00

Hi,

We are using azure-messaging-eventhubs java sdk version 5.7.0 and azure-messaging-eventhubs-checkpointstore-blob to retrieve the data from azure event hub during this while accessing event data we are receiving following error -

Error occurred in partition processor for partition  : Did not observe any item or terminal signal within 60000ms in 'filter' (and no fallback has been configured)

Also sometimes logs is showing this following warning message too

WARN            reactor.netty.http.client.HttpClientConnect.warn - 294 - [id: 0x456bfc0b, L:/100.99.0.17:54672 -               R:sfdcrobomqdev.blob.core.windows.net/20.150.77.100:443] The connection observed an error

Can you please direct us how to resolve this issue?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
567 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,126 Reputation points Microsoft Employee
    2024-05-13T06:42:01.02+00:00

    Hi

    Thank you for posting query in Microsoft Q&A Platform.

    The error message you are seeing indicates that the partition processor did not receive any data or terminal signal within 60 seconds. This could be caused by a number of different issues, such as network connectivity issues, slow processing of data, or issues with the Azure Event Hub service.

    To troubleshoot this issue, you can try the following steps:

    Check the network connectivity between your application and the Azure Event Hub service. Make sure that there are no network issues or firewall rules that are blocking the connection.

    Check the processing of data in your application. Make sure that your application is processing the data in a timely manner and that there are no bottlenecks or other issues that are causing slow processing.

    Check the Azure Event Hub service for any issues or errors. You can do this by checking the Azure portal or by using the Azure CLI or PowerShell.

    Check the logs for your application and the Azure Event Hub service. Look for any error messages or warnings that might provide more information about the issue.

    Regarding the warning message you are seeing, it indicates that there was an error observed in the connection between your application and the Azure Blob Storage service. This could be related to the same network connectivity issues mentioned above, or it could be a separate issue. You can try the same troubleshooting steps as above to resolve this issue.

    If none of these steps resolve the issue, it may be necessary to contact Azure support for further assistance.