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

Include controllerId in all requests sent by controller

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • None

    Description

      As part of KAFKA-513, we added controllerId in LeaderAndIsrRequest. We should add that to all requests sent by the controller, such as StopReplicaRequest.

      Other small issues that can be taken care of by this jira:
      1. The string "state.change.logger" is used in many places. We should create a constant val and reuse the val to avoid human mistakes.
      2. Remove the private constructor from ControllerChannelManager.
      3. Remove default from jsonFileOpt in PreferredReplicaLeaderElectionCommand, because the default is only used to indicate an absense of a legitimate jsonFile. We can check the same using if(options.has(jsonFileOpt))

      Attachments

        1. kafka-793-v1.patch
          13 kB
          Swapnil Ghike

        Activity

          People

            swapnilghike Swapnil Ghike
            swapnilghike Swapnil Ghike
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: