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

Figure out some way to document the dataUrl being used for a NameLookup instance #132

Open
gaurav opened this issue Jan 5, 2024 · 0 comments

Comments

@gaurav
Copy link
Contributor

gaurav commented Jan 5, 2024

We've kinda assumed that this would be documented in the download.sh file, but that's no longer the case, since our SOP is now to upgrade the Helm chart with dataUrl=''. So our options are:

  1. We write the dataUrl to the Solr PVC and then emit it to logs when we set it up: cumbersome.
  2. We log the dataUrl to the web instance as well, which should not change when the dataUrl changes: difficult to test, may be fragile.
  3. We change the SOP so that instead of saying dataUrl='' we say loadData=false or something: will require changes on ITRB
  4. We change the SOP so that instead of saying dataUrl='' we say dataUrl='' prevDataUrl='...': will require changes on ITRB anyway, and will be difficult to maintain manually.
  5. ???
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