-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-1318. Fix MalformedTracerStateStringException on DN logs. Contributed by Xiaoyu Yao. #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
💔 -1 overall
This message was automatically generated. |
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/tracing/StringCodec.java
Outdated
Show resolved
Hide resolved
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/ozShell/TestOzoneShell.java
Outdated
Show resolved
Hide resolved
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java
Outdated
Show resolved
Hide resolved
|
💔 -1 overall
This message was automatically generated. |
|
Some of the test failures are related to this change. I'm looking into it. |
|
The current pattern of export and import traceID over the wire (GRPC/Ratis) is via the TraceID in the protocol message. But this changed the original traceID which the test expect to be the same, which is not true with the new yaeger based tracing where the parent:children:... are appended along the invocation chain. Will remove the invalid verification from those tests, cc: @elek . |
|
💔 -1 overall
This message was automatically generated. |
|
The single test failure does not repro locally. Seems unrelated to this patch. |
|
+1 with checkstyle addressed. |
|
Thanks for the review @ajayydv , the checkstyle issue is not introduced by this patch. I've opened a separate JIRA: https://issues.apache.org/jira/browse/HDDS-1350 so that we can get a clean cherry-pick for ozone-0.4 here. |
bharathkk for review Author: Sanil Jain <[email protected]> Reviewers: Bharath Kumarasubramanian <[email protected]> Closes apache#641 from Sanil15/SAMZA-1886
No description provided.