diff --git a/Filer-Store-Replication.md b/Filer-Store-Replication.md index 5b2ce13..d2681dc 100644 --- a/Filer-Store-Replication.md +++ b/Filer-Store-Replication.md @@ -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.