Uh oh!
There was an error while loading. Please reload this page.
HDDS-1318. Fix MalformedTracerStateStringException on DN logs. Contributed by Xiaoyu Yao. - #641
Conversation
hadoop-yetus
commented
Mar 26, 2019
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hadoop-yetus
commented
Mar 27, 2019
💔 -1 overall
This message was automatically generated. |
xiaoyuyao
commented
Mar 27, 2019
Some of the test failures are related to this change. I'm looking into it. |
xiaoyuyao
commented
Mar 27, 2019
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 . |
hadoop-yetus
commented
Mar 28, 2019
💔 -1 overall
This message was automatically generated. |
xiaoyuyao
commented
Mar 28, 2019
The single test failure does not repro locally. Seems unrelated to this patch. |
+1 with checkstyle addressed. |
xiaoyuyao
commented
Mar 28, 2019
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 <snjain@linkedin.com> Reviewers: Bharath Kumarasubramanian <bkumaras@linkedin.com> Closesapache#641 from Sanil15/SAMZA-1886
No description provided.