Skip to content

listEntities is not retrieving the data from azure storage tables - intermittently.  #30837

Open

Description

  • Package Name: @azure/data-tables
  • Package Version: 13.2.2
  • Operating system: Linux
  • [ x ] nodejs
    • version: 18 LTS
  • browser
    • name/version:
  • [ x ] typescript
    • version: 4.3.0
  • Is the bug related to documentation in

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:

odata`a eq '${a}' and b eq '${b}' and Timestamp lt datetime'${processingTime}'`

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'
Screenshot 2024-08-21 at 1 01 13 PM
Screenshot 2024-08-22 at 6 41 55 PM

Image that shows data in azure tables while the same query run through nodejs SDK giving empty array or empty response.
Screenshot 2024-08-21 at 1 06 17 PM

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.Tablescustomer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions