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
Progress tracking for snapshot generation doesn't have a defined end since the iterator returned by rocksdb doesn't have a size hint nor is the query for the number of keys exposed.
Adapt the storage interfaces so that they can provide an estimate as to the number of items and use it to provide the snapshot exporting progress tracking logic with an upper limit.
The text was updated successfully, but these errors were encountered:
Progress tracking for snapshot generation doesn't have a defined end since the iterator returned by rocksdb doesn't have a size hint nor is the query for the number of keys exposed.
Adapt the storage interfaces so that they can provide an estimate as to the number of items and use it to provide the snapshot exporting progress tracking logic with an upper limit.
The text was updated successfully, but these errors were encountered: