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

Compare with Current View Page History

« Previous Version 2 Next »

Date


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:

  • 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
    • What are the "best practices" in an environment when CI is often failing?
  • Developer Docs
    • asciidoc:  /dev-docs, /lucene/dev-docs, /solr/dev-docs.   (Jan)
    • Not sure what "belongs" in cwiki vs dev-docs
  • Code reviews (David)
    • We are doing more code reviews!  Much appreciated.
  • Communication channels: JIRA vs dev-list vs Slack vs IRC

Solr:

  • SIP (Jan?)
  • Removing deprecations for 9.0 (David)
  • Package System, status (Noble)
  • 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