bshashikant commented on a change in pull request #671: HDDS-3086. Failure running integration test it-freon. URL: https://github.com/apache/hadoop-ozone/pull/671#discussion_r392150148
########## File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/freon/TestDataValidate.java ########## @@ -33,9 +38,28 @@ private static MiniOzoneCluster cluster = null; static void startCluster(OzoneConfiguration conf) throws Exception { + conf.setTimeDuration( + RatisHelper.HDDS_DATANODE_RATIS_SERVER_PREFIX_KEY + "." + + DatanodeRatisServerConfig.RATIS_SERVER_REQUEST_TIMEOUT_KEY, + 3, TimeUnit.SECONDS); + conf.setTimeDuration( + RatisHelper.HDDS_DATANODE_RATIS_SERVER_PREFIX_KEY + "." + + DatanodeRatisServerConfig. + RATIS_SERVER_WATCH_REQUEST_TIMEOUT_KEY, + 10, TimeUnit.SECONDS); + conf.setTimeDuration( + RatisHelper.HDDS_DATANODE_RATIS_CLIENT_PREFIX_KEY+ "." + + "rpc.request.timeout", + 3, TimeUnit.SECONDS); + conf.setTimeDuration( + RatisHelper.HDDS_DATANODE_RATIS_CLIENT_PREFIX_KEY+ "." + + "watch.request.timeout", + 10, TimeUnit.SECONDS); Review comment: yes, i think we can do that..But we need to ensure all other tests work with this config ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org