[
https://issues.apache.org/jira/browse/HBASE-30081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on HBASE-30081 started by Shanmukha Haripriya Kota.
--------------------------------------------------------
> 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
>
> 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)