Description
We need some kind of common way to handle stuff like CREATE INDEX/CREATE TABLE statements - in other words, run potentially long-running (and possibly cache locking) DDL operations on cluster nodes that would allow using new tables/indexes only when all nodes have performed requested operations and data modifications.