You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/05/04 16:46:41 UTC

[GitHub] [hbase] ndimiduk commented on a change in pull request #3225: HBASE-25842 move regionserver http-related code into o.a.h.h.regionserver.http

ndimiduk commented on a change in pull request #3225:
URL: https://github.com/apache/hbase/pull/3225#discussion_r625941193



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -6687,6 +6687,13 @@ public int getReadLockCount() {
     return lockedRows;
   }
 
+  /**
+   * Stringify a coarse "dump" of {@code RowLock} information.
+   */
+  public void dumpLocks(final StringBuilder sb) {

Review comment:
       I ended up moving this implementation to `HRegionServer` instead. Deleted this stub.




-- 
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