-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Multiple db's in CME was added to valkey - valkey-io/valkey#1671. Seems that the code is assuming only db 0 exists for CME cluster and will assert otherwise.
some pointers:
valkey-search/src/schema_manager.cc
Line 297 in b91e549
| auto status = RemoveIndexSchemaInternal(0, id); |
valkey-search/src/schema_manager.cc
Line 172 in b91e549
| CHECK(index_schema_proto.db_num() == 0) |
valkey-search/src/schema_manager.cc
Line 225 in b91e549
| CHECK(db_num == 0) << "In cluster mode, we only support DB 0"; |
yairgott
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo
Status
In Progress