There is a job that running successful but it's for more than a month we are experiencing long run which gets failed. In the stdout log file(attached), there are numerous following messages:[GC (Allocation Failure) [PSYoungGen:...] and [Full GC ...
Hi Sid,These are the list of action items that helped me resolve the issue:Change of GC algorithm into G1GC. It uses less resources and is more efficient. Archived old ingested files that decreased the workload.Chose a more stronger cluster with a mo...
Hi @Retired_mod Your advice worked pretty fine and I could get rid of [GC (Allocation Failure) [PSYoungGen:...] totally and also by picking stronger driver/worker types, the issue in production went away.I understood the default setting for GC was 'P...