You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a target instance is stopped while one of the H3 job subdirectories "warcs", "reports" and "logs" is missing, a null pointer exception occurs, causing the completeHarvest() method to be rescheduled, leading to an infinite loop. This means the target instance remains stuck in the Stopping state.
We will need to refactor the bookkeeping in this part of the codebase to fix this properly. The impact of this issue is not too big though.
The text was updated successfully, but these errors were encountered:
If a target instance is stopped while one of the H3 job subdirectories "warcs", "reports" and "logs" is missing, a null pointer exception occurs, causing the completeHarvest() method to be rescheduled, leading to an infinite loop. This means the target instance remains stuck in the Stopping state.
We will need to refactor the bookkeeping in this part of the codebase to fix this properly. The impact of this issue is not too big though.
The text was updated successfully, but these errors were encountered: