Reindex is failing with the following error
2026-07-22 14:59:12,381+0000 IssueIndexer:thread-1 WARN [c.a.jira.index.AccumulatingResultBuilder] Indexing failed for Issue - '10100' 2026-07-22 14:59:12,381+0000 IssueIndexer:thread-1 WARN [c.a.jira.index.AccumulatingResultBuilder] DocValuesField "customfield_10300" is too large, must be <= 32766 java.lang.IllegalArgumentException: DocValuesField "customfield_10300" is too large, must be <= 32766
This error was previously fixed by the following tickets but can still happen on certain scenarios
Steps to reproduce
- Have a Jira instance with Oracle DB and Jira Misc Custom Field plugin
- Create a Multi line text field using the "Exact text searcher" provided by JMCF.
- Add a huge value with special characters (ie. emojis)
- Run a locked reindex
Expected result
Jira completes the indexing without errors, removing the huge field from lucene if needed.
A log message is still emitted to warn the app developer.
Actual result
Reindex fails with the error above.
Workaround
There are 2 options
- Use the "Free text searcher" in the custom field
- Remove some/all special characters