You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yuchen Liang (Jira)" <ji...@apache.org> on 2022/12/13 02:34:00 UTC

[jira] [Created] (HBASE-27530) Fix comment syntax errors

Yuchen Liang created HBASE-27530:
------------------------------------

             Summary: Fix comment syntax errors
                 Key: HBASE-27530
                 URL: https://issues.apache.org/jira/browse/HBASE-27530
             Project: HBase
          Issue Type: Improvement
          Components: asyncclient, Balancer
            Reporter: Yuchen Liang


I found some sytax errors in the comments while reading the source code.

such as the fallowing examples:

at hbase-asyncfs.src.main.java.org.apache.hadoop.hbase.util.RecoverLeaseFSUtils.java(line 95, 121)

at hbase-asyncfs.src.main.java.org.apache.hadoop.hbase.io.asyncfs.FanOutOneBlockAsyncDFSOutput.java(line 87, 107)

at hbase-balancer.src.main.java.org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.java(line 53, 59)

......

In fact, I did a simple scan and there were quite a few errors, although only a few affected the reading. I think maybe we can fix it, even if it's not in a hurry.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)