-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare log-index lookup for sharding #629
Comments
Since Currently this seems to be set once via a flag when the Rekor server is first run, which made sense when there was only one tree but probably won't make sense anymore.[2] I think the Rekor server set-up would have to be decoupled from instantiating new trillian clients (as it's one client per treeID from what I can tell). Does this sound right? [1] Am I reading correctly that the API's [2] The Tagging @dlorenc @bobcallaway for any guidance - thanks! |
I was able to grab @dlorenc for a brief meeting and he confirmed these two terms do refer to the same thing.
My current question is still around how the |
Ex. is sending a command to the Rekor server that includes this |
Notes from my meeting with @dlorenc :
|
The log-index lookup should resolve the virtual index to the treeID + index for a specific shard.
The text was updated successfully, but these errors were encountered: