Daniel Widdis

Results 433 comments of Daniel Widdis

> During the meeting we have discussed if it would make sense to change ml-commons from plugin to extension [1] since it gives more freedom regarding the deployment / scalability...

This looks like a fantastic use case for https://github.com/opensearch-project/flow-framework

> in which version of opensearch were these stats added to the node stats API? The blog post says 1.2. The relevant PR adding the API is https://github.com/opensearch-project/OpenSearch/pull/1336 merged on...

Feel free to assign this issue to me. I'll take care of it as time permits. I understand: 1. I need to update the spec at the api-spec repo to...

Neutral answer: to get the data you seek on Windows requires accessing the Performance Counter framework. There are ways to do so via command line but they're slow and the...

> I would evaluate replacing system metrix on Linux with OSHI as well Yep, it's a one-time change to get the same data from the same sources, but opens up...

TLDR: Set any value you want, Windows doesn't use this constant, but 10,000,000 is probably the best option. Short answer: If you have to pick a value, choose 10,000,000, which...

I'm not quite as up-to-speed on gRPC and other options as the more experienced folk up above, but I will say I'm all for protobuf because: - generates code in...

Note the “informal” in the title. :) Not sure how useful a formal benchmark would be. Too many variables. Feel free to try if you want.

Looks like `socklen_t` is an unsigned integer of at least 32 bits, but applications are recommended to stay under 32 bits for compatibility. So while in theory we could fit...