-
Notifications
You must be signed in to change notification settings - Fork 59
[ci] Add storeDescriptorUserVersion config to scan. #3615
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
base: main
Are you sure you want to change the base?
Conversation
rautenrieth-da
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a unit test and docs, but otherwise the change looks good.
What do you think of adding the same config to the validator and sv apps? Shouldn't be too much extra work and we would have options to reset those stores when we'll need it in the future.
| txLogBackfillBatchSize: Int = 100, | ||
| bftSequencers: Seq[BftSequencerConfig] = Seq.empty, | ||
| cache: ScanCacheConfig = ScanCacheConfig(), | ||
| storeDescriptorUserVersion: Option[Long] = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would let users configure the userVersion of acsStoreDescriptor and txLogStoreDescriptor independently. Otherwise it's impossible to bump one store without the other, and they are independent stores.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right that makes sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll also add the config to the sv and validator apps, makes sense
a14a29f to
eaab724
Compare
Signed-off-by: Raymond Roestenburg <raymond.roestenburg@digitalasset.com>
…v app Signed-off-by: Raymond Roestenburg <raymond.roestenburg@digitalasset.com>
Signed-off-by: Raymond Roestenburg <raymond.roestenburg@digitalasset.com>
eaab724 to
044b9e1
Compare
Fixes #3615
(I think this is what @rautenrieth-da meant)
Pull Request Checklist
Cluster Testing
/cluster_teston this PR to request it, and ping someone with access to the DA-internal system to approve it./hdm_teston this PR to request it, and ping someone with access to the DA-internal system to approve it.PR Guidelines
Fixes #n, and mention issues worked on using#nMerge Guidelines