[jira] [Created] (HBASE-28514) HBase web console automatically listing directories in static/css

2024-04-11 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-28514:


 Summary: HBase web console automatically listing directories in 
static/css
 Key: HBASE-28514
 URL: https://issues.apache.org/jira/browse/HBASE-28514
 Project: HBase
  Issue Type: Bug
  Components: UI
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota


HBase web console automatically lists directories present in 
\{link-to-master-ui}/static/css. 



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


[jira] [Created] (HBASE-27852) Interrupt BucketCachePersister thread when BucketCache is shutdown

2023-05-09 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27852:


 Summary: Interrupt BucketCachePersister thread when BucketCache is 
shutdown
 Key: HBASE-27852
 URL: https://issues.apache.org/jira/browse/HBASE-27852
 Project: HBase
  Issue Type: Bug
  Components: BucketCache
Reporter: Shanmukha Haripriya Kota






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


[jira] [Created] (HBASE-27752) Update the list of prefetched files upon region movement

2023-03-24 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27752:


 Summary: Update the list of prefetched files upon region movement
 Key: HBASE-27752
 URL: https://issues.apache.org/jira/browse/HBASE-27752
 Project: HBase
  Issue Type: Sub-task
  Components: BucketCache
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota






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


[jira] [Created] (HBASE-27750) Update the list of prefetched hfiles upon simple block eviction

2023-03-24 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27750:


 Summary: Update the list of prefetched hfiles upon simple block 
eviction
 Key: HBASE-27750
 URL: https://issues.apache.org/jira/browse/HBASE-27750
 Project: HBase
  Issue Type: Sub-task
  Components: BucketCache
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota






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


[jira] [Created] (HBASE-27743) Update the list of prefetched Hfiles upon block eviction

2023-03-22 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27743:


 Summary: Update the list of prefetched Hfiles upon block eviction
 Key: HBASE-27743
 URL: https://issues.apache.org/jira/browse/HBASE-27743
 Project: HBase
  Issue Type: Bug
  Components: BucketCache
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota


Currently, we maintain a list of Hfiles on disk for which prefetch is complete 
and avoid prefetching those files after a restart. But we don't handle cases 
where blocks are evicted from the cache or when the region is moved and the 
blocks from that region are evicted. The Hfile is kept in the prefetch list 
forever and over time the prefetch list would have all the files of the cluster 
and the prefetch would never be executed. This change aims to update the 
prefetched list of HFiles upon block eviction.

 



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


[jira] [Created] (HBASE-27686) Recovery of BucketCache and Prefetched data after RS Crash

2023-03-03 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27686:


 Summary: Recovery of BucketCache and Prefetched data after RS Crash
 Key: HBASE-27686
 URL: https://issues.apache.org/jira/browse/HBASE-27686
 Project: HBase
  Issue Type: Improvement
  Components: BucketCache
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota






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


[jira] [Created] (HBASE-27422) Support replication for hbase:acl

2022-10-10 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27422:


 Summary: Support replication for hbase:acl
 Key: HBASE-27422
 URL: https://issues.apache.org/jira/browse/HBASE-27422
 Project: HBase
  Issue Type: Improvement
  Components: acl, Replication
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota


As of now, we allow replication only for user tables. 

We should support replication for hbase:acl as well. 



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


[jira] [Created] (HBASE-27363) Fix the config key name for PREFETCH_PERSISTENCE_PATH_KEY

2022-09-09 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27363:


 Summary: Fix the config key name for PREFETCH_PERSISTENCE_PATH_KEY
 Key: HBASE-27363
 URL: https://issues.apache.org/jira/browse/HBASE-27363
 Project: HBase
  Issue Type: Improvement
  Components: BucketCache
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota


Change the config key for PREFETCH_PERSISTENCE_PATH_KEY to 
hbase.prefetch.file.list.path 



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


[jira] [Created] (HBASE-27313) Persist list of Hfiles names for which prefetch is done

2022-08-22 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-27313:


 Summary: Persist list of Hfiles names for which prefetch is done
 Key: HBASE-27313
 URL: https://issues.apache.org/jira/browse/HBASE-27313
 Project: HBase
  Issue Type: Improvement
  Components: BucketCache
Reporter: Shanmukha Haripriya Kota


Persist list of Hfiles names for which prefetch is completed when persist for 
in-memory bucket cache mapping state is enabled.

We need to persist the Set, which contains a list of all the HFiles for which 
the prefetch has completed along with the In-memory state of the bucket cache 
so that when we restart and if any prefetch is scheduled again for the same 
HFile and we already have the in-memory state retrieved, we can skip the 
prefetch for it.



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


[jira] [Created] (HBASE-25816) Improve the documentation of "Architecture" section of reference guide

2021-04-26 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-25816:


 Summary: Improve the documentation of "Architecture" section of 
reference guide
 Key: HBASE-25816
 URL: https://issues.apache.org/jira/browse/HBASE-25816
 Project: HBase
  Issue Type: Improvement
  Components: documentation
Reporter: Shanmukha Haripriya Kota
Assignee: Shanmukha Haripriya Kota


While going through the reference guide, I found these small changes that can 
be made to the documentation of the "Architecture" part of it. Hence I'm filing 
this Jira to track those changes.  



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


[jira] [Created] (HBASE-25795) Provide utility to validate a snapshot

2021-04-20 Thread Shanmukha Haripriya Kota (Jira)
Shanmukha Haripriya Kota created HBASE-25795:


 Summary: Provide utility to validate a snapshot
 Key: HBASE-25795
 URL: https://issues.apache.org/jira/browse/HBASE-25795
 Project: HBase
  Issue Type: Task
  Components: snapshots
Reporter: Shanmukha Haripriya Kota


Validate if there is a verify snapshot option present. If not, provide utility 
to invoke the validation.

Currently, we are verifying snapshots in the ExportSnapshot utility. It will be 
good to move that out to be used on its own as well. 



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