-
We have encountered a really strange behaviour in our production db. When we create a specific property it's returned as another property. A match query will work on both names (the wrong one, and the…
-
We have some very fuzzy language around when to return a LRO rather than the resource itself at create and update time. We need to clarify this guidance to be more specific and address the idea of eve…
-
- Write about the usage of each abstraction in real products, e.g. CRDT's in Redis and Basho.
- Explain why we choose to distribute an algorithm instead of using a single machine, what are the benefi…
-
Akka persistence query complements Persistence by providing a universal asynchronous stream based query interface that various journal plugins can implement in order to expose their query capabilities…
-
**ISSUE**: Libdsm relies on custom signal handlers for its synchronization functionality. When custom signal handlers are installed, this functionality is overridden and Libdsm ceases to function corr…
-
# Consistency Models for Distributed Replicated State Machines | Guanzhou (Jose) Hu
Replicated state machine is a common distributed system design to achieve fault-tolerance against fail-stops. Consi…
-
Dear Eagle Team:
Hello, and thank you very much for your excellent work for the community. Recently, while attempting to replicate Eagle, I encountered some issues that I have been unable to resolv…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/a…
-
# Delta State Replicated Data Types
Paper: https://arxiv.org/pdf/1603.01529.pdf
> Conflict-Free Replicated Data Types (CRDTs) are distributed datatypes that allow different replicas of a distrib…
-
## 개괄
### 문제 상황
- DB write 이후 read 시, write 하기 전 데이터가 조회되는 경우가 있음
### 예시
1. 주문내역 저장
2. 저장한 주문내역의 사용자와 상품에 대한 전체 주문 건수, 최근주문내역을 계산
** 이때 직전에 저장한 주문내역이 조회되지 않는 경우가 있음
### 원인
- DB write 이후 re…