Skip to content

Instantly share code, notes, and snippets.

@yvanzo
Created October 4, 2020 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yvanzo/1a385b078a6d1ac56685609e09adce66 to your computer and use it in GitHub Desktop.
Save yvanzo/1a385b078a6d1ac56685609e09adce66 to your computer and use it in GitHub Desktop.
SIR and MB Solr development plans

Ongoing stuff

  • Improve queuing for SIR, thanks to mglubb’s PR - yvanzo
  • Update to Java 11 for MB Solr - lucifer
  • Fix inconsistencies with MB WS browse/lookup in MB Solr JSON output - lucifer
  • Investigate SIR’s usage of SQLAlchemy - alastairp/bitmap

## Major short-term issues

  • SIR indexing performances for mirrors (using musicbrainz-docker)
    • Above-mentioned queuing improvements
    • Deduplication of reindex messages (expect high impact, because of replication)
    • Fine tuning of resources usage (should use of dedicated node for that)

Major short-mid-term issues

  • SIR maintainability
    • Update to SQLAlchemy 1.3
      • Update to Python 3
    • Instrumentate more for debugging/profiling
    • Improve unit tests coverage
    • Automate integration tests

Long term issues

  • Upgrade to Solr 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment