Skip to content

Commit

Permalink
missed a refernce to isRocksdbSnapshotRepl
Browse files Browse the repository at this point in the history
  • Loading branch information
msotheeswaran-sc committed Oct 26, 2023
1 parent 486a6bb commit 05945b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,7 @@ void syncWithMaster(connection *conn) {
}

/* Prepare a suitable temp file for bulk transfer */
if (!useDisklessLoad() && !mi->isRocksdbSnapshotRepl) {
if (!useDisklessLoad() && !mi->isKeydbFastsync) {
while(maxtries--) {
auto dt = std::chrono::system_clock::now().time_since_epoch();
auto dtMillisecond = std::chrono::duration_cast<std::chrono::milliseconds>(dt);
Expand Down

0 comments on commit 05945b6

Please sign in to comment.