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

i#6635 core filter, part 7: Improve init-idle subclass support #6707

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

derekbruening
Copy link
Contributor

@derekbruening derekbruening commented Mar 14, 2024

Improves record_filter_t subclass support for initially-idle cores by refactoring get_output_basename() out of initialize_shard_output(), allowing a subclass to share the complex initial setup while still using its own output scheme. Also moves the setup variable to protected for access to output_ext_ in subclasses.

Removes code that was refactored into initialize_shard_output() but accidentally left in place in PR #6704.

Tested internally.

Issue: #6635

Improves record_filter_t subclass support for initially-idle cores by
refactoring get_output_basename() out of initialize_shard_output(),
allowing a subclass to share the complex initial setup while still
using its own output scheme.  Also moves the setup variable to
protected for access to output_ext_ in subclasses.

Tested internally.

Issue: #6635
@derekbruening derekbruening merged commit 58bbac8 into master Mar 15, 2024
16 checks passed
@derekbruening derekbruening deleted the i6635-init-idle branch March 15, 2024 03:39
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.

2 participants