mapleFU commented on code in PR #2296:
URL: https://github.com/apache/kvrocks/pull/2296#discussion_r1597456893
##########
src/cluster/slot_migrate.cc:
##########
@@ -1334,11 +1334,19 @@ Status
SlotMigrator::migrateIncrementalDataByRawKV(uint64_t end_seq, BatchSender
break;
}
case engine::WALItem::Type::kTypePut: {
+ if (item.column_family_id > kMaxColumnFamilyID) {
Review Comment:
This avoid get and put default CF
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]