empiredan commented on code in PR #1266:
URL: 
https://github.com/apache/incubator-pegasus/pull/1266#discussion_r1034920048


##########
java-client/src/test/resources/log4j.properties:
##########
@@ -17,15 +17,9 @@
 # under the License.
 #
 
-meta_servers = 127.0.0.1:34601,127.0.0.1:34602,127.0.0.1:34603
-operation_timeout = 5000
-async_workers = 4
-enable_perf_counter = false
-perf_counter_tags = cluster=onebox,app=unit_test
-push_counter_interval_secs = 10
-meta_query_timeout = 5000
-auth_protocol =
-kerberos_service_name =
-kerberos_service_fqdn =
-kerberos_keytab =
-kerberos_principal =

Review Comment:
   Is it necessary to also move these properties to `pegasus.properties` under 
`src/test/resources` as a configuration example for developers ?
   ```properties
   meta_query_timeout = 5000
   auth_protocol =
   kerberos_service_name =
   kerberos_service_fqdn =
   kerberos_keytab =
   kerberos_principal =
   ```



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


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

Reply via email to