Eddy Ashton
Eddy Ashton
Closing this PR as not an immediate priority. Will revisit when we add more samples.
@divneil-intel The `out.txt` doesn't show any errors - that's the expected logging for a healthy shutdown flow. Could you confirm that the `curl .../node/network ...` lines happen while the node...
We've noticed a similar issue in one of our tests. We suspend the leader node for some time, to force an election. The other node choose a new leader and...
I'm hitting occasional node crashes with file truncation, so converting this to draft while I investigate.
Closing this PR as it has rotted, and the key work is covered by #4149.
@achamayou I maintained multiple signatures (ie - "tx and params", or "the whole context and params", or "tx and caller and params") originally as I thought we might want to...
To support gRPC streamed requests, we need to allow a handler to view incoming data before the request is complete, probably as each DATA frame arrives. Similarly for long-lived streamed...
As additional motivation for sharing runtime/context, we've recently seen a measurable drop in the `ls_js_sgx_cft` benchmark from a seemingly innocuous change - #2569:  After further investigation, it turns out...
I've got a prototype replacement in this branch: https://github.com/eddyashton/CCF/tree/json_h_detemplate Sample usage currently in this unit test: https://github.com/eddyashton/CCF/blob/json_h_detemplate/src/ds/test/json_schema.cpp In summary, consider the following type: ``` struct Foo { int a; bool...
Took a quick look at this. - Colons in URL paths are apparently safe, so I think we should _support_ the full table name (and maybe allow easier suffixes as...