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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 75764fa  HBASE-22096 /storeFile.jsp shows CorruptHFileException when 
the storeFile is a reference file (addendum)
75764fa is described below

commit 75764fa2a9dbb3c9769d7e37ef6479e71e2fb754
Author: Toshihiro Suzuki <brfrn...@gmail.com>
AuthorDate: Wed Dec 4 09:26:15 2019 +0900

    HBASE-22096 /storeFile.jsp shows CorruptHFileException when the storeFile 
is a reference file (addendum)
    
    Signed-off-by: Sean Busbey <bus...@apache.org>
---
 .../src/main/resources/hbase-webapps/regionserver/storeFile.jsp         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-server/src/main/resources/hbase-webapps/regionserver/storeFile.jsp 
b/hbase-server/src/main/resources/hbase-webapps/regionserver/storeFile.jsp
index b538cb7..5c0a4e1 100644
--- a/hbase-server/src/main/resources/hbase-webapps/regionserver/storeFile.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/regionserver/storeFile.jsp
@@ -54,7 +54,7 @@
      printer.setConf(conf);
      String[] options = {"-s"};
      printer.parseOptions(options);
-     StoreFileInfo sfi = new StoreFileInfo(conf, fs, new Path(storeFile), 
true);
+     StoreFileInfo sfi = new StoreFileInfo(conf, fs, new Path(storeFile));
      printer.processFile(sfi.getFileStatus().getPath(), true);
      String text = byteStream.toString();%>
      <%=

Reply via email to