-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update staging and production Registry APIs to increase window limit #291
Comments
@alexdunnjpl @jimmie can we coordinate this in the next week to see if it is works? once we set it, do we need to do anything else for it to take affect? |
@jordanpadams sure, though I'm not sure what I'm bringing to the table on this one |
@jimmie @jordanpadams any plans for this ticket? |
@alexdunnjpl this needs to be done ASAP. @jimmie how do we do this? Do we just need to run some command to update the OpenSearch config or through Kibana? |
also is this part of the Registry Terraform scripts? |
The result window is specified at the time the index is created - so it should be added to registry-mgr. When I did the provenance re-indexing, all max_result_window values were set to 1,000,000,000. It may have been present prior but it is certainly there now. This can be checked by examining the index: https://<opensearch_url>/registry |
thanks @jimmie |
just verified on pds-en registry:
|
💡 Description
Per NASA-PDS/registry-mgr#53 and NASA-PDS/registry-mgr#54, we updated registry-mgr to increase the OpenSearch window limit to 1000000000. This will help resolve issues in pagination and the number of hits being displayed (NASA-PDS/pds-api#199)
The text was updated successfully, but these errors were encountered: