Skip to content

Commit

Permalink
[FLINK-33990][runtime] Use default classloader in TaskManager when th…
Browse files Browse the repository at this point in the history
…ere are no user jars for job
  • Loading branch information
zoudan committed Mar 27, 2024
1 parent 05b27be commit cc42eb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public static TaskManagerServices fromConfiguration(
.getAlwaysParentFirstLoaderPatterns(),
failOnJvmMetaspaceOomError ? fatalErrorHandler : null,
checkClassLoaderLeak),
false);
true);

final SlotAllocationSnapshotPersistenceService slotAllocationSnapshotPersistenceService;

Expand Down

0 comments on commit cc42eb7

Please sign in to comment.