From c5e98e7d32a33bc64da484260e5b7395ee2a0bbd Mon Sep 17 00:00:00 2001 From: Steve Yen Date: Thu, 30 Jul 2015 13:43:26 -0700 Subject: [PATCH] docs note that cbft doesn't handle FLUSH --- docs/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.md b/docs/index.md index 77c2a86..8a0d8db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,6 +36,11 @@ As a developer preview, some disclaimers and limitations... * partial index rollbacks are not yet supported by cbft developer preview. +* cbft does not handle the bucket FLUSH command properly yet. If you + get into a stuck cbft index due to a bucket FLUSH operation, your + best recourse is to delete and recreate your index. + https://github.com/couchbaselabs/cbft/issues/28 + # Getting started ## Prerequisites