npawar commented on a change in pull request #5793:
URL: https://github.com/apache/incubator-pinot/pull/5793#discussion_r467323816



##########
File path: 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ControllerPeriodicTasksIntegrationTest.java
##########
@@ -111,8 +111,8 @@ public void setUp()
     properties.put(ControllerConf.CLUSTER_TENANT_ISOLATION_ENABLE, false);
     
properties.put(ControllerPeriodicTasksConf.STATUS_CHECKER_INITIAL_DELAY_IN_SECONDS,
 PERIODIC_TASK_INITIAL_DELAY_SECONDS);
     
properties.put(ControllerPeriodicTasksConf.STATUS_CHECKER_FREQUENCY_IN_SECONDS, 
PERIODIC_TASK_FREQUENCY_SECONDS);
-    
properties.put(ControllerPeriodicTasksConf.REALTIME_SEGMENT_RELOCATION_INITIAL_DELAY_IN_SECONDS,
 PERIODIC_TASK_INITIAL_DELAY_SECONDS);
-    
properties.put(ControllerPeriodicTasksConf.REALTIME_SEGMENT_RELOCATOR_FREQUENCY,
 PERIODIC_TASK_FREQUENCY);
+    
properties.put(ControllerPeriodicTasksConf.DEPRECATED_REALTIME_SEGMENT_RELOCATION_INITIAL_DELAY_IN_SECONDS,
 PERIODIC_TASK_INITIAL_DELAY_SECONDS);

Review comment:
       i kept the old ones, so that we have a test to check the old way, 
because people might be using the old properties. Probably after couple release 
can change it new?




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to