YUKI Hiroshi
null+****@clear*****
Wed Apr 29 23:50:41 JST 2015
YUKI Hiroshi 2015-04-29 23:50:41 +0900 (Wed, 29 Apr 2015) New Revision: 384f0915c6279230ed633b0555342bbacb0499e2 https://github.com/droonga/droonga-engine/commit/384f0915c6279230ed633b0555342bbacb0499e2 Message: Fix mismatched option name of single step definition Modified files: doc/text/news.md Modified: doc/text/news.md (+4 -1) =================================================================== --- doc/text/news.md 2015-04-29 23:29:49 +0900 (a15bde0) +++ doc/text/news.md 2015-04-29 23:50:41 +0900 (9fa1a80) @@ -4,9 +4,12 @@ * General: * Graceful stopping/restarting works correctly with continual inpouring messages. - * A new parameter `random` is introduced to single step definitions. + * A new parameter `single_operation` is introduced to single step definitions. If you set it to `true`, messages for the handler will be delivered to just single volume (one of replicas and slices). It is useful for commands which has to be executed only once in a cluster, like `system.status`. + * A new parameter `use_all_replicas` is introduced to single step definitions. + If you set it to `true`, messages for the handler will be delivered to all replica volumes always. + It is useful for commands which has to be executed all replicas, like `system.statistics.object.count.per-volume`. * `add` command now accepts requests with automatically-convertible mismatched type keys. For example, a string key `"1"` is available for a table with the key type `UInt32`. * `dump` command: the value of a column referring any record of another table are correctly exported as its key string, instead of object value (it's invalid value for a message of the `add` command). -------------- next part -------------- HTML����������������������������...Download