arp7 commented on a change in pull request #1323: HDDS-1094. Performance test
infrastructure : skip writing user data on Datanode. Contributed by Supratim
Deka
URL: https://github.com/apache/hadoop/pull/1323#discussion_r316494881
##########
File path:
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/RandomKeyGenerator.java
##########
@@ -251,6 +252,12 @@ public void init(OzoneConfiguration configuration) throws
IOException {
@Override
public Void call() throws Exception {
if (ozoneConfiguration != null) {
+ if
(ozoneConfiguration.getBoolean(HddsConfigKeys.HDDS_CONTAINER_PERSISTDATA,
Review comment:
Is this required because you are added a test for freon with the null
ChunkManager?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]