indexify icon indicating copy to clipboard operation
indexify copied to clipboard

First page of graph invocations is missing most recent

Open miguelhrocha opened this issue 6 months ago • 2 comments

Description

When listing invocations for a given graph, there are situations where the most recent one is missing from the list. It is unclear when this happens at the moment.

miguelhrocha avatar Jun 30 '25 15:06 miguelhrocha

I've also noticed this after some debugging these are my findings:

  • The invocation is processed normally.
  • This issue seems to be when calling GET on /namespaces/{namespace}/compute_graphs/{compute_graph}/invocations. The invocation isn't being sorted correctly and is missing on the response.
  • The invocation can be seen both on the UI and API by addressing it directly.
  • The bug cannot be reliably reproduced.
  • This only affects us and is a low priority bug.

j3m7 avatar Jun 30 '25 15:06 j3m7

Steps to reproduce -

  1. Copy the indexify_storage folder from dev to your laptop
  2. Fire up the binary with debug statements
  3. Understand why the prefix scan is not working.

diptanu avatar Jun 30 '25 16:06 diptanu