Compaction job failed #4978
Unanswered
ajitpsingh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured the compaction job to run in a strict window via smoosh as below
smoosh.ratio_dbs]
from = 00:30
to = 03:30
strict_window = true
[smoosh.ratio_views]
from = 00:30
to = 03:30
strict_window = true.
Now I am seeing compaction failed error in the couch logs and I don't see compaction jobs running outside of the window. Any reason why this is happening?
[error] 2024-02-08T00:40:27.296187Z nonode@nohost <0.29131.399> -------- gen_server <0.29131.399> terminated with reason: {timeout,{gen_server,call,[<0.1920.418>,{compaction_failed,{timeout,{gen_server,call,[<0.1920.418>,{compacted,{mrst,<<215,190,66,122,76,49,57,182,64,33,156,32,250,115,114,102>>,<0.26801.396>,#Ref<0.257369866.715915265.125110>,<<"shards/20000000-3fffffff/testcases.1677682100">>,<<"_design/testcase">>,<<"javascript">>,[],false,{[]},[{mrview,0,24013,0,[<<"by_application_data">>],[],<<"function(doc) { emit([doc.applicationName, doc.dataStatus, doc.tenantId], doc) }">>,{btree,<0.26801.396>,{39818573,...},...},...},...],...}}]}}}]}}
last msg: redacted
state: {st,<0.1920.418>,couch_mrview_index,nil}
extra: []
Beta Was this translation helpful? Give feedback.
All reactions