Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-1007 JDBC Channel using Derby as a provider does not scale
  3. FLUME-1107

Configuration keys for JDBC channel contain redundant prefix.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Channel
    • None

    Description

      The configuration keys for JDBC channel currently require a prefix which serves no purpose as the configuration is already namespace isolated within the configuration system.

      For example, to set the capacity of the channel named "jdbcchannel", the configuration setting will look like:

      agent.channels.jdbcchannel.org.apache.flume.channel.jdbc.maximum.capacity = 1000
      

      It is preferable that the setting be of the short form like the following:

      agent.channels.jdbcchannel.maximum.capacity = 1000
      

      Attachments

        1. FLUME-1107-1.patch
          12 kB
          Arvind Prabhakar
        2. FLUME-1107-2.patch
          13 kB
          Arvind Prabhakar

        Activity

          People

            aprabhakar Arvind Prabhakar
            aprabhakar Arvind Prabhakar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: