On Mon, Jul 6, 2015 at 1:30 PM, John Wong <[email protected]> wrote:
> But is there a problem with letting schema disagreement running for a long > time? > It depends on what the nature of the desynch is, but generally speaking there may be. If you added a column or a columnfamily, and one node didn't get that update, it will except when your clients attempt to read that column/columnfamily. And so on... =Rob
