Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-1864

Revisit defaults for the internal offsets topic

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.8.2.0
    • 0.8.2.0
    • None
    • None

    Description

      Realize this is late, but as I was reviewing the 0.8.2 RC, I found that our defaults for the offsets topic are not ideal. The # of partitions currently default to 1 and the replication factor is 1 as well. Granted that the replication factor is changeable in the future (through the admin tool), changing the # of partitions is a very disruptive change. The concern is that this feature is on by default on the server and will be activated the moment the first client turns on kafka based offset storage.

      My proposal is to change the # of partitions to something large (50 or so) and change the replication factor to min(# of alive brokers, configured replication factor)

      Attachments

        1. kafka-1864.patch
          7 kB
          Jun Rao

        Issue Links

          Activity

            People

              junrao Jun Rao
              nehanarkhede Neha Narkhede
              Joel Jacob Koshy Joel Jacob Koshy
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: