incubator-retired-htrace icon indicating copy to clipboard operation
incubator-retired-htrace copied to clipboard

Mirror of Apache HTrace (Incubating)

Results 5 incubator-retired-htrace issues
Sort by recently updated
recently updated
newest added

The thrift Annotation Type doesn't conform to the actual type it encodes. Notice the `TraceScope.addKVAnnotation` function signature: ```java public void addKVAnnotation(String key, String value) ``` Using `StandardCharsets` doesn't throw the...