listEntities is not retrieving the data from azure storage tables - intermittently. #30837
Closed
4 tasks
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Tables
Describe the bug
A clear and concise description of what the bug is.
Using "listEntity" with "byPage" is omitting data thats present in azure storage tables and can be found in Azure Portal UI.
This is happening intermittently as we see some small amount of data is being read and getting processed.
Filter thats being passed to list entities method:
There are about 2 million entities in the table.
We are using Azure Functions with runtime version 4.
To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
Nodejs SDK should retrieve the entities from azure storage table accurately while using timestamp in the query.
Screenshots
Application Code
Note: listEntity is just a wrapper in our applicate code for the actual method 'listEntities'
Image that shows data in azure tables while the same query run through nodejs SDK giving empty array or empty response.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: