Updated Filer Store Replication (markdown)

Chris Lu 2021-11-07 21:40:13 -08:00
parent d98af0197a
commit aad9e5fe81

@ -69,6 +69,8 @@ filer1(leveldb) <-> filer2(rocksdb)
filer1(mysql) <-> filer2(mysql)
```
# Topologies Not Working!
* Two filers with a shared store and an embedded store are NOT fine.
This is because the `filer2` here will not attempt to persist `filer1` metadata updates to its mysql store.