This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 7996c42ffdb7e001b041d9c76594f3324af6769d
Author: guluo <lupeng_n...@qq.com>
AuthorDate: Thu Aug 31 21:33:17 2023 +0800

    HBASE-28051 The javadoc about RegionProcedureStore.delete is incorrect 
(#5377)
    
    Signed-off-by: Duo Zhang <zhang...@apache.org>
    (cherry picked from commit fd33c14e1ccb151becf13cd406c159f65594eb19)
---
 .../hadoop/hbase/procedure2/store/region/RegionProcedureStore.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/RegionProcedureStore.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/RegionProcedureStore.java
index 11c9ac05d33..e366eaac935 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/RegionProcedureStore.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/RegionProcedureStore.java
@@ -71,7 +71,7 @@ import 
org.apache.hadoop.hbase.shaded.protobuf.generated.ProcedureProtos;
  * A procedure store which uses the master local store to store all the 
procedures.
  * <p/>
  * We use proc:d column to store the serialized protobuf format procedure, and 
when deleting we will
- * first fill the info:proc column with an empty byte array, and then actually 
delete them in the
+ * first fill the proc:d column with an empty byte array, and then actually 
delete them in the
  * {@link #cleanup()} method. This is because that we need to retain the max 
procedure id, so we can
  * not directly delete a procedure row as we do not know if it is the one with 
the max procedure id.
  */

Reply via email to