A failure to append logs of a running task currently is silently ignored, and the task will continue running and not writing logs even if the underlying issue is fixed, until the task is restarted.
Logging is important for task operation, especially for things like inferred schema update logs. Tasks should noisily log failures to write to log journals and retry, as they do with data journal appends.
A failure to append logs of a running task currently is silently ignored, and the task will continue running and not writing logs even if the underlying issue is fixed, until the task is restarted.
Logging is important for task operation, especially for things like inferred schema update logs. Tasks should noisily log failures to write to log journals and retry, as they do with data journal appends.