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

"ambari-server start command" hangs if was executed via ssh command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • ambari-metrics
    • None
    • Ubuntu

    Description

      When executing ambari-server start command via ssh, process hangs.
      Reproducible only when executing ambari-server start without login only on Ubuntu

      andrew@pc:~/vagrant/ubuntu12.4$ ssh -i ../insecure_private_key root@u1201 "ambari-server start"
      Using python  /usr/bin/python2.7
      Starting ambari-server
      Ambari Server running with 'root' privileges.
      About to start PostgreSQL
      Organizing resource files at /var/lib/ambari-server/resources...
      Server PID at: /var/run/ambari-server/ambari-server.pid
      Server out at: /var/log/ambari-server/ambari-server.out
      Server log at: /var/log/ambari-server/ambari-server.log
      Waiting for server start....................
      Ambari Server 'start' completed successfully.
      
      

      User need to drop ssh connection afterwards.
      This affects our QA automation tests, because we need to create workaround for it.
      Per my investigations, in tests we can now make something like:

      ssh root@host "ambari-server start < /dev/null > /tmp/ambari-start-log 2>&1 &"
      

      But this will breaks our ability for easily checking outputs of ambari-server
      We had similar bug before, but for different OS

      Attachments

        1. AMBARI-9851.patch
          0.8 kB
          Dmytro Sen

        Issue Links

          Activity

            People

              dsen Dmytro Sen
              dsen Dmytro Sen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: