Lines Matching refs:cfds_changed
60 std::unordered_set<ColumnFamilyData*> cfds_changed; in Recover() local
61 s = FindAndRecoverLogFiles(&cfds_changed, &job_context); in Recover()
78 std::unordered_set<ColumnFamilyData*>* cfds_changed, in FindAndRecoverLogFiles() argument
80 assert(nullptr != cfds_changed); in FindAndRecoverLogFiles()
87 s = RecoverLogFiles(logs, &next_sequence, cfds_changed, job_context); in FindAndRecoverLogFiles()
176 std::unordered_set<ColumnFamilyData*>* cfds_changed, in RecoverLogFiles() argument
178 assert(nullptr != cfds_changed); in RecoverLogFiles()
222 if (cfds_changed->count(cfd) == 0) { in RecoverLogFiles()
223 cfds_changed->insert(cfd); in RecoverLogFiles()
507 std::unordered_set<ColumnFamilyData*> cfds_changed; in TryCatchUpWithPrimary() local
512 ->ReadAndApply(&mutex_, &manifest_reader_, &cfds_changed); in TryCatchUpWithPrimary()
516 for (ColumnFamilyData* cfd : cfds_changed) { in TryCatchUpWithPrimary()
531 s = FindAndRecoverLogFiles(&cfds_changed, &job_context); in TryCatchUpWithPrimary()
541 for (auto cfd : cfds_changed) { in TryCatchUpWithPrimary()