couchbaselabs / cbft

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbft -- no further development will be done here on couchbaselabs/cbft
Other
27 stars 5 forks source link

cbft crashes on indexes that have all bucket documents indexed #168

Closed abhi-bit closed 8 years ago

abhi-bit commented 9 years ago

Background about scenario:

cbft version: 0.2.0(released on 19-Jun)
bucket document count: under 10K
kvstore: leveldb

Fired a query for the word "centos"/"windows" against the index that was upto date and then cbft crashed.

error-log: http://s3.amazonaws.com/customers.couchbase.com/couchbase/cbft-panic

mschoch commented 9 years ago

It looks like the panic is in the highlighter. This would be consistent with known issues (at the time) if the field containing the match was an array. Can you share a sample document?

abhi-bit commented 9 years ago

Sample documents are shared on https://github.com/couchbaselabs/cbft/issues/165

mschoch commented 9 years ago

I have reproduced the problem when I checked out the old version of Bleve (2768c2d) corresponding to the 0.2 cbft release. Running the same query with the latest code does not crash.

steveyen commented 8 years ago

closing this since we're on latest bleve now