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

Running quality checks using different hashstore instances #457

Open
doulikecookiedough opened this issue Jan 7, 2025 · 0 comments
Open

Comments

@doulikecookiedough
Copy link

doulikecookiedough commented Jan 7, 2025

Every repository that has upgraded to the latest Metacat version will be utilizing hashstore as the backend object store. This means that a dataset's objects and system metadata should no longer require API calls to the MN/CN to retrieve. However, the existing metadig.properties set-up to support hashstore has a hardcoded location.

To support multiple repositories, we need to consider how the metadig-engine obtains the location of a hashstore and its properties. One path could be the re-purposing of an existing redundant parameter (localFilePath) in the signature of the QueueEntry class when a quality check is being submitted to execute.

Investigate, discuss and then implement the changes required to allow a metadig-engine to support multiple repositories (ex. knb and adc) that have hashstore located in the same file system.

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

No branches or pull requests

1 participant