From commits-return-1960-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Sun Oct 12 15:45:40 2014 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C3D91769C for ; Sun, 12 Oct 2014 15:45:40 +0000 (UTC) Received: (qmail 45730 invoked by uid 500); 12 Oct 2014 15:45:40 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 45702 invoked by uid 500); 12 Oct 2014 15:45:40 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 45692 invoked by uid 99); 12 Oct 2014 15:45:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2014 15:45:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 12A0989C977; Sun, 12 Oct 2014 15:45:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: junrao@apache.org To: commits@kafka.apache.org Date: Sun, 12 Oct 2014 15:45:40 -0000 Message-Id: <2e5ee75cb9e8436c9278bfd04183fdb6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] kafka-1670 (followup to fix system tests); Corrupt log files for segment.bytes values close to Int.MaxInt; patched by Sriharsha Chintalapani; reviewed by Jun Rao Repository: kafka Updated Branches: refs/heads/0.8.2 c63e06200 -> ca0a95665 http://git-wip-us.apache.org/repos/asf/kafka/blob/ca0a9566/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",