You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Date

 at 8am PDT, 11am EDT, 15:00 UTC

Via Google Meet / Hangout to be shared.

Attendees


Outline of discussion

These are crowd-sourced topics of interest.  Please put names next to it to lead the discussion (multiple people are fine!)

General project stuff:

  • Solr TLP
    • Slow progress.  
  • Gradle; Status update (Erick if I'm there, I have some commitments so the schedule is important).
    • Short form: "we're ready to pull Ant out as soon as './gradlew eclipse' is in place. Volunteers?
    • I encourage people to be using Gradle for everything and reporting problems while we still have ant to fall back on.
    • Mark's beasting script is ant-based.
      • I took a quick look and I think  it can be changed to use Gradle, but haven't tried it. One possibility: assume I want to run 600 tests in 10 parallel sessions. Perhaps spawn 10 gradle tasks, each running 60 reps? This takes advantage of the work that Dawid did by adding iters (LUCENE-9465)
      • Mike McCandless has his "stupid beasting" script ({{while(true) "./gradlew -p lucene test"}}
      • Watch out, Gradle has a bug that can leave temporary files lying around that you have to manually clean up in some cases, see LUCENE-9468
  • CI & Test status
    • The Solr test situation is bad... perhaps Mark Miller's effort will fundamentally turn the situation around.
  • Developer Docs
  • Code reviews (David)
    • We are doing more code reviews!  Much appreciated.
  • Communication channels: JIRA vs dev-list vs Slack vs IRC vs SIP
    • Let's be polite and respectful
    • SIP process isn't natural for us.  Sticking with it for some of us... maybe it's getting used to new things.

Solr:

  • Roadmap wiki
    • We find it useful!
  • Removing deprecations for 9.0 (David)
    • Agreement that we can and should remove deprecations for 9.0 (e.g. remove from current master).  But don't do so prematurely based on promises of "packages" being available 3rd party.  It needs to truly be ready to use by the package manager, and probably Solr Ref Guide adjustments as well (e.g. outbound link).  Otherwise, maybe some deprecations should linger.
  • Docker: (Houston, David, Jan)
    • absorbing the "docker-solr" project into Solr?
  • Solr Operator software grant from Bloomberg (Anshum, Houston)
  • Package System, status (Noble, Ishan)
  • Examples in Solr (Alexandre)
    • Needs some help getting attention on his SIP / dev-list thread, and on maybe decomposing the work into not too many JIRAs/PRs.
  • v1/v2 APIs; (Ishan?)
    • v1 APIs should be deprecated in 8x. (Ishan)
    • Admin UI may need more love so that we miss V1 APIs less.  Don't want to have to go to the CLI for 90% of use-cases. 
    • Admin UI has a bug:  will replay/retry even for admin ops!
  • S3 "shared" replica types (Ilan?)
  • Many-cores use-case.  (David)
  • Mark Miller's "reference_impl"
  • Solr benchmarking (Ishan)
  • No labels