Daniel Widdis

Results 421 comments of Daniel Widdis

> I opened the IORegistryExplorer just for fun and indeed the pmgr property is not exposed: Any way you can explore around and see if the "voltage-states5-sram" or "voltage-states1-sram" or...

any "voltage-states" at all? I'm not sure "CPU Frequency" has any meaning for a VM, anyway. And in most cases, CPU Frequency has changed by the time you read the...

I plan to convert this to a template: https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization Just haven't had the time to do it but haven't forgotten.

I've updated my PR opensearch-project/.github#118 to create a template. It will show as a [Starter workflow](https://docs.github.com/en/actions/using-workflows/using-starter-workflows) for any project that has a gradle wrapper in its project root. LMK if...

Closed opensearch-project/.github#118. Leaving this issue open as a reminder to me to add the workflow in `opensearch-plugins`. Maintainers feel free to move this issue there.

@DarshitChanpura @derek-ho is this possibly related to https://github.com/opensearch-project/security/issues/3624?

> @gygitlab can you provide any more details or what you want changed so we can turn this into a feature request? @derek-ho Looks like [in this comment](https://github.com/opensearch-project/security/issues/4062#issuecomment-1959003430) there's a...

Quick update. We ended up removing requireJavadoc from SDK as it's most useful for JDK 17 and earlier, and wasn't very helpful with the new javadoc rules in JDK 18+....

While fixing this I believe I isolated the root cause: https://github.com/opensearch-project/OpenSearch/blob/10bff0c9f5b9ca78b3dc50f5c704dabf41b9d535/server/src/main/java/org/opensearch/indices/IndicesQueryCache.java#L198-L204 We are in a situation where all documents have been removed from the shard but the cache still retains...

> **To Reproduce** > Don't have a clean way to reproduce this. A reproducing test case already existed in `o.o.i.IndicesQueryCacheTests.testBasics()`, but total memory was not being tested. It has a...