mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Internal: Change BigArrays to not extend AbstractComponent In order to avoid the getLogger(getClass()) calls in the AbstractComponent constructor. Seems like BigArrays used to be a Singleton but it actually no longer is one. Every time a SearchContext is created a new BigArrays instance is created via the withCircuitBreaking call. closes #10798