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

Script to run queries in Catalog and fulltext search in Kubernetes wi… #15

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

liseli
Copy link
Contributor

@liseli liseli commented Jan 30, 2025

This PR consists of a new prototype to create queries to test the Solr clusters Catalog and full-text search.

  • A tidy change was applied to the script ht_full_text_search/export_all_results.py to accept different Solr host URLs.

How to test this PR:

git checkout DEV-1481_catalog_monitoring
docker compose up -d

Run the test

docker compose exec full_text_searcher python -m pytest 

Run queries using the monitoring script

docker compose exec full_text_searcher python ht_solr_monitoring/solr_query_monitoring.py --solr_host http://solr-lss-dev:8983 --collection_name core-x --env dev --cluster_name fulltext

@liseli liseli requested review from aelkiss and Ronster2018 January 31, 2025 13:29
…th the porpose of monitoring the solr server
@liseli liseli force-pushed the DEV-1481_catalog_monitoring branch from ae2c02a to f6dbe89 Compare January 31, 2025 14:44
Copy link
Member

@aelkiss aelkiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all makes sense to me!

@liseli liseli merged commit f00c97a into main Jan 31, 2025
@liseli liseli deleted the DEV-1481_catalog_monitoring branch January 31, 2025 16:52
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

Successfully merging this pull request may close these issues.

2 participants