-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-30848 Ensure globals are available in bare-metal esp #18145
HPCC-30848 Ensure globals are available in bare-metal esp #18145
Conversation
Signed-off-by: Jake Smith <[email protected]>
d05946e
to
55eec12
Compare
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.
@jakesmith the changes look good although I do leave questions/comments. I tested the getRemoteStorage().
@jakesmith I merged since it was approved, but I wonder if kevin's comment isn't better.
I should have let you answer before merging. As it stands the global properties are not picked up by anything (e.g., tracing) which does not monitor for updates to the configuration. |
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.
@wangkx - see replies.
global/tracing (if defined under Software/Globals) should be picked up after this change, i.e. anything calling getGlobalConfig*() asking for "tracing" should see it. You're right though, as the esp config is structured config changes to esp (both bare-metal and cloud) are not going to be propagated. Beyond the scope of this PR, but should be revisited. I've opened a new JIRA: https://track.hpccsystems.com/browse/HPCC-31029 |
Thanks for the replies. |
Type of change:
Checklist:
Smoketest:
Testing: