You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/10/30 18:08:04 UTC

[GitHub] [accumulo] reggert opened a new issue #1401: `ShowTrace` servlet is unusable

reggert opened a new issue #1401: `ShowTrace` servlet is unusable
URL: https://github.com/apache/accumulo/issues/1401
 
 
   The fix for ACCUMULO-4660, 6f187823e4309ed79d6fa3f24b049731126f5263 , introduced a regression that makes it impossible to view traces via the Accumulo Monitor.
   
   Specifically, `Basic.getStringParameter` was modified to strip out non-alphabetic characters from query parameters. Given that trace ids are hexadecimal strings, this causes all decimal digits to get stripped out. The `ShowTrace` servlet then behaves _very_ strangely as a result, as it ends up scanning the wrong range, which apparently returns entries that are not encoded spans, but tries to interpret them as such.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services