matthiasblaesing commented on PR #9207:
URL: https://github.com/apache/netbeans/pull/9207#issuecomment-3909882324

   > Also is it possible to upgrade the base JDK version to Java 21 for 
`parsing.lucene` module?
   
   I had an initial branch that did that (and bumped to lucene 10), but that 
will cause issues in the enterprise cluster, that runs with JDK17 for tests. 
@mbien gave the hint that lucene 9 allows to stay with the older java level.
   
   > As far as I've tested. this generrally works, however there is a bug in 
the `MemoryIndex` that sometimes tries to search on a closed index.
   
   I'm seeing issues with LuceneIndex. There is a strange construction in 
`LuceneIndex#doClear`, which knocks away all locks on invocation. I think there 
is a race somewhere.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to