Skip to content

Defer Lucene vector format initialization - #2625

Draft
nvzm123 wants to merge 1 commit into
NVIDIA:mainfrom
nvzm123:zackm_cuvs_issue_2614
Draft

nvzm123 wants to merge 1 commit into
NVIDIA:mainfrom
nvzm123:zackm_cuvs_issue_2614

Conversation

@nvzm123

@nvzm123 nvzm123 commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Closes #2614.

Defers optional Lucene vector-format dependencies until a reader or writer actually needs them. The lazy caches use safe publication, preserve the original initialization failure, and keep the released binary-quantized layout unchanged.

Adds fresh-JVM SPI and construction coverage, including concurrent initialization and failure-cause checks. Regenerated Lucene API pages are included.

Testing

  • python3 fern/scripts/generate_api_reference.py --quiet (second run produced no changes)
  • mvn spotless:check verify (331 passed, 30 skipped)

@copy-pr-bot

copy-pr-bot Bot commented Sep 16, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Lucene: defer vector-format dependency initialization until use

1 participant