Changes to CDAP Kafka properties not deprecated correctly

Description

A recent PR (https://github.com/caskdata/cdap/pull/5933) modifies the cdap-default.xml incorrectly.

It was not run through a doc build, and thus breaks it.

More critically, it removes a number of properties without marking them first as deprecated, and removing them in a later version.

These need to be retained in the cdap-default.xml, marked as deprecated and removed later:

These have been deprecated correctly:

These are unchanged:

Also, description for kafka.server.log.dirs should, as it can be a list:

Release Notes

KafkaServerMain prints out config properties. Need to remove them so clients don't "shoot themselves" when they see it.

Activity

Show:

Chris LuJuly 5, 2016 at 9:56 PM

John JacksonJuly 1, 2016 at 11:59 PM

Regarding kafka.num.partitions: please check that references to kafka.num.partitions in current config files are handled correctly, without requiring that the new property be there...

John JacksonJune 30, 2016 at 5:27 PM

kafka.num.partitions will be deprecated correctly after my PR to fix the doc build got through.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Affects versions

Components

Priority

Created June 30, 2016 at 5:22 PM
Updated August 26, 2016 at 1:20 AM
Resolved July 19, 2016 at 6:32 PM