Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
0.8.0
-
None
-
None
Description
Currently the migration tool's system test suite is using 0.8 broker's server.properties as default. When the test brings up an 0.7 broker, it gets the appropriate configs like brokerid via addedCSVConfigs in system_test/utils/kafka_system_test_utils.py. I suspect that for 0.7 broker, the zk.connectiontimeout.ms will also not be overridden.
We should rather use two separate server.properties files for 0.7 and 0.8 brokers.