Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Investigate stripedReadThreadpoolSize's impact on the performance of UnEC actions #1990

Description

@philo-he

The default value for stripedReadThreadpoolSize is 18, which can be easily reached for large number of files. If no thread is available in the thread pool, the read task will be rejected but be executed by the current thread and a log is reported: "StripedRead- task is rejected by ThreadPoolExecutor. Executing it in current thread." The impact on performance will be investigated. Maybe the property should be set according to "smart.cmdlet.executors" and EC schema.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions