indexify
indexify copied to clipboard
First page of graph invocations is missing most recent
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.
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.
Steps to reproduce -
- Copy the indexify_storage folder from dev to your laptop
- Fire up the binary with debug statements
- Understand why the prefix scan is not working.