File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ void load_from_private_log::find_log_file_to_start()
160
160
decree cleanable_decree = _private_log->get_cleanable_decree ();
161
161
decree max_decree_gpid = _private_log->max_decree (get_gpid ());
162
162
CHECK (max_decree_gpid > cleanable_decree,
163
- " plog_file all error: max_decree_gpid {} , cleanable_decree {}" ,
163
+ " plog files all error: max_decree_gpid {} , cleanable_decree {}" ,
164
164
max_decree_gpid,
165
165
cleanable_decree);
166
166
@@ -175,8 +175,8 @@ void load_from_private_log::find_log_file_to_start()
175
175
176
176
gpid pid = get_gpid ();
177
177
decree previous_log_max_decree = file->previous_log_max_decree (pid);
178
- // These plog file has possible be deleted do not open_read next plog file , otherwise it
179
- // may coredump
178
+ // These plog files has possible be deleted do not open_read() next plog file , otherwise it
179
+ // may coredump.
180
180
if (previous_log_max_decree <= cleanable_decree) {
181
181
break ;
182
182
}
You can’t perform that action at this time.
0 commit comments