We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb587b commit b50bc52Copy full SHA for b50bc52
src/database/engine/pagecache.c
@@ -575,7 +575,7 @@ static NOT_INLINE_HOT size_t get_page_list_from_journal_v2(struct rrdengine_inst
575
break;
576
577
// Make sure index is valid for this file
578
- if (page_entry_in_journal->extent_index > extent_entries) {
+ if (page_entry_in_journal->extent_index >= extent_entries) {
579
nd_log_limit_static_thread_var(erl, 60, 0);
580
nd_log_limit(&erl, NDLS_DAEMON, NDLP_ERR,
581
"DBENGINE: Invalid extent index in journalfile %u",
0 commit comments