Date
Notification thread
https://lists.apache.org/thread/8vzhhx6mh8d4xbdh45784hz1gs21x2oj
Meeting Link
https://meet.google.com/bug-tokk-fxv
Attendees
- Andrey Ukhanov
- Carlos Ugarte
- Christopher Ball
- David Smiley
- Eric Pugh
- Jason Gerlowski
- Jude Muriithi
- Kevin Liang
- Kevin Risden
- Luke Kot-Zaniewski
- Matthew Biscocho
- Mikhail Khludnev
- Pierre Salagnac
- Richard Lu
- Sanjay Dutt
- Yuntong Qu
(Apologies if I missed anyone)
Discussion Topics
Time | Item (Jira/PR/Email Thread) | People | Notes |
---|---|---|---|
10m | Community Over Code 2024 | Eric Pugh | Solr usage survey Conference attendace |
15m | API to cancel an already submitted/running collections request (SOLR-6122) | Yuntong Qu | Cancelling long running backups |
5m | Solr Vision | Christopher Ball | Christopher and David will partner on this effort and share updates on mailing list |
5m | New Admin UI | Christopher Ball | Any updates on the new Solr Admin UI? |
10m | Solr 9.7.1 branch | Eric Pugh | |
10m | Stale PR review (Link) | ||
5m | Solr metrics | David Smiley | DropWizard vs OpenTelemetry |
Post-Meeting Summary
Community Over Code 2024
- Who's all going to CoC?
- Survey findings https://forms.gle/MAKgi4tzEjtqgA476
- Linux dominates the usage
- Module usage may not be accurate representation. Christopher suggested including description of the module when doing this again
- Docker / install script are most common way of running Solr
Cancelling in-progress Collections API requests
- (David) Moving away from Overseer
- This is drastic change with PRS (per replica state) being a pre-cursor
- (Jason) What does the clean up look like for canceled admin tasks?
- Each command would have very distinct steps to clean up
- Focusing on backup request as the initial scope of work, make requests "cancel-able" to limit the scope and impact of this change
- (Pierre) A recent change was made to limit to 5 threads for admin tasks. How do we treat non-started and in- requests?
- (Yuntong) Suggestion on the Jira is to use task management, but it seems to be oriented more query-specific
- Next step is to post summary and plan on Jira story
Solr Roadmap
- Christopher and David will collaborate on this effort and share updates on mailing list
New Admin UI
- Any recent updates?
- (Jason) There is discussion on PoC PR, but no updates otherwise
Solr 9.7.1 may happen
- Couple of bugs have been reported on the users list
- One bug is with running on Windows
Stale PR Review (Link)
- https://github.com/apache/solr/pull/2313
- Known issue with HTTP2SolrClient that's highly visible and impacted number of users running Solr with high number of shards
- https://github.com/apache/solr/pull/2303
- Could someone else and review? David volunteered to help review
- https://github.com/apache/solr/pull/2199
- There has been more testing done with PRS. What's the latest status?
- Do we close stale PRs?
- Can bot auto-close after some time? Yes!
- Follow up on dev list
Solr Metrics
- Solr uses DropWizard, but it hasn't kept up with users needs
- OpenTelemetry is gaining popularity in the industry. It provides metrics/tracing/logs
- Metrics are attribute based which suites Solr well
- DropWizard 4 doesn't have tags. DropWizard 5 does, but not yet released