[
https://issues.apache.org/jira/browse/HBASE-13857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15039484#comment-15039484
]
Vrishal Kulkarni commented on HBASE-13857:
------------------------------------------
The one new style error is in a generated file. I see the following in console
output -
hbase-server/target/generated-jamon/org/apache/hadoop/hbase/tmpl/regionserver/ServerMetricsTmplImpl.java
LineLengthCheck 41 42
My change to ServerMetricsTmpl.jamon file caused this error. However I'm not
sure how to fix it.
> Slow WAL Append count in ServerMetricsTmpl.jamon is hardcoded to zero
> ---------------------------------------------------------------------
>
> Key: HBASE-13857
> URL: https://issues.apache.org/jira/browse/HBASE-13857
> Project: HBase
> Issue Type: Bug
> Components: regionserver, UI
> Affects Versions: 0.98.0
> Reporter: Lars George
> Assignee: Vrishal Kulkarni
> Labels: beginner
> Fix For: 2.0.0, 1.3.0, 0.98.17
>
> Attachments: HBASE-13857.patch
>
>
> The template has this:
> {noformat}
> <tr>
> ...
> <th>Slow WAL Append Count</th>
> </tr>
> <tr>
> ....
> <td><% 0 %></td>
> </tr>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)