-
-
Pure java reproducer for linearizability violation using Replex replication,
found by QuickCheck (after adding today support for Replex layouts).
Multiple runtimes are **required** by this sequentia…
-
With 'register' model:
```
1 0 :invoke :write 1
2 0 :ok :write 1
3 0 :invoke :write 3
4 0 :ok :write 3
5 0 :invoke :write 2
6 0 :ok :write 2
7 0 :invok…
-
RethinkDB only guarantees linearizability of individual atomic operations on individual documents if `durability` is set to `hard`, which is the default; see:
https://www.rethinkdb.com/docs/consisten…
-
We've got a jax-rs based front-end to our program that serves to take in data. What we want to do is take data sent over http and send that to the copycat server running in the same program so that it…
-
When trying to get all the entities in a repo, I have been seeing that several domain events were missing. (version 2.1.1, cassandra)
the code in question is:
```
class FooRepo(EventSourcedRep…
-
So, I had [an interesting side-discussion with vitalyd today](https://users.rust-lang.org/t/thread-synchronization-performance-issues/12380/15) on users.rust-lang.org regarding what it truly means for…
-
I read
> See knossos.core for the linearizability checker, and knossos.redis for an model that can generate histories verifiable with Knossos.
I was confused by not finding knossos.redis or variatio…
-
Detected in:
1) atomic compare-and-set
http://jepsen.cockroachdb.com/cgi-bin/display.py?entry=20160323T230041#20160323T230041
http://jepsen.cockroachdb.com/cgi-bin/display.py?entry=20160324T004243#2…
-
This is a fork of the issue #49, to specifically talk about Full Text Search
We can use bleve to allow all content in the CMS to have high quality search.
- Full text search
- Facet based search…
ghost updated
7 years ago