Andriy Redko
Andriy Redko
@blueish-eyez the problem with `sslExceptionHandler` shoudl be fixed in 2.18.0 but it may not get rid of the this exceptions in the logs, fe I could reproduce (by simulation) those...
@rlueckl thanks, could you reproduce it with docker setup? I cannot, the log is clean: ``` $ docker run -it -p 9200:9200 -p 9600:9600 -e OPENSEARCH_INITIAL_ADMIN_PASSWORD=_ad0m#Ns_ -e "discovery.type=single-node" opensearchproject/opensearch:2.17.1 ```...
> Hi @reta, > which version of `check_http` are you using? Thanks @rlueckl ``` $ /usr/local/nagios/libexec/check_http --version check_http v2.4.11 (nagios-plugins 2.4.11) ``` I will try this configuration now, will update...
> [@reta](https://github.com/reta) I see that you are assigned to this issue and relevant PR: [#4725](https://github.com/opensearch-project/security/pull/4725) has been merged. Can we close this issue? Yeah, I think we could close this...
I think we have to decide if this is an infrastructure concern (API gateway, mesh, ...) or is is necessary feature of the OpenSearch cluster? I believe rate limiting is...
> Additionally, this makes it possible to execute all of the tasks on a single executor, removing the requirements that users size and provide a separate executor to the searcher....
> I don't think we can eliminate all the overhead of requiring some memory barriers for synchronising tasks. So maybe the problem eventually just is with tasks that are too...
Thanks a lot for the RFC @neuenfeldttj , a few questions / points: > abstract public Map toImportantMetricsMap(); What are those important metrics? Why do we need them instead of...
> Since we've integrated with OpenTelemetry spans/traces, I wonder if we might be able to just use those for profiling instead? I think those could be separate efforts, OpenTelemetry needs...
> Keep everything inside the breakdown - if the breakdown is huge, it makes it difficult to find these stats I would prefer to keep everything in stats: yes, it...