Re: "version" in kafka-reassign-partitions's JSON input file is not updated by KIP-113

2018-12-21 Thread Attila Sasvári
Any ideas why version has not been changed of the reassignment json file? If you generate it with kafka-reassign-partitions --zookeeper $(hostname -f):2181 --topics-to-move-json-file reassign.json --broker-list "26,27,28" --generate, you can see something like this: Current partition replica ass

"version" in kafka-reassign-partitions's JSON input file is not updated by KIP-113

2018-11-20 Thread Attila Sasvari
Hi there, KIP-113 added a new, optional filed to the input JSON file of kafka-reassign-partitions: { "version" : int, "partitions" : [ { "topic" : str, "partition" : int, "replicas" : [int], "log_dirs" : [str]<-- NEW. A log directory can be either "any", or a v