You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "wuchang (Jira)" <ji...@apache.org> on 2022/08/31 03:45:00 UTC

[jira] [Updated] (HBASE-27349) HBase FileNotFound Exception After Region Transitioned

     [ https://issues.apache.org/jira/browse/HBASE-27349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wuchang updated HBASE-27349:
----------------------------
    Description: 
We have the exactly the same issue with https://issues.apache.org/jira/browse/HBASE-13651. But after reading the issues detailedly, we find that the HBASE-13651 is reverted afterwards by https://issues.apache.org/jira/browse/HBASE-18786 since they thought it is not a problem anymore with the comment in HBASE-18786

!image-2022-08-31-11-39-58-549.png!

Basic Timeline of my issue:
{code:java}
 2022-08-27 05:26:35    Snapshot TestingSnapshot is taken successfully
 2022-08-27 15:21:51    The target hfile fafb8f91bd20b1adfe15e2a64a39557e/i/041e9aeb8cdb46f991459c92f8581e16 is generated by a compaction in regionserver-67
2022-08-27 17:26:36     041e9aeb8cdb46f991459c92f8581e16 is compacted to fd53b8e6b4874eb38712ad2d04389fff
2022-08-27 17:35:56     A Full GC happened and the regionserver-67 is forcefully shutdown
 2022-08-27 17:35:50    Region fafb8f91bd20b1adfe15e2a64a39557e is re-opened in regionserver-11
2022-08-27 17:35:57     File  fafb8f91bd20b1adfe15e2a64a39557e  is archived
 2022-08-27 18:00:00    The hfile is removed by HMaster'S CleanerChore
2022-08-27 19:48:10     User's Spark job on HBase shows error that the file is missing
 2022-08-27 20:26:04    Re-taking snapshot TestingSnapshot also failed for 041e9aeb8cdb46f991459c92f8581e16 is missing{code}

  was:
We have the exactly the same issue with https://issues.apache.org/jira/browse/HBASE-13651. But after reading the issues detailedly, we find that the HBASE-13651 is reverted afterwards by https://issues.apache.org/jira/browse/HBASE-18786 since they thought it is not a problem anymore with the comment in HBASE-18786

!image-2022-08-31-11-39-58-549.png!

Basic Timeline of my issue:
{code:java}
 2022-08-27 05:26:35     Snapshot TestingSnapshot is taken successfully
 2022-08-27 15:21:51     The target hfile fafb8f91bd20b1adfe15e2a64a39557e/i/041e9aeb8cdb46f991459c92f8581e16 is generated by a compaction in regionserver-67
2022-08-27 17:26:36     041e9aeb8cdb46f991459c92f8581e16  is compacted to fd53b8e6b4874eb38712ad2d04389fff
2022-08-27 17:35:56     A full GC happened and the regionserver-67 is forcefully shutdown
 2022-08-27 17:35:50     Region fafb8f91bd20b1adfe15e2a64a39557e is re-opened in regionserver-11
2022-08-27 17:35:57     File  fafb8f91bd20b1adfe15e2a64a39557e  is archived
 2022-08-27 18:00:00     The hfile is removed by HMaster 
2022-08-27 19:48:10     User's job shows error that the file is missed
 2022-08-27 20:26:04     Re-taking snapshot TestingSnapshot failed for 041e9aeb8cdb46f991459c92f8581e16 is missing{code}


> HBase FileNotFound Exception After Region Transitioned 
> -------------------------------------------------------
>
>                 Key: HBASE-27349
>                 URL: https://issues.apache.org/jira/browse/HBASE-27349
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: wuchang
>            Priority: Critical
>         Attachments: image-2022-08-31-11-39-58-549.png
>
>
> We have the exactly the same issue with https://issues.apache.org/jira/browse/HBASE-13651. But after reading the issues detailedly, we find that the HBASE-13651 is reverted afterwards by https://issues.apache.org/jira/browse/HBASE-18786 since they thought it is not a problem anymore with the comment in HBASE-18786
> !image-2022-08-31-11-39-58-549.png!
> Basic Timeline of my issue:
> {code:java}
>  2022-08-27 05:26:35    Snapshot TestingSnapshot is taken successfully
>  2022-08-27 15:21:51    The target hfile fafb8f91bd20b1adfe15e2a64a39557e/i/041e9aeb8cdb46f991459c92f8581e16 is generated by a compaction in regionserver-67
> 2022-08-27 17:26:36     041e9aeb8cdb46f991459c92f8581e16 is compacted to fd53b8e6b4874eb38712ad2d04389fff
> 2022-08-27 17:35:56     A Full GC happened and the regionserver-67 is forcefully shutdown
>  2022-08-27 17:35:50    Region fafb8f91bd20b1adfe15e2a64a39557e is re-opened in regionserver-11
> 2022-08-27 17:35:57     File  fafb8f91bd20b1adfe15e2a64a39557e  is archived
>  2022-08-27 18:00:00    The hfile is removed by HMaster'S CleanerChore
> 2022-08-27 19:48:10     User's Spark job on HBase shows error that the file is missing
>  2022-08-27 20:26:04    Re-taking snapshot TestingSnapshot also failed for 041e9aeb8cdb46f991459c92f8581e16 is missing{code}



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