Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-17241

Services should be able to reload configs without requiring restart

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • trunk
    • None
    • None

    Description

      The current implementation forces users to restart the service if any of the configurations have been updated.

      However some of the services support reloading the configuration parameters during run-time which does not require restart of the service.

      This behavior should be driven by metadata defined in configuration files.

        <property>
          <name>foo-bar</name>
          <value>0</value>
          <supports-reload>true</supports-reload>
        </property>
      

      Attachments

        Issue Links

          Activity

            People

              mithmatt Matt
              mithmatt Matt
              Votes:
              1 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated: