Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-2631

Status of KafkaRebalance doesn't contain optimization result

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.7.0.GA
    • 1.7.0.GA
    • None
    • None

      After changes in KafkaRebalance status it seems that optimizationResult field is missing, which should contain lot of information. For example:

      status:
        conditions:
        - lastTransitionTime: 2021-03-04T10:51:26.525720Z
          status: "True"
          type: ProposalReady
        observedGeneration: 1
        optimizationResult:
          dataToMoveMB: 0
          excludedBrokersForLeadership: []
          excludedBrokersForReplicaMove: []
          excludedTopics:
          - excluded-topic-1
          - excluded-topic-2
          intraBrokerDataToMoveMB: 0
          monitoredPartitionsPercentage: 100
          numIntraBrokerReplicaMovements: 0
          numLeaderMovements: 17
          numReplicaMovements: 15
          onDemandBalancednessScoreAfter: 81.866684
          onDemandBalancednessScoreBefore: 78.011765
          provisionStatus: RIGHT_SIZED
          recentWindows: 1
        sessionId: 6c5fdadf-bab7-451e-9611-b8bde30f6bd7
      
      

      Now it only contains it's state, session id and observed gen:

      status:
        conditions:
        - lastTransitionTime: 2021-03-04T01:51:13.123441Z
          status: "True"
          type: ProposalReady
        observedGeneration: 1
        sessionId: 7fb04a71-2c67-4ac0-91e0-a533ef858cb9
      

              lkral Lukas Kral
              lkral Lukas Kral
              Lukas Kral Lukas Kral
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: