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
Fix memory leak by not piling up breadcrumbs forever in Spark workers. (#4167)
We now clear all existing breadcrumbs when a job is started. If an error
happens in a job, only breadcrumbs created in this job will be shown.
Fixes#1245.
0 commit comments