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

Remote Data access via Get() or Transport #3740

Merged
merged 5 commits into from
Aug 7, 2023

Conversation

eisenhauer
Copy link
Member

This is a replacement for the prior WIP Remote PR (which I will delete when this is merged). This has been reformatted with the new clang-format parameters and contains a tiny bit of Norbert's campaign tweaks (the RemoteDataPath parameter). However, it can still be activated with the DoRemote environment variable (activates Get()-level remote data access) and the DoFileRemote environment variable (activates transport-level remote data access). If only DoRemote is activated, the metadata is read locally and Get() operations sent to the remote server. If only DoFileRemote is activated, all file access is sent to the remote server, including metadata reads. (This is a temporary measure to test the mechanism, not a final solution.). If both are activated, metadata access happens via the remote data mechanism and data access (via Get()) is done via the remote Get() mechanism.

@pnorbert pnorbert merged commit cd3439e into ornladios:master Aug 7, 2023
29 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.

None yet

2 participants