kaisun2000 commented on issue #1372:
URL: https://github.com/apache/helix/issues/1372#issuecomment-699175490


   50 times single run with debug.
   
   2000       JobConfig.Builder jobBuilder = new 
JobConfig.Builder().setCommand(MockTask.TASK_COMMAND)
             .setTargetResource(WorkflowGenerator.DEFAULT_TGT_DB)
             .setTargetPartitionStates(Sets.newHashSet(targetPartition))
             
.setJobCommandConfigMap(Collections.singletonMap(MockTask.JOB_DELAY, "200"));
         String jobName = targetPartition.toLowerCase() + "Job" + i;
         LOG.info("Enqueuing job: " + jobName);
         queueBuilder.enqueueJob(jobName, jobBuilder);
         currentJobNames.add(i, jobName);


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to