Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://meet.google.com/bug-tokk-fxv

Attendees

(Apologies if I missed anyone)

Discussion Topics

CoC Solr Survey10m10mChristopher
TimeItem (Jira/PR/Email Thread)PeopleNotes
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

5mSolr VisionChristopher
BallChristopher and David will partner on this effort and share updates on mailing list
5mNew Admin UIChristopher BallAny updates on the new Solr Admin UI?
10mSolr 9.7.1 branchEric Pugh
10mStale PR review (Link)


Solr metricsDavid SmileyDropWizard vs OpenTelemetry
10mUI

Post-Meeting Summary

Community Over Code 2024 Solr Usage SurveyCommunity/Code NA is coming up, and I’m looking to gather some information from the community on what aspects of Solr folks are using. Please fill out the survey! https://forms.gle/MAKgi4tzEjtqgA476

  • 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 Vision

  • 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 branch

  • Couple of bugs have been reported on the users list
    • One bug is with running on Windows

Stale PR Review (Link

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