Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "LiveSchemaUpdates" page has been changed by JonHermes.
http://wiki.apache.org/cassandra/LiveSchemaUpdates?action=diff&rev1=12&rev2=13

--------------------------------------------------

  }}}
  MBeans -> org.apache.cassandra.db -> StorageService -> Operations -> 
loadSchemaFromYAML
  
+ Lastly, there is a system tool that can poke the same JMX method without 
having to remember its location:
+ 
+ {{{
+ bin/schematool HOST PORT import
+ }}}
+ 
  === Concurrency ===
  It is entirely possible and expected that a node will receive migration 
pushes from multiple nodes.  Because of this, all migrations are applied on a 
single-threaded stage and versions are checked throughout to make sure that no 
migration is applied twice, and no migration is applied out of sync.
  

Reply via email to