Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2857

Kafka Source/Channel/Sink does not restore default values when live update config

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • Channel
    • None

    Description

      Been using the following config:

      tier1.channels.channel1.type = org.apache.flume.channel.kafka.KafkaChannel
      tier1.channels.channel1.capacity = 10000
      tier1.channels.channel1.transactionCapacity = 10000
      tier1.channels.channel1.brokerList = 10.0.0.64:9092,10.0.0.65:9092,10.0.0.66:9092
      tier1.channels.channel1.topic = flume.aggregator.channel
      tier1.channels.channel1.zookeeperConnect = 10.0.0.64:2181
      tier1.channels.channel1.kafka.producer.type=async
      tier1.channels.channel1.kafka.batch.num.messages=200
      

      If I remove the producer.type and batch.num.messages (i.e. restore them to default values) when doing a live update config the new values do not take effect.

      Attachments

        1. FLUME-2857.patch
          9 kB
          Tristan Stevens

        Issue Links

          Activity

            People

              tmgstev Tristan Stevens
              tmgstev Tristan Stevens
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: