Details
Description
Wrong conditions when setting parameters for RecordServicePlanner in RecordServiceRDDBase.scala:
if (maxTasks != -1) builder.setMaxAttempts(maxAttempts);
...
if (maxAttempts != -1) builder.setMaxTasks(maxTasks);
Wrong conditions when setting parameters for RecordServicePlanner in RecordServiceRDDBase.scala:
if (maxTasks != -1) builder.setMaxAttempts(maxAttempts);
...
if (maxAttempts != -1) builder.setMaxTasks(maxTasks);