homatthew commented on code in PR #3704:
URL: https://github.com/apache/gobblin/pull/3704#discussion_r1229997117
##########
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinHelixJobScheduler.java:
##########
@@ -110,14 +113,16 @@ public class GobblinHelixJobScheduler extends
JobScheduler implements StandardMe
private boolean startServicesCompleted;
private final long helixJobStopTimeoutMillis;
+ private final Duration throttleTimeoutDuration;
+ private ConcurrentHashMap<String, Instant> jobStartTimeMap;
public GobblinHelixJobScheduler(Config sysConfig,
- HelixManager jobHelixManager,
- Optional<HelixManager>
taskDriverHelixManager,
- EventBus eventBus,
- Path appWorkDir, List<? extends Tag<?>>
metadataTags,
- SchedulerService schedulerService,
- MutableJobCatalog jobCatalog) throws
Exception {
+ HelixManager jobHelixManager,
Review Comment:
In general, the autoformatter we use is
https://gobblin.apache.org/docs/developer-guide/CodingStyle/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]