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
ETA calculation is broken for some types of cursors - this ticket includes fixing all of these or deciding some alternative
We have the indexed_height metric which made complete sense when we just had sliding windows of blocks. However with the sequence-aware cursors, this doesn't make as much sense (or does it ?)
We could find an alternative metric?
Or for sequence-aware cursors just return the max(target snapshot block, current indexing block)
The indexed height probably gets messed up by rewinds?
ETA calculation is broken for some types of cursors - this ticket includes fixing all of these or deciding some alternative
indexed_height
metric which made complete sense when we just had sliding windows of blocks. However with the sequence-aware cursors, this doesn't make as much sense (or does it ?)The text was updated successfully, but these errors were encountered: