MCPcopy Create free account
hub / github.com/apache/kvrocks / SetDBInRetryableIOError

Method SetDBInRetryableIOError

src/storage/storage.h:358–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 void SetCheckpointAccessTimeSecs(int64_t t) { checkpoint_info_.access_time_secs = t; }
357 int64_t GetCheckpointAccessTimeSecs() const { return checkpoint_info_.access_time_secs; }
358 void SetDBInRetryableIOError(bool yes_or_no) { db_in_retryable_io_error_ = yes_or_no; }
359 bool IsDBInRetryableIOError() const { return db_in_retryable_io_error_; }
360
361 /// Redis PSYNC relies on a Unique Replication Sequence Id when use-rsid-psync

Callers 2

OnBackgroundErrorMethod · 0.80
cronMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected