Julien Maffre

Results 32 comments of Julien Maffre

@eddyashton As discussed, I agree with the above. Another way to put it is that our current read-dependency conflict checker currently compares the version of the key in the `Tx`'s...

As discussed with @heidihoward, some points to take into consideration when implementation the CheckQuorum extension: - It has become apparent that having CheckQuorum would help operators monitor the health of...

I believe this is effectively the same issue as described in #3250.

As discussed with @DomAyre, and with regards to point 7. above, it appears necessary to record the type of enclave measurement along with the actual measurement itself. Otherwise, it may...

From #196 > Another approach would be to mark the corresponding node-to-node channel as `CLOSED` when the TCP connection between 2 nodes is closed on the host (it will probably...

Hi @divneil-intel and thanks for reporting this. Could you attach the `out` and `err` files in the `workspace/sandbox_0` folder? It looks like the first node (node `0`) did not start...

I believe that running the full test suite against the JS app is important as it'd be the only way to check, for example, that the endpoints table is successfully...

As discussed with @achamayou, we definitely don't want to duplicate the full test suite as it's by far our most expensive test, nor only run the JS version as C++...

> > > In those conditions, the JIT kicks in, especially when the benchmark doesn't just run for a few microseconds. > > > > > > I think you...

1. When the addition of a node added as `Pending` is rolled back, the new node will automatically re-add itself as `Pending` since it is the very same `POST /node/join`...