jayaprabhakar

Results 16 comments of jayaprabhakar

This will depend on how much you would want to model and the what happens when the node is working and thinks it is still holding the lock, but the...

Btw, the spec might be slightly simpler if lock_service.acquire_lock() returned a lock that you store as a state variable. The `holds_lock` will be within the lock record. But for now,...

In a real implementation, isn't the lock always checked (either explicitly to check if the lock hasn't timeout or implicitly where the individual operations have a much shorter timeout compared...

@tetromino @stepancheg @meisterT If you don't mind can you talk a look?

I'll work on it, this week.

Any progress on this? It would be nicer if bazel could just execute installed protoc version. Since bazel is not `hermetic`, as it depends on the installed C++ tool chain,...