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

Enhance logging for execution strategy computation #2224

Merged
merged 6 commits into from
May 27, 2022

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

Users should see when the resulting execution strategy is different from
what they configured at the builder and should be able to debug the
root cause.

Modifications:

  • Log at info level when computed strategy adds more offloading to the
    custom strategy specified at the builder;
  • Add debug level logging for each computation step when changes are
    detected;

Result:

Users see when strategy changes after analyzing filters and are able to
debug the cause.

Motivation:

Users should see when the resulting execution strategy is different from
what they configured at the builder and should be able to debug the
root cause.

Modifications:

- Log at `info` level when computed strategy adds more offloading to the
custom strategy specified at the builder;
- Add debug level logging for each computation step when changes are
detected;

Result:

Users see when strategy changes after analyzing filters and are able to
debug the cause.
idelpivnitskiy and others added 3 commits May 27, 2022 12:06
…/DefaultHttpServerBuilder.java

Co-authored-by: Mike Duigou <bondolo@users.noreply.github.com>
@idelpivnitskiy idelpivnitskiy merged commit f41ce24 into apple:main May 27, 2022
@idelpivnitskiy idelpivnitskiy deleted the logging branch May 27, 2022 19:47
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