-
Notifications
You must be signed in to change notification settings - Fork 1
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
sweepers not run(ning) against geo-prod #124
Comments
@alexdunnjpl @tloubrieu-jpl any idea why this query is not working? We have noticed this with several attempts to run deep-archive have failed and produced incorrect data products. This has already been blocked on several occasions, and we thought we fixed those, so not sure what happened. |
@jordanpadams do you have an example product (full url to document preferred), which should be appearing in this query? |
@jordanpadams taking https://pds.nasa.gov/api/search/1/products/urn:nasa:pds:msl_gt_diagenesis_supplement:data:cements::1.0 as an example, there is no sweepers metadata present in the document. Has sweepers been running on whichever OpenSearch node hosts the relevant product documents? |
@alexdunnjpl I have no idea... |
Plan to run local sweepers against GEO. Currently blocked by GEO node getting hammered by MCP migration. |
members
query not working for collections
possibly due to ReadErrors being encountered @sjoshi-jpl is there any record available of if/when the geo-prod sweepers jobs started failing? |
Initial assumption about load was incorrect - there is a block of very-large documents in GEO, resulting in some requests taking more than an order of magnitude longer than others, specifically in repairkit (which does not pull document subsets) Currently resolving by dropping repairkit page size to 500 and increasing timeout to 180sec. At 500/pg, maximum observed request time was 1m42s |
Note to self - solved but not yet implemented, pending discussion with @tloubrieu-jpl |
@alexdunnjpl @tloubrieu-jpl where are we at with this? It looks like this may be resolved? |
@jordanpadams I need to loop back to it with @tloubrieu-jpl to decide on how we want to tweak the timeout parameters to resolve the issue. I've run the sweepers locally to resolve the state of geo having no ancestry metadata and there's a good chance that sweepers are now running against GEO (because the massive docs are dealt with and no longer fetched by ancestry sweeper), but the root cause remains outstanding. If it's important to close this out let me know - should be a quick thing, I've just been laser-focused on the migration and have been ignoring everything else. |
@alexdunnjpl π all good. just checking. |
This going to be worked on after the migration to MCP is completed. |
@alexdunnjpl @sjoshi-jpl we said we will work on that after the migration to MCP. Where are we with sweeper running on the nodes ? Thanks. |
@tloubrieu-jpl this is probably a perfunctory close at this point once it's able to be retested - I'll defer to Sagar on status but it'll become clear once the sweeper is running on GEO. |
blocked by #147 |
Checked for duplicates
No - I haven't checked
π Describe the bug
When I did a
members
query attempt on a collection, that should work, it does not.π΅οΈ Expected behavior
I expected it to work.
π To Reproduce
curl --GET https://pds.nasa.gov/api/search/1/products/urn:nasa:pds:msl_gt_diagenesis_supplement:data::1.1/members | json_pp
π₯ Environment Info
Chrome / MacOSx
π Version of Software Used
Latest deployed
π©Ί Test Data / Additional context
No response
π¦ Related requirements
This is blocking:
βοΈ Engineering Details
No response
π Integration & Test
No response
The text was updated successfully, but these errors were encountered: