[jira] [Updated] (HBASE-27997) Enhance prefetch executor to record region prefetch information along with the list of hfiles prefetched

2024-01-29 Thread Bryan Beaudreault (Jira)


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

Bryan Beaudreault updated HBASE-27997:
--
Fix Version/s: 2.6.0

> Enhance prefetch executor to record region prefetch information along with 
> the list of hfiles prefetched
> 
>
> Key: HBASE-27997
> URL: https://issues.apache.org/jira/browse/HBASE-27997
> Project: HBase
>  Issue Type: Sub-task
>  Components: BucketCache
>Affects Versions: 2.6.0, 3.0.0-alpha-4
>Reporter: Rahul Agarkar
>Assignee: Rahul Agarkar
>Priority: Major
> Fix For: 2.6.0, 3.0.0-beta-1
>
>
> HBASE-27313 implemented the prefetch persistence feature where it persists 
> the list of hFiles prefetched in the bucket cache. This information is used 
> to reconstruct the cache in the event of a server restart/crash.
> Currently, only the list of hFiles is persisted.
> However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we 
> need the information about how much a region is prefetched on a region server.
> This Jira introduces an additional map in the prefetch executor to maintain 
> the information about how much a region has been prefetched on that region 
> server. The size of region server prefetched is calculated as the total size 
> of all hFiles prefetched for that region.



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


[jira] [Updated] (HBASE-27997) Enhance prefetch executor to record region prefetch information along with the list of hfiles prefetched

2023-12-26 Thread Duo Zhang (Jira)


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

Duo Zhang updated HBASE-27997:
--
Fix Version/s: (was: 4.0.0-alpha-1)

> Enhance prefetch executor to record region prefetch information along with 
> the list of hfiles prefetched
> 
>
> Key: HBASE-27997
> URL: https://issues.apache.org/jira/browse/HBASE-27997
> Project: HBase
>  Issue Type: Sub-task
>  Components: BucketCache
>Affects Versions: 2.6.0, 3.0.0-alpha-4
>Reporter: Rahul Agarkar
>Assignee: Rahul Agarkar
>Priority: Major
> Fix For: 3.0.0-beta-1
>
>
> HBASE-27313 implemented the prefetch persistence feature where it persists 
> the list of hFiles prefetched in the bucket cache. This information is used 
> to reconstruct the cache in the event of a server restart/crash.
> Currently, only the list of hFiles is persisted.
> However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we 
> need the information about how much a region is prefetched on a region server.
> This Jira introduces an additional map in the prefetch executor to maintain 
> the information about how much a region has been prefetched on that region 
> server. The size of region server prefetched is calculated as the total size 
> of all hFiles prefetched for that region.



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


[jira] [Updated] (HBASE-27997) Enhance prefetch executor to record region prefetch information along with the list of hfiles prefetched

2023-11-22 Thread Wellington Chevreuil (Jira)


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

Wellington Chevreuil updated HBASE-27997:
-
Fix Version/s: 3.0.0-beta-1

> Enhance prefetch executor to record region prefetch information along with 
> the list of hfiles prefetched
> 
>
> Key: HBASE-27997
> URL: https://issues.apache.org/jira/browse/HBASE-27997
> Project: HBase
>  Issue Type: Sub-task
>  Components: BucketCache
>Affects Versions: 2.6.0, 3.0.0-alpha-4
>Reporter: Rahul Agarkar
>Assignee: Rahul Agarkar
>Priority: Major
> Fix For: 3.0.0-beta-1, 4.0.0-alpha-1
>
>
> HBASE-27313 implemented the prefetch persistence feature where it persists 
> the list of hFiles prefetched in the bucket cache. This information is used 
> to reconstruct the cache in the event of a server restart/crash.
> Currently, only the list of hFiles is persisted.
> However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we 
> need the information about how much a region is prefetched on a region server.
> This Jira introduces an additional map in the prefetch executor to maintain 
> the information about how much a region has been prefetched on that region 
> server. The size of region server prefetched is calculated as the total size 
> of all hFiles prefetched for that region.



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


[jira] [Updated] (HBASE-27997) Enhance prefetch executor to record region prefetch information along with the list of hfiles prefetched

2023-11-22 Thread Wellington Chevreuil (Jira)


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

Wellington Chevreuil updated HBASE-27997:
-
Fix Version/s: 4.0.0-alpha-1

> Enhance prefetch executor to record region prefetch information along with 
> the list of hfiles prefetched
> 
>
> Key: HBASE-27997
> URL: https://issues.apache.org/jira/browse/HBASE-27997
> Project: HBase
>  Issue Type: Sub-task
>  Components: BucketCache
>Affects Versions: 2.6.0, 3.0.0-alpha-4
>Reporter: Rahul Agarkar
>Assignee: Rahul Agarkar
>Priority: Major
> Fix For: 4.0.0-alpha-1
>
>
> HBASE-27313 implemented the prefetch persistence feature where it persists 
> the list of hFiles prefetched in the bucket cache. This information is used 
> to reconstruct the cache in the event of a server restart/crash.
> Currently, only the list of hFiles is persisted.
> However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we 
> need the information about how much a region is prefetched on a region server.
> This Jira introduces an additional map in the prefetch executor to maintain 
> the information about how much a region has been prefetched on that region 
> server. The size of region server prefetched is calculated as the total size 
> of all hFiles prefetched for that region.



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


[jira] [Updated] (HBASE-27997) Enhance prefetch executor to record region prefetch information along with the list of hfiles prefetched

2023-08-03 Thread Wellington Chevreuil (Jira)


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

Wellington Chevreuil updated HBASE-27997:
-
Affects Version/s: 3.0.0-alpha-4
   2.6.0

> Enhance prefetch executor to record region prefetch information along with 
> the list of hfiles prefetched
> 
>
> Key: HBASE-27997
> URL: https://issues.apache.org/jira/browse/HBASE-27997
> Project: HBase
>  Issue Type: Sub-task
>  Components: BucketCache
>Affects Versions: 2.6.0, 3.0.0-alpha-4
>Reporter: Rahul Agarkar
>Assignee: Rahul Agarkar
>Priority: Major
>
> HBASE-27313 implemented the prefetch persistence feature where it persists 
> the list of hFiles prefetched in the bucket cache. This information is used 
> to reconstruct the cache in the event of a server restart/crash.
> Currently, only the list of hFiles is persisted.
> However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we 
> need the information about how much a region is prefetched on a region server.
> This Jira introduces an additional map in the prefetch executor to maintain 
> the information about how much a region has been prefetched on that region 
> server. The size of region server prefetched is calculated as the total size 
> of all hFiles prefetched for that region.



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


[jira] [Updated] (HBASE-27997) Enhance prefetch executor to record region prefetch information along with the list of hfiles prefetched

2023-08-03 Thread Rahul Agarkar (Jira)


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

Rahul Agarkar updated HBASE-27997:
--
Description: 
HBASE-27313 implemented the prefetch persistence feature where it persists the 
list of hFiles prefetched in the bucket cache. This information is used to 
reconstruct the cache in the event of a server restart/crash.

Currently, only the list of hFiles is persisted.

However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we 
need the information about how much a region is prefetched on a region server.

This Jira introduces an additional map in the prefetch executor to maintain the 
information about how much a region has been prefetched on that region server. 
The size of region server prefetched is calculated as the total size of all 
hFiles prefetched for that region.

> Enhance prefetch executor to record region prefetch information along with 
> the list of hfiles prefetched
> 
>
> Key: HBASE-27997
> URL: https://issues.apache.org/jira/browse/HBASE-27997
> Project: HBase
>  Issue Type: Sub-task
>  Components: BucketCache
>Reporter: Rahul Agarkar
>Assignee: Rahul Agarkar
>Priority: Major
>
> HBASE-27313 implemented the prefetch persistence feature where it persists 
> the list of hFiles prefetched in the bucket cache. This information is used 
> to reconstruct the cache in the event of a server restart/crash.
> Currently, only the list of hFiles is persisted.
> However, for the new PrefetchAwareLoadBalancer (work in progress) to work, we 
> need the information about how much a region is prefetched on a region server.
> This Jira introduces an additional map in the prefetch executor to maintain 
> the information about how much a region has been prefetched on that region 
> server. The size of region server prefetched is calculated as the total size 
> of all hFiles prefetched for that region.



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