ltagliamonte-dd commented on code in PR #3342:
URL: https://github.com/apache/kvrocks/pull/3342#discussion_r2709270056
##########
src/storage/storage.cc:
##########
@@ -802,12 +802,27 @@ StatusOr<int> Storage::IngestSST(const std::string
&sst_dir, const rocksdb::Inge
return 0;
}
- std::unordered_map<ColumnFamilyID, std::vector<std::string>> cf_files;
+ // Group files by column family and build ingestion arguments atomically
Review Comment:
thanks fixed via a0949b35bf3affdd303cd331f969931b58c97156
--
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]