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

Method IsDBInRetryableIOError

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

Source from the content-addressed store, hash-verified

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
362 /// enabled.

Callers 1

cronMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected