Daniel Widdis

Results 111 issues of Daniel Widdis

Software copyright statements are not always as consistent across all files as this plugin assumes, and there is no facility provided to permit different years or different authors other than...

todo
is:feature
in:core

The current implementation only includes "NT Workstation" (e.g., personal) versions and doesn't work for Windows Server versions. See [JDK Source](https://github.com/openjdk/jdk/blob/bebfae48e3f1643f2456d680d170dcc22f7231bf/src/java.base/windows/native/libjava/java_props_md.c#L453-L474) for a list of possible values for the `os.name` property....

enhancement

See the [backronym for GNU](https://en.wikipedia.org/wiki/GNU#Name). Interestingly, [Current OpenJDK versions only include os.name for AIX](https://github.com/openjdk/jdk/blob/05a764f4ffb8030d6b768f2d362c388e5aabd92d/src/java.desktop/share/classes/sun/awt/OSInfo.java#L38-L43) in the Unix category, having dropped support for Solaris; but it's definitely distinct from Linux. Looking...

Copy-pasted and found the example didn't work. I think this is the intent.

Fixes #309 Draft for review; still need to write tests

### Is your feature request related to a problem? Please describe OpenSearch Plugins require persistent storage of some configuration and metadata related to their operation, which are logically different than...

enhancement
Plugins
RFC
Cluster Manager

JNA will be adding support for DragonFly BSD soon: https://github.com/java-native-access/jna/pull/1593 OSHI should do so as well.

new feature
up for grabs
compatibility

**Is your feature request related to a problem?** As a downstream plugin, Flow Framework consumes the ML Commons API via its Client. As such, we are tightly coupled with the...

enhancement

### Description The only change to Flow Framework API for 2.14, adds a delay parameter to the no-op workflow step. ### Checklist - [x] By submitting this pull request, I...

4 - Doc Review
release-notes
v2.14.0

### Is your feature request related to a problem? Extensions need access to the node / shard indexing pressure APIs to know when to throttle requests. See [this blog post](https://opensearch.org/blog/shard-indexing-backpressure-in-opensearch)....

enhancement
performance