[
https://issues.apache.org/jira/browse/HBASE-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445145#comment-13445145
]
Aleksandr Shulman commented on HBASE-6682:
------------------------------------------
>From the looks of it, it just appears that the log line is URL-encoded
>(perhaps multiple times). The first round of URL-decoding produces this:
hdfs://localhost:9000/hbase/.logs/localhost,60202,1346241077569-splitting/localhost%2C60202%2C1346241077569.1346241967431
One more round of decoding produces this:
hdfs://localhost:9000/hbase/.logs/localhost,60202,1346241077569-splitting/localhost,60202,1346241077569.1346241967431
So the issue would appear to be that we not decoding properly before logging.
> Bad characters in logs for server names: SplitLogManager: task following PBUF
> ------------------------------------------------------------------------------
>
> Key: HBASE-6682
> URL: https://issues.apache.org/jira/browse/HBASE-6682
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.96.0
> Reporter: nkeywal
> Assignee: Aleksandr Shulman
> Priority: Minor
>
> See how the server name is printed:
> 2012-08-29 14:28:53,567 INFO org.apache.hadoop.hbase.master.SplitLogManager:
> task
> /hbase/splitlog/hdfs%3A%2F%2Flocalhost%3A9000%2Fhbase%2F.logs%2Flocalhost%2C60202%2C1346241077569-splitting%2Flocalhost%252C60202%252C1346241077569.1346241967431
> entered state PBUF
> localhost����ޑ�'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira