[
https://issues.apache.org/jira/browse/OAK-9061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112826#comment-17112826
]
Nitin Gupta commented on OAK-9061:
----------------------------------
A segment store test is failing
{code:java}
[ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.326 s
<<< FAILURE! - in
org.apache.jackrabbit.oak.segment.remote.queue.SegmentWriteQueueTest
[ERROR]
testThreadInterruptedWhileAddigToQueue(org.apache.jackrabbit.oak.segment.remote.queue.SegmentWriteQueueTest)
Time elapsed: 1.361 s <<< ERROR!
java.lang.NullPointerException
at
org.apache.jackrabbit.oak.segment.remote.queue.SegmentWriteQueueTest.testThreadInterruptedWhileAddigToQueue(SegmentWriteQueueTest.java:89)[INFO]
Running org.apache.jackrabbit.oak.segment.remote.RemoteBlobMetadataTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s
- in org.apache.jackrabbit.oak.segment.remote.RemoteBlobMetadataTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] SegmentWriteQueueTest.testThreadInterruptedWhileAddigToQueue:89
NullPointer
{code}
Obviously doesn't seem related to the changes in this patch.
> oak-search-elastic: mapping consistent with index definition
> ------------------------------------------------------------
>
> Key: OAK-9061
> URL: https://issues.apache.org/jira/browse/OAK-9061
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: elastic-search, indexing
> Reporter: Fabrizio Fortino
> Priority: Major
> Attachments: OAK-9061.patch
>
>
> The elasticsearch mapping needs to be consistent with the configuration in
> the IndexDefinition. Moreover, it needs to take into account possible
> conflicts with other cluster nodes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)