diff --git a/txfactory.go b/txfactory.go index c797f3415..251993ee0 100644 --- a/txfactory.go +++ b/txfactory.go @@ -1309,6 +1309,11 @@ func (f *TxFactory) green2blue(holder *Holder) (err error) { blueDest := f.types[0] greenSrc := f.types[1] + + if blueDest == roaringTxn { + return fmt.Errorf("error: cannot migration to 'roaring': not implemented.") + } + idxs := holder.Indexes() verifyInsteadOfCopy := false