What is "mark_partitions_unindexable" means?

Hello,

I’m looking at views.log file from the past and I’m seeing a lot of

couch_set_view:mark_partitions_unindexable(spatial_view, <<"bucket">>, <<"_design/name">>, [[]]) returned ok in 0ms

lines.

What is this mean exactly? I could not find anything from the official documentation.

I believe this has to do with partition migration. I found some (old) documentation that mentions it: http://www.couchbase.com/wiki/display/couchbase/Couchbase+View+Engine+Internals

1 Like

Thank you for the reference!