-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reindex capability to remote store protocol (#8985)
### Related Part of rerun-io/dataplatform#156. ### What We want to be able to manually request the reindexing of an existing index. This could be used after a recording is added, which leaves the index in a stale state.
- Loading branch information
1 parent
0bbfb84
commit d3b7e9d
Showing
3 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,6 @@ justfile | |
|
||
# heaptrack files | ||
*.zst | ||
|
||
# IDE stuff | ||
/.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.