You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using neofs.ObjectSearch on the NeoFS Testnet, it returned fewer objects than expected #3582 (comment). The expected number of objects was 128,000 (the indexFileSize), but the search result returned only 19,705 objects. There were no errors during the search execution.
The search should return all 128,000 objects in the container, as per the indexFileSize configuration.
Possible Solution
Check on different containers and mainnet, maybe it was problems with attributes
Timeout of reading
Steps to Reproduce
Example above.
Context
This issue prevents retrieving all expected objects from the container in NeoFS Testnet. I am trying to upload and manage a large number of blocks in NeoFS, and incomplete search results disrupt the process.
The text was updated successfully, but these errors were encountered:
Current Behavior
When using
neofs.ObjectSearch
on the NeoFS Testnet, it returned fewer objects than expected #3582 (comment). The expected number of objects was128,000
(theindexFileSize
), but the search result returned only19,705
objects. There were no errors during the search execution.Output:
Expected Behavior
The search should return all
128,000
objects in the container, as per theindexFileSize
configuration.Possible Solution
Steps to Reproduce
Example above.
Context
This issue prevents retrieving all expected objects from the container in NeoFS Testnet. I am trying to upload and manage a large number of blocks in NeoFS, and incomplete search results disrupt the process.
The text was updated successfully, but these errors were encountered: