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

Shanmukha Haripriya Kota updated HBASE-30081:
---------------------------------------------
    Status: Patch Available  (was: In Progress)

> Change scanTablesInNamespace() in RefreshMetaProcedure to use sequential 
> stream
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-30081
>                 URL: https://issues.apache.org/jira/browse/HBASE-30081
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Shanmukha Haripriya Kota
>            Assignee: Shanmukha Haripriya Kota
>            Priority: Major
>              Labels: pull-request-available
>
> The parallelStream() in RefreshMetaProcedure#scanTablesInNamespace() runs FS 
> work on the common ForkJoinPool, which can put pressure on other worker 
> threads that use same pool. Make it use sequential stream instead. 
> Later we can make use of ExecutorService if performance improvements are 
> needed. 



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

Reply via email to