HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (#6297)#6562
Merged
kerneltime merged 3 commits intoapache:masterfrom Apr 23, 2024
Merged
Conversation
…und-trip latency (apache#6297) (cherry picked from commit 509c970) 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
Contributor
Author
|
Kind of surprised by the amount of conflicts. |
kerneltime
approved these changes
Apr 20, 2024
kerneltime
reviewed
Apr 22, 2024
|
|
||
| StreamInit = 19; | ||
| StreamWrite = 20; | ||
| FinalizeBlock = 21; |
Contributor
There was a problem hiding this comment.
I think the master is not ready for this field.
Change-Id: Id69212bdb46bab81805c301fc711ed496e249c42
Contributor
Author
|
I'm not sure what's going on with the latest one. The logs are corrupt, can't see what went wrong. |
Change-Id: Iebeeaf18fc1df11671bf8530e7855c69604407ed
Contributor
Author
|
test is green. |
Contributor
|
Thanks @jojochuang for this cool extension. |
jojochuang
added a commit
to jojochuang/ozone
that referenced
this pull request
May 29, 2024
…und-trip latency (apache#6297) (apache#6562) * HDDS-10442. [hsync] Add a Freon tool to measure client to DataNode round-trip latency (apache#6297) (cherry picked from commit 509c970) (cherry picked from commit dec977b) 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/DNRPCLoadGenerator.java Change-Id: I07755d356dc5ce8f87c62476f49e7c91549bd93b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit 509c970)
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:
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.