-
What can possibly go wrong, and which situations the code should be able to handle:
- MR number can lead to a page for a newly added entry for an article, which is being processed. The page has no ci…
-
with a distributed system, it's much harder to have atomic operations, so you have to manage atomics on a more fine grained level, but also be able to consistently distribute events so the whole syste…
-
How to properly test fault tolerance of ZFS and what utilities do you use for this?
I want to test disk-failure / power failure tolerance of ZFS.
I tried standard "faulty" tool to emulate disk IO …
-
Currently the Fault Tolerance support is limited to only supporting the CircuitBreaker annotation. It would be useful if this support was extended to the other annotations such as Timeout, Retry and …
-
Hi, this repository was linked from [this thread](https://www.reddit.com/r/rust/comments/5zcsk3/is_it_possible_to_implemement_erlanglike/). It looks cool!
I'm not sure if this is the right place to…
-
## Expected Behavior
My team would like to use decision logs for auditing purposes, but we noticed that there's a gap in the fault tolerance of OPA. If OPA were to crash, all the logs still left …
-
**Originally by _jjhursey_ on 2012-03-06 20:27:55 -0600**
---
# #325-E: One-sided semantic after process failuresThis ticket is a split from ticket #323 . It covers the specific semantic of returned …
-
**Originally by _jjhursey_ on 2012-03-06 20:29:48 -0600**
---
# #326-E: MPI I/O semantic after process failuresThis ticket is a split from ticket #323 . It covers the specific semantic of returned er…
-
http://pmg.csail.mit.edu/papers/osdi99.pdf
https://github.com/DAGfans/TranStudy/tree/master/Papers/Practical%20Byzantine%20Fault%20Tolerance
-
Currently, a RuntimeException generated by a Matcher in FilterList or Comparator in SortedList (there
might be other places too) will leave a list in an unrecoverable bad state because "updates.commi…