mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
This reverts commit 7c9d24cbb7
.
This commit is contained in:
parent
e4fdf5e68e
commit
af8ea0f3af
@ -225,8 +225,8 @@ func NewRocksMQ(name string, idAllocator allocator.Interface) (*rocksmq, error)
|
||||
|
||||
// db, err := gorocksdb.OpenDb(opts, name)
|
||||
// use properties as the column families to store trace id
|
||||
giveColumnFamilies := []string{"default"}
|
||||
db, cfHandles, err := gorocksdb.OpenDbColumnFamilies(optsStore, name, giveColumnFamilies, []*gorocksdb.Options{optsStore})
|
||||
giveColumnFamilies := []string{"default", "properties"}
|
||||
db, cfHandles, err := gorocksdb.OpenDbColumnFamilies(optsStore, name, giveColumnFamilies, []*gorocksdb.Options{optsStore, optsStore})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user