Skip to content
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

653: Support hash spdb as part of enable speedb features #655

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

ayulas
Copy link
Contributor

@ayulas ayulas commented Aug 29, 2023

No description provided.

@ayulas ayulas linked an issue Aug 29, 2023 that may be closed by this pull request
@ayulas ayulas force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch from 1cbcf2c to dd36798 Compare August 29, 2023 12:13
Comment on lines -555 to -558
{"use_seek_parallel_threshold",
{offsetof(struct HashSpdbRepOptions, use_seek_parallel_threshold),
OptionType::kBoolean, OptionVerificationType::kNormal,
OptionTypeFlags::kNone}},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If anyone has an Options file with this written to it, removing this will break backwards compatibility. The standard practice is to set the offset to 0 and use the deprecated flag. This way options files which have this value will continue to work but the value will be ignored.

@Yuval-Ariel
Copy link
Contributor

whats the status here?

@Yuval-Ariel Yuval-Ariel force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch from dd36798 to a129581 Compare October 17, 2023 12:45
@ayulas ayulas force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch 3 times, most recently from fe20d01 to e45c941 Compare October 17, 2023 13:32
@ayulas ayulas changed the title 653:Remove deprecate use_seek_parallel_threshold_ parmeter in hash_spdb 653: Support hash spdb as part of enable speedb features Oct 17, 2023
@ayulas ayulas force-pushed the 653-remove-hashspdb-deprecate-us_seek_parallel-param branch from e45c941 to e22fb5f Compare October 17, 2023 14:46
@ayulas ayulas merged commit f39b8b7 into main Oct 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support hash spdb as part of enable speedb features
4 participants