Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched option name of single step definition
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent a195a16 commit 384f091
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/text/news.md
Expand Up @@ -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).
Expand Down

0 comments on commit 384f091

Please sign in to comment.