[
https://issues.apache.org/jira/browse/HTRACE-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411117#comment-15411117
]
Colin P. McCabe commented on HTRACE-362:
----------------------------------------
Hmm. Patch 003 doesn't apply for me.
{code}
cmccabe@redwall:~/incubator-htrace> git pull --ff
Already up-to-date.
cmccabe@redwall:~/incubator-htrace> git clean -fdqx .
cmccabe@redwall:~/incubator-htrace> wget
https://issues.apache.org/jira/secure/attachment/12822485/HTRACE-362.003.patch
--2016-08-07 09:40:00--
https://issues.apache.org/jira/secure/attachment/12822485/HTRACE-362.003.patch
Resolving issues.apache.org (issues.apache.org)... 140.211.11.138
Connecting to issues.apache.org (issues.apache.org)|140.211.11.138|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 114298 (112K) [text/x-patch]
Saving to: ‘HTRACE-362.003.patch’
HTRACE-362.003.patch
100%[=======================================================================================================>]
111.62K 230KB/s in 0.5s p
2016-08-07 09:40:00 (230 KB/s) - ‘HTRACE-362.003.patch’ saved [114298/114298]
cmccabe@redwall:~/incubator-htrace> patch -p1 < HTRACE-362.003.patch
can't find file to patch at input line 22
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From a6ca3ccf8007f41a112baf98328b9311b7148e7b Mon Sep 17 00:00:00 2001
|From: Nisala Nirmana <[email protected]>
|Date: Mon, 8 Aug 2016 02:55:35 +0530
|Subject: [PATCH] adding colin review changes to span receiver
|
|---
| htrace-kudu/pom.xml | 51 -
| .../htrace/impl/KuduClientConfiguration.java | 35 +-
| .../apache/htrace/impl/KuduReceiverConstants.java | 73 +-
| .../org/apache/htrace/impl/KuduSpanReceiver.java | 171 +-
| .../htrace/protobuf/generated/SpanProtos.java | 2241 --------------------
| htrace-kudu/src/main/protobuf/Span.proto | 38 -
| .../apache/htrace/impl/TestKuduSpanReceiver.java | 144 +-
| 7 files changed, 295 insertions(+), 2458 deletions(-)
| delete mode 100644
htrace-kudu/src/main/java/org/apache/htrace/protobuf/generated/SpanProtos.java
| delete mode 100644 htrace-kudu/src/main/protobuf/Span.proto
|
|diff --git a/htrace-kudu/pom.xml b/htrace-kudu/pom.xml
|index 58140a6..e977bd9 100644
|--- a/htrace-kudu/pom.xml
|+++ b/htrace-kudu/pom.xml
--------------------------
File to patch: ^C
{code}
> Apache KUDU Span receiver implementation for Apache HTrace
> ----------------------------------------------------------
>
> Key: HTRACE-362
> URL: https://issues.apache.org/jira/browse/HTRACE-362
> Project: HTrace
> Issue Type: Bug
> Reporter: Nisala Mendis
> Assignee: Nisala Mendis
> Attachments: HTRACE-362.001.patch, HTRACE-362.002.patch,
> HTRACE-362.003.patch, kudu_receiver.patch, kudu_span_receiver_basic_design.pdf
>
>
> Implementation should be carried two components as span receiver that writes
> kudu back end and span viewer to view written span/traces.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)