From aad9e5fe810a131b78d52d44dcadd115b6b7a948 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 7 Nov 2021 21:40:13 -0800 Subject: [PATCH] Updated Filer Store Replication (markdown) --- Filer-Store-Replication.md | 2 ++ 1 file changed, 2 insertions(+) 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.