You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/01/05 06:24:12 UTC

[GitHub] [incubator-pegasus] levy5307 commented on a change in pull request #862: feat(online_migration): part3 - support ingestion_behind for pegasus

levy5307 commented on a change in pull request #862:
URL: https://github.com/apache/incubator-pegasus/pull/862#discussion_r778572131



##########
File path: src/server/rocksdb_wrapper.cpp
##########
@@ -180,9 +180,12 @@ int rocksdb_wrapper::write_batch_delete(int64_t decree, dsn::string_view raw_key
 
 void rocksdb_wrapper::clear_up_write_batch() { _write_batch->Clear(); }
 
-int rocksdb_wrapper::ingestion_files(int64_t decree, const std::vector<std::string> &sst_file_list)
+int rocksdb_wrapper::ingestion_files(int64_t decree,
+                                     const std::vector<std::string> &sst_file_list,
+                                     bool ingest_behind)

Review comment:
       const bool ingest_behind




-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org