You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jj...@apache.org on 2013/11/26 04:46:51 UTC

git commit: Update description of num.partitions config in sample server properties - issue reported by Vaibhav Puranik

Updated Branches:
  refs/heads/trunk 583044cd5 -> ac239da50


Update description of num.partitions config in sample server properties - issue reported by Vaibhav Puranik


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/ac239da5
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/ac239da5
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/ac239da5

Branch: refs/heads/trunk
Commit: ac239da502c4de10f63b0b5d638c3d8b11711eae
Parents: 583044c
Author: Joel Koshy <jj...@gmail.com>
Authored: Mon Nov 25 19:46:42 2013 -0800
Committer: Joel Koshy <jj...@gmail.com>
Committed: Mon Nov 25 19:46:42 2013 -0800

----------------------------------------------------------------------
 config/server.properties                                      | 5 +++--
 system_test/migration_tool_testsuite/config/server.properties | 5 +++--
 system_test/mirror_maker_testsuite/config/server.properties   | 5 +++--
 system_test/replication_testsuite/config/server.properties    | 5 +++--
 4 files changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/ac239da5/config/server.properties
----------------------------------------------------------------------
diff --git a/config/server.properties b/config/server.properties
index d36279e..2ffe0eb 100644
--- a/config/server.properties
+++ b/config/server.properties
@@ -57,8 +57,9 @@ socket.request.max.bytes=104857600
 # A comma seperated list of directories under which to store log files
 log.dirs=/tmp/kafka-logs
 
-# The number of logical partitions per topic per server. More partitions allow greater parallelism
-# for consumption, but also mean more files.
+# The default number of log partitions per topic. More partitions allow greater
+# parallelism for consumption, but this will also result in more files across
+# the brokers.
 num.partitions=2
 
 ############################# Log Flush Policy #############################

http://git-wip-us.apache.org/repos/asf/kafka/blob/ac239da5/system_test/migration_tool_testsuite/config/server.properties
----------------------------------------------------------------------
diff --git a/system_test/migration_tool_testsuite/config/server.properties b/system_test/migration_tool_testsuite/config/server.properties
index 6ecbb71..54144a2 100644
--- a/system_test/migration_tool_testsuite/config/server.properties
+++ b/system_test/migration_tool_testsuite/config/server.properties
@@ -51,8 +51,9 @@ socket.request.max.bytes=104857600
 # The directory under which to store log files
 log.dir=/tmp/kafka_server_logs
 
-# The number of logical partitions per topic per server. More partitions allow greater parallelism
-# for consumption, but also mean more files.
+# The default number of log partitions per topic. More partitions allow greater
+# parallelism for consumption, but this will also result in more files across
+# the brokers.
 num.partitions=5
 
 # Overrides for for the default given by num.partitions on a per-topic basis

http://git-wip-us.apache.org/repos/asf/kafka/blob/ac239da5/system_test/mirror_maker_testsuite/config/server.properties
----------------------------------------------------------------------
diff --git a/system_test/mirror_maker_testsuite/config/server.properties b/system_test/mirror_maker_testsuite/config/server.properties
index 36dd68d..c628412 100644
--- a/system_test/mirror_maker_testsuite/config/server.properties
+++ b/system_test/mirror_maker_testsuite/config/server.properties
@@ -51,8 +51,9 @@ socket.request.max.bytes=104857600
 # The directory under which to store log files
 log.dir=/tmp/kafka_server_logs
 
-# The number of logical partitions per topic per server. More partitions allow greater parallelism
-# for consumption, but also mean more files.
+# The default number of log partitions per topic. More partitions allow greater
+# parallelism for consumption, but this will also result in more files across
+# the brokers.
 num.partitions=5
 
 # Overrides for for the default given by num.partitions on a per-topic basis

http://git-wip-us.apache.org/repos/asf/kafka/blob/ac239da5/system_test/replication_testsuite/config/server.properties
----------------------------------------------------------------------
diff --git a/system_test/replication_testsuite/config/server.properties b/system_test/replication_testsuite/config/server.properties
index 36dd68d..c628412 100644
--- a/system_test/replication_testsuite/config/server.properties
+++ b/system_test/replication_testsuite/config/server.properties
@@ -51,8 +51,9 @@ socket.request.max.bytes=104857600
 # The directory under which to store log files
 log.dir=/tmp/kafka_server_logs
 
-# The number of logical partitions per topic per server. More partitions allow greater parallelism
-# for consumption, but also mean more files.
+# The default number of log partitions per topic. More partitions allow greater
+# parallelism for consumption, but this will also result in more files across
+# the brokers.
 num.partitions=5
 
 # Overrides for for the default given by num.partitions on a per-topic basis