Skip to content

smoosh compaction extending beyond configured time #4762

Answered by nickva
ajitpsingh asked this question in Q&A
Discussion options

You must be logged in to vote

How do you tell the end time, by looking in _active_tasks?

The auto-compaction service (smoosh) is enforcing its time window by suspending the Erlang process performing the actual compaction. So the processes may still show up in _active_tasks (I haven't verified it though yet).

Another idea is that smoosh is using universal time (UTC) https://www.erlang.org/doc/man/calendar#universal_time-0 so try specifying the time window in UTC, to see if that's the reason.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ajitpsingh
Comment options

Answer selected by ajitpsingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants