[
https://issues.apache.org/jira/browse/OAK-12002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ackelcn updated OAK-12002:
--------------------------
Description:
I notice that Jackrabit OAK still uses lucene 4.7.2. This version is rather old
and suffers from various bugs, which could affect Jackrabit OAK. Several
examples are as follows:
# org.apache.lucene.store.FSDirectory.ensureCanWrite(String)
https://issues.apache.org/jira/browse/LUCENE-5906 is fixed in 5.0. This API is
called by FSDirectory.createOutput
# org.apache.lucene.util.StringHelper.equals(String,String)
https://issues.apache.org/jira/browse/LUCENE-6946 is fixed in 5.4.1. This API
is called by SortField.equals
# org.apache.lucene.util.ByteBlockPool.nextBuffer()
[https://github.com/apache/lucene/pull/12392] fixes a bug. This API is called
by
# dfdfd
was:
I notice that Jackrabit OAK still uses lucene 4.7.2. This version is rather old
and suffers from various bugs, which could affect Jackrabit OAK. Several
examples are as follows:
# org.apache.lucene.store.FSDirectory.ensureCanWrite(String)
https://issues.apache.org/jira/browse/LUCENE-5906 is fixed in 5.0. This API is
called by FSDirectory.createOutput
# org.apache.lucene.util.StringHelper.equals(String,String)
https://issues.apache.org/jira/browse/LUCENE-6946 is fixed in 5.4.1. This API
is called by
#
# dfdfd
> Please update lucene to newer versions.
> ---------------------------------------
>
> Key: OAK-12002
> URL: https://issues.apache.org/jira/browse/OAK-12002
> Project: Jackrabbit Oak
> Issue Type: Bug
> Reporter: ackelcn
> Priority: Major
>
> I notice that Jackrabit OAK still uses lucene 4.7.2. This version is rather
> old and suffers from various bugs, which could affect Jackrabit OAK. Several
> examples are as follows:
> # org.apache.lucene.store.FSDirectory.ensureCanWrite(String)
> https://issues.apache.org/jira/browse/LUCENE-5906 is fixed in 5.0. This API
> is called by FSDirectory.createOutput
> # org.apache.lucene.util.StringHelper.equals(String,String)
> https://issues.apache.org/jira/browse/LUCENE-6946 is fixed in 5.4.1. This API
> is called by SortField.equals
> # org.apache.lucene.util.ByteBlockPool.nextBuffer()
> [https://github.com/apache/lucene/pull/12392] fixes a bug. This API is called
> by
> # dfdfd
--
This message was sent by Atlassian Jira
(v8.20.10#820010)