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)
|
// db, err := gorocksdb.OpenDb(opts, name)
|
||||||
// use properties as the column families to store trace id
|
// use properties as the column families to store trace id
|
||||||
giveColumnFamilies := []string{"default", "properties"}
|
giveColumnFamilies := []string{"default"}
|
||||||
db, cfHandles, err := gorocksdb.OpenDbColumnFamilies(optsStore, name, giveColumnFamilies, []*gorocksdb.Options{optsStore, optsStore})
|
db, cfHandles, err := gorocksdb.OpenDbColumnFamilies(optsStore, name, giveColumnFamilies, []*gorocksdb.Options{optsStore})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue