Repository: kafka
Updated Branches:
  refs/heads/trunk 09b2b3cbe -> 1733c0bfb


http://git-wip-us.apache.org/repos/asf/kafka/blob/1733c0bf/system_test/replication_testsuite/testcase_10109/testcase_0109_properties.json
----------------------------------------------------------------------
diff --git 
a/system_test/replication_testsuite/testcase_10109/testcase_0109_properties.json
 
b/system_test/replication_testsuite/testcase_10109/testcase_0109_properties.json
index a98ae03..9b15668 100644
--- 
a/system_test/replication_testsuite/testcase_10109/testcase_0109_properties.json
+++ 
b/system_test/replication_testsuite/testcase_10109/testcase_0109_properties.json
@@ -8,7 +8,7 @@
                   "07":"At the end it verifies the log size and contents",
                   "08":"Use a consumer to verify no message loss.",
                   "09":"Producer dimensions : mode:async, acks:1, comp:1",
-                  "10":"Log segment size    : 10240"
+                  "10":"Log segment size    : 20480"
   },
   "testcase_args": {
     "broker_type": "leader",
@@ -32,7 +32,7 @@
       "entity_id": "1",
       "port": "9091",
       "broker.id": "1",
-      "log.segment.bytes": "10240",
+      "log.segment.bytes": "20480",
       "log.dir": "/tmp/kafka_server_1_logs",
       "default.replication.factor": "3",
       "num.partitions": "3",
@@ -43,7 +43,7 @@
       "entity_id": "2",
       "port": "9092",
       "broker.id": "2",
-      "log.segment.bytes": "10240",
+      "log.segment.bytes": "20480",
       "log.dir": "/tmp/kafka_server_2_logs",
       "default.replication.factor": "3",
       "num.partitions": "3",
@@ -54,7 +54,7 @@
       "entity_id": "3",
       "port": "9093",
       "broker.id": "3",
-      "log.segment.bytes": "10240",
+      "log.segment.bytes": "20480",
       "log.dir": "/tmp/kafka_server_3_logs",
       "default.replication.factor": "3",
       "num.partitions": "3",

Reply via email to