mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
This utility class is used in 3 places while we only need to register the handlers once per node. Otherwise we will see nasty `WARN` logs like: `registered two transport handlers for action indices:data/read/search[phase/fetch/id/scroll]...` This change will only register handlers inside the main TransportSearchAction.