nabarunnag commented on a change in pull request #21: GEODE-6172: Configure 
geode properties for benchmarks
URL: https://github.com/apache/geode-benchmarks/pull/21#discussion_r240712578
 
 

 ##########
 File path: 
geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StartLocator.java
 ##########
 @@ -38,13 +39,10 @@ public StartLocator(int locatorPort) {
 
   @Override
   public void run(TestContext context) throws Exception {
-    Properties properties = new Properties();
+    Properties properties = GeodeProperties.serverProperties();
 
 Review comment:
   Locator taking serverProperties seems a bit out of place. Possible refactor?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to