mirror of https://github.com/milvus-io/milvus.git
Remove Properties in rocksmq (#28000)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/27590/head
parent
9b6eeb46f1
commit
7c9d24cbb7
|
@ -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", "properties"}
|
||||
db, cfHandles, err := gorocksdb.OpenDbColumnFamilies(optsStore, name, giveColumnFamilies, []*gorocksdb.Options{optsStore, optsStore})
|
||||
giveColumnFamilies := []string{"default"}
|
||||
db, cfHandles, err := gorocksdb.OpenDbColumnFamilies(optsStore, name, giveColumnFamilies, []*gorocksdb.Options{optsStore})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue