Diego Ongaro

Results 84 comments of Diego Ongaro

https://github.com/travis-ci/travis-ci/issues/979#issuecomment-214983894 suggests it's worth looking through Travis CI again in case it has some new features we can make use of.

Updated the title: I think it's just the Reconfigure binary that's left now, and that's just a small usability issue.

When you bring up a LogCabin server for the first time, it's not automatically added to the cluster. It will do nothing. You can use the reconfiguration command to ask...

I'm not sure what you mean. If there's 1 server in a cluster of size 1, it should happily lead itself, without waiting for anyone else. You should be able...

Hi @haraldng, I don't know if there's an easy way to do that. It's sort of an unusual configuration, since most people want their data to be durable. Here are...

> Is the `writeEx` function used in the [Benchmark example](https://github.com/logcabin/logcabin/blob/master/Examples/Benchmark.cc#L228) a blocking function? Blocking in terms of that it only returns to the client when a majority of Raft servers...

Yeah, some of the log output is really long. I've found the date output useful in the past, especially when looking for log messages around an event that happened a...

Sorry for the delay. I'll try to look into this early next week.

See the bulletted list in "6.2 Routing requests to the leader" in my dissertation for an explanation of why it's there. In short, an isolated leader shouldn't hold up client...

One thing you could do to mitigate this issue is increase the timeout for when the leader steps down. It's currently set to ELECTION_TIMEOUT (not configurable). I wouldn't go much...