You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "jojochuang (via GitHub)" <gi...@apache.org> on 2024/04/20 00:52:07 UTC

[PR] HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297) [ozone]

jojochuang opened a new pull request, #6562:
URL: https://github.com/apache/ozone/pull/6562

   (cherry picked from commit 509c970054886c15cd7dd425104be9d0e4e59723)
   
    Conflicts:
   	hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/protocolPB/ContainerCommandResponseBuilders.java
   	hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/storage/ContainerProtocolCalls.java
   	hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/audit/DNAction.java
   	hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/impl/HddsDispatcher.java
   	hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java
   	hadoop-hdds/interface-client/src/main/proto/DatanodeClientProtocol.proto
   	hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/freon/OmRPCLoadGenerator.java
   
   Change-Id: Icbd75e38f6ea39604390627398750a3218e51937
   
   ## What changes were proposed in this pull request?
   HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297)
   
   Please describe your PR in detail:
   * Cherrypick HDDS-10442 from feature branch HDDS-7593 to master.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-10442
   
   ## How was this patch tested?
   
   Unit tests, Freon integration tests.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297) [ozone]

Posted by "kerneltime (via GitHub)" <gi...@apache.org>.
kerneltime merged PR #6562:
URL: https://github.com/apache/ozone/pull/6562


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297) [ozone]

Posted by "jojochuang (via GitHub)" <gi...@apache.org>.
jojochuang commented on PR #6562:
URL: https://github.com/apache/ozone/pull/6562#issuecomment-2073322490

   test is green.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297) [ozone]

Posted by "kerneltime (via GitHub)" <gi...@apache.org>.
kerneltime commented on code in PR #6562:
URL: https://github.com/apache/ozone/pull/6562#discussion_r1575014715


##########
hadoop-hdds/interface-client/src/main/proto/DatanodeClientProtocol.proto:
##########
@@ -103,6 +103,8 @@ enum Type {
 
   StreamInit = 19;
   StreamWrite = 20;
+  FinalizeBlock = 21;

Review Comment:
   I think the master is not ready for this field.



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297) [ozone]

Posted by "kerneltime (via GitHub)" <gi...@apache.org>.
kerneltime commented on PR #6562:
URL: https://github.com/apache/ozone/pull/6562#issuecomment-2073495001

   Thanks @jojochuang do this cool extension.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297) [ozone]

Posted by "jojochuang (via GitHub)" <gi...@apache.org>.
jojochuang commented on PR #6562:
URL: https://github.com/apache/ozone/pull/6562#issuecomment-2067460293

   cc: @kerneltime @duongkame 
   
   Kind of surprised by the amount of conflicts.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


Re: [PR] HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297) [ozone]

Posted by "jojochuang (via GitHub)" <gi...@apache.org>.
jojochuang commented on PR #6562:
URL: https://github.com/apache/ozone/pull/6562#issuecomment-2072994078

   I'm not sure what's going on with the latest one. The logs are corrupt, can't see what went wrong.
   Maybe it's the gaps in the protobuf ids. Let me give it a try.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org