Daniel Widdis
Daniel Widdis
> Managed to get tests to run with 5 failures Woohoo! I knew it was choking in the tests but now we have a stack trace! It's the `ExecutingCommand.runNative()` that...
This is on track with my original thoughts on #309. There's also a good argument for including SPDX identifiers, and none of the existing headers even offer that as an...
Stale bot should have a way of marking something to not be reminded about again :)
I wrote some initial code in #323 attempting to address my request #309. It may be useful for anyone wanting to implement this.
There could be a lot of issues like this implemented with better "tokenization" of the header. And we could definitely increase the timeout time on the stale bot to much...
Depends on https://github.com/opensearch-project/common-utils/pull/651
The stack trace points to the total memory size stat becoming negative in `RequestCacheStats`. The error occurs when this negative value is communicated over transport; the result is that whichever...
The nodes are failing to form a cluster: ``` 2023-02-16T16:24:20,416][INFO ][o.o.c.c.JoinHelper ] [node01] failed to join {node02}{enQl9djoRA24TYJYOUGMnw}{L3OlmhvHRY2Y1HxH_wibhQ}{10.0.24.6}{10.0.24.6:9300}{dimr}{shard_indexing_pressure_enabled=true} with JoinRequest{sourceNode={node01}{Bqk8Khh8R5GjoDQaF-C-Cg}{brqDhviuRpKIrMGzzWX7Xw}{10.0.0.212}{10.0.0.212:9300}{dimr}{shard_indexing_pressure_enabled=true}, minimumTerm=70, optionalJoin=Optional[Join{term=70, lastAcceptedTerm=68, lastAcceptedVersion=18, sourceNode={node01}{Bqk8Khh8R5GjoDQaF-C-Cg}{brqDhviuRpKIrMGzzWX7Xw}{10.0.0.212}{10.0.0.212:9300}{dimr}{shard_indexing_pressure_enabled=true}, targetNode={node02}{enQl9djoRA24TYJYOUGMnw}{L3OlmhvHRY2Y1HxH_wibhQ}{10.0.24.6}{10.0.24.6:9300}{dimr}{shard_indexing_pressure_enabled=true}}]} org.opensearch.transport.RemoteTransportException: [node02][10.0.24.6:9300][internal:cluster/coordination/join] Caused by: org.opensearch.transport.ConnectTransportException:...
Hey @surajs1n thanks for stepping up! I don't think there are any works in progress... feel free to step up wherever you'd like. My initial goal is to get most-used...
I think this is a relic of the VM used by GitHub (and other CI providers) that don't include the `pmgr` info that on-metal hardware provides.