You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.6 KiB
109 lines
3.6 KiB
{ |
|
"description": {"01":"Leader Failure in Replication with multi topics & partitions : 1. ack => 1", |
|
"02":"Setting log.index.interval.bytes to slightly smaller than message size to force indexing on each message", |
|
"03":"Produce and consume messages to 2 topics - 3 partitions", |
|
"04":"This test sends messages to 3 replicas", |
|
"05":"To trigger leader election: find the leader and terminate by controlled failure (kill -15)", |
|
"06":"Restart the terminated broker", |
|
"07":"Lookup brokers' log4j messages and verify that leader is re-elected successfully", |
|
"08":"At the end it verifies the log size and contents", |
|
"09":"Use a consumer to verify no message loss.", |
|
"10":"Producer dimensions : mode:sync, acks:1, comp:1", |
|
"11":"Log segment size : 102400" |
|
}, |
|
"testcase_args": { |
|
"broker_type": "leader", |
|
"auto_create_topic": "true", |
|
"bounce_broker": "true", |
|
"replica_factor": "3", |
|
"num_partition": "3", |
|
"num_iteration": "3", |
|
"sleep_seconds_between_producer_calls": "1", |
|
"message_producing_free_time_sec": "15" |
|
}, |
|
"entities": [ |
|
{ |
|
"entity_id": "0", |
|
"clientPort": "2188", |
|
"dataDir": "/tmp/zookeeper_0", |
|
"log_filename": "zookeeper_2188.log", |
|
"config_filename": "zookeeper_2188.properties" |
|
}, |
|
{ |
|
"entity_id": "1", |
|
"port": "9091", |
|
"broker.id": "1", |
|
"log.segment.bytes": "102400", |
|
"log.dir": "/tmp/kafka_server_1_logs", |
|
"default.replication.factor": "3", |
|
"num.partitions": "3", |
|
"log.index.interval.bytes": "490", |
|
"log_filename": "kafka_server_9091.log", |
|
"config_filename": "kafka_server_9091.properties" |
|
}, |
|
{ |
|
"entity_id": "2", |
|
"port": "9092", |
|
"broker.id": "2", |
|
"log.segment.bytes": "102400", |
|
"log.dir": "/tmp/kafka_server_2_logs", |
|
"default.replication.factor": "3", |
|
"num.partitions": "3", |
|
"log.index.interval.bytes": "490", |
|
"log_filename": "kafka_server_9092.log", |
|
"config_filename": "kafka_server_9092.properties" |
|
}, |
|
{ |
|
"entity_id": "3", |
|
"port": "9093", |
|
"broker.id": "3", |
|
"log.segment.bytes": "102400", |
|
"log.dir": "/tmp/kafka_server_3_logs", |
|
"default.replication.factor": "3", |
|
"num.partitions": "3", |
|
"log.index.interval.bytes": "490", |
|
"log_filename": "kafka_server_9093.log", |
|
"config_filename": "kafka_server_9093.properties" |
|
}, |
|
{ |
|
"entity_id": "4", |
|
"topic": "test_1", |
|
"threads": "5", |
|
"compression-codec": "1", |
|
"message-size": "500", |
|
"message": "100", |
|
"request-num-acks": "1", |
|
"sync":"true", |
|
"log_filename": "producer_performance_4.log", |
|
"config_filename": "producer_performance_4.properties" |
|
}, |
|
{ |
|
"entity_id": "5", |
|
"topic": "test_2", |
|
"threads": "5", |
|
"compression-codec": "1", |
|
"message-size": "500", |
|
"message": "100", |
|
"request-num-acks": "1", |
|
"sync":"true", |
|
"log_filename": "producer_performance_5.log", |
|
"config_filename": "producer_performance_5.properties" |
|
}, |
|
{ |
|
"entity_id": "6", |
|
"topic": "test_1", |
|
"group.id": "mytestgroup", |
|
"consumer-timeout-ms": "10000", |
|
"log_filename": "console_consumer_6.log", |
|
"config_filename": "console_consumer_6.properties" |
|
}, |
|
{ |
|
"entity_id": "7", |
|
"topic": "test_2", |
|
"group.id": "mytestgroup", |
|
"consumer-timeout-ms": "10000", |
|
"log_filename": "console_consumer_7.log", |
|
"config_filename": "console_consumer_7.properties" |
|
} |
|
] |
|
}
|
|
|