Andriy Redko

Results 791 comments of Andriy Redko

> I'm not entirely sure why the WhiteSource Security Check failed, any ideas why it wasn't able to locate the branch? The check is very unstable, sorry about that @alex-keeler

We have the issue regarding that: https://github.com/opensearch-project/opensearch-java/issues/540

> I am not sure. Generally `.generic()` and non-generic don't mix, but maybe @reta or @Xtansia know how? ``` final CreateIndexResponse r = response.getBody() .map(b -> Bodies.json(b, CreateIndexResponse._DESERIALIZER, jsonpMapper)) .orElse(null);...

> @reta I am trying to run /plugins/_sql, which returns response in HitsMetadata format (I couldn't find any other class that matches the response of _sql API), the HitsMetadata does...

Thanks a lot @rishabh6788 it totally makes sense to cancel such workflows. It seems cancelling the Jenkins job is the most needed and at the same time, most difficult part...

> In my OpenSearch cluster on version 2.16.0, the above issue is repeating on coordinating nodes. @machenity do you have any proxy / gateway in front of the cluster? >...

OK folks, I think the mystery is resolved: TLDR; no functional regressions have been introduced. So pre-2.14.0, the secure HTTP transport didn't log any exceptions (see please https://github.com/opensearch-project/security/blob/2.13.0.0/src/main/java/org/opensearch/security/ssl/OpenSearchSecuritySSLPlugin.java#L270 where the...

> @reta Thanks! There's still something causing these errors that's not supposed to, no? Thanks @dblock , correct, these errors are caused by clients closing the connection. It is not...

> The SSL exception appears roughly every 5-30 seconds. Unfortunately to the point, where logs become unusable after days of uptime. Is there a way to suppress this? Thanks @blueish-eyez...