mitjale / lucenetransform

Automatically exported from code.google.com/p/lucenetransform
0 stars 0 forks source link

Branch 4.9: MergeException if using SortedSetDocValuesField to save DocValues #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
======================================
1. check out 
"http://lucenetransform.googlecode.com/svn/branches/4.9/LuceneTransform/LuceneTr
ansform"
2. put the MultiValueTest.java from attachment into 
LuceneTransform/test/org/apache/lucene/store/transform
3. issue "ant test" from LuceneTransform

What is the expected output? 
=============================
The test works.

What do you see instead?
=========================
The test fails with the MergeException in ConcurrentMergeScheduler.
See attached ant.test.log

What version of the product are you using? 
==========================================
http://lucenetransform.googlecode.com/svn/branches/4.9/LuceneTransform/LuceneTra
nsform

Revision: 76

On what operating system?
==========================
Windows 7
java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b20)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

Please provide any additional information below.
================================================
I think it is a kind of synchronization problems but could not find the issue 
on my self.

Original issue reported on code.google.com by dimitri....@googlemail.com on 4 Nov 2014 at 2:38

Attachments: