You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Begin the process of removing metadig-engine API calls to the CN or MN for retrieving system metadata and EML metadata documents for a given pid by refactoring the RequestReport class. For now, retain the existing behavior of the metadig-engine for public datasets:
If a NotAuthorized exception is thrown while accessing system metadata or EML documents via CN/MN, fallback logic will attempt to retrieve the data from HashStore.
We will work with the HashStore location for dev.nceas.ucsb.edu on the dev k8s cluster.
Begin the process of removing
metadig-engine
API calls to the CN or MN for retrieving system metadata and EML metadata documents for a given pid by refactoring theRequestReport
class. For now, retain the existing behavior of themetadig-engine
for public datasets:NotAuthorized
exception is thrown while accessing system metadata or EML documents via CN/MN, fallback logic will attempt to retrieve the data fromHashStore
.HashStore
location fordev.nceas.ucsb.edu
on the dev k8s cluster.This first step will address and resolve:
Branch:
feature-hashstore-libimport
The text was updated successfully, but these errors were encountered: