[jira] [Updated] (HBASE-23056) Block count is 0 when BucketCache using persistent IOEngine and retrieve from file

2019-10-12 Thread Reid Chan (Jira)


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

Reid Chan updated HBASE-23056:
--
Hadoop Flags: Reviewed
  Resolution: Fixed
  Status: Resolved  (was: Patch Available)

> Block count is 0 when BucketCache using persistent IOEngine and retrieve from 
> file 
> ---
>
> Key: HBASE-23056
> URL: https://issues.apache.org/jira/browse/HBASE-23056
> Project: HBase
>  Issue Type: Bug
>  Components: BucketCache
>Affects Versions: 1.5.0, 1.4.10, 2.2.1, master
>Reporter: Baiqiang Zhao
>Assignee: Baiqiang Zhao
>Priority: Minor
> Fix For: 3.0.0, 2.3.0, 1.4.11, 1.5.1
>
> Attachments: HBASE-23056-branch-1.0001.patch, 
> HBASE-23056.master.0001.patch, after_RS_restart.png, before_RS_restart.png
>
>
> We use FileIOEngine to store and read block data in BucketCache. Before stop 
> RS, the BucketCache metrics in WebUI is like before_RS_restart.png, the block 
> count is 3. When stop RS, the backing map is persistent to file. And then 
> start RS, the metrics is like after_RS_restart.png, the block count is 0, but 
> the size of blocks is correct. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-23056) Block count is 0 when BucketCache using persistent IOEngine and retrieve from file

2019-10-12 Thread Reid Chan (Jira)


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

Reid Chan updated HBASE-23056:
--
Fix Version/s: 1.5.1
   1.4.11
   2.3.0
   3.0.0

> Block count is 0 when BucketCache using persistent IOEngine and retrieve from 
> file 
> ---
>
> Key: HBASE-23056
> URL: https://issues.apache.org/jira/browse/HBASE-23056
> Project: HBase
>  Issue Type: Bug
>  Components: BucketCache
>Affects Versions: 1.5.0, 1.4.10, 2.2.1, master
>Reporter: Baiqiang Zhao
>Assignee: Baiqiang Zhao
>Priority: Minor
> Fix For: 3.0.0, 2.3.0, 1.4.11, 1.5.1
>
> Attachments: HBASE-23056-branch-1.0001.patch, 
> HBASE-23056.master.0001.patch, after_RS_restart.png, before_RS_restart.png
>
>
> We use FileIOEngine to store and read block data in BucketCache. Before stop 
> RS, the BucketCache metrics in WebUI is like before_RS_restart.png, the block 
> count is 3. When stop RS, the backing map is persistent to file. And then 
> start RS, the metrics is like after_RS_restart.png, the block count is 0, but 
> the size of blocks is correct. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-23056) Block count is 0 when BucketCache using persistent IOEngine and retrieve from file

2019-10-12 Thread Reid Chan (Jira)


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

Reid Chan updated HBASE-23056:
--
Priority: Minor  (was: Major)

> Block count is 0 when BucketCache using persistent IOEngine and retrieve from 
> file 
> ---
>
> Key: HBASE-23056
> URL: https://issues.apache.org/jira/browse/HBASE-23056
> Project: HBase
>  Issue Type: Bug
>  Components: BucketCache
>Affects Versions: 1.5.0, 1.4.10, 2.2.1, master
>Reporter: Baiqiang Zhao
>Assignee: Baiqiang Zhao
>Priority: Minor
> Attachments: HBASE-23056-branch-1.0001.patch, 
> HBASE-23056.master.0001.patch, after_RS_restart.png, before_RS_restart.png
>
>
> We use FileIOEngine to store and read block data in BucketCache. Before stop 
> RS, the BucketCache metrics in WebUI is like before_RS_restart.png, the block 
> count is 3. When stop RS, the backing map is persistent to file. And then 
> start RS, the metrics is like after_RS_restart.png, the block count is 0, but 
> the size of blocks is correct. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-23056) Block count is 0 when BucketCache using persistent IOEngine and retrieve from file

2019-10-11 Thread Reid Chan (Jira)


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

Reid Chan updated HBASE-23056:
--
Status: Patch Available  (was: Open)

> Block count is 0 when BucketCache using persistent IOEngine and retrieve from 
> file 
> ---
>
> Key: HBASE-23056
> URL: https://issues.apache.org/jira/browse/HBASE-23056
> Project: HBase
>  Issue Type: Bug
>  Components: BucketCache
>Affects Versions: 2.2.1, 1.4.10, 1.5.0, master
>Reporter: Baiqiang Zhao
>Assignee: Baiqiang Zhao
>Priority: Major
> Attachments: HBASE-23056-branch-1.0001.patch, 
> HBASE-23056.master.0001.patch, after_RS_restart.png, before_RS_restart.png
>
>
> We use FileIOEngine to store and read block data in BucketCache. Before stop 
> RS, the BucketCache metrics in WebUI is like before_RS_restart.png, the block 
> count is 3. When stop RS, the backing map is persistent to file. And then 
> start RS, the metrics is like after_RS_restart.png, the block count is 0, but 
> the size of blocks is correct. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-23056) Block count is 0 when BucketCache using persistent IOEngine and retrieve from file

2019-09-26 Thread zbq.dean (Jira)


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

zbq.dean updated HBASE-23056:
-
Attachment: HBASE-23056.master.0001.patch

> Block count is 0 when BucketCache using persistent IOEngine and retrieve from 
> file 
> ---
>
> Key: HBASE-23056
> URL: https://issues.apache.org/jira/browse/HBASE-23056
> Project: HBase
>  Issue Type: Bug
>  Components: BucketCache
>Affects Versions: 1.5.0, 1.4.10, 2.2.1, master
>Reporter: zbq.dean
>Assignee: zbq.dean
>Priority: Major
> Attachments: HBASE-23056-branch-1.0001.patch, 
> HBASE-23056.master.0001.patch, after_RS_restart.png, before_RS_restart.png
>
>
> We use FileIOEngine to store and read block data in BucketCache. Before stop 
> RS, the BucketCache metrics in WebUI is like before_RS_restart.png, the block 
> count is 3. When stop RS, the backing map is persistent to file. And then 
> start RS, the metrics is like after_RS_restart.png, the block count is 0, but 
> the size of blocks is correct. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-23056) Block count is 0 when BucketCache using persistent IOEngine and retrieve from file

2019-09-20 Thread Reid Chan (Jira)


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

Reid Chan updated HBASE-23056:
--
Affects Version/s: 1.4.10

> Block count is 0 when BucketCache using persistent IOEngine and retrieve from 
> file 
> ---
>
> Key: HBASE-23056
> URL: https://issues.apache.org/jira/browse/HBASE-23056
> Project: HBase
>  Issue Type: Bug
>  Components: BucketCache
>Affects Versions: 1.5.0, 1.4.10, 2.2.1, master
>Reporter: zbq.dean
>Priority: Major
> Attachments: after_RS_restart.png, before_RS_restart.png
>
>
> We use FileIOEngine to store and read block data in BucketCache. Before stop 
> RS, the BucketCache metrics in WebUI is like before_RS_restart.png, the block 
> count is 3. When stop RS, the backing map is persistent to file. And then 
> start RS, the metrics is like after_RS_restart.png, the block count is 0, but 
> the size of blocks is correct. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)