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

ActionQueue thread may exit due to IOError in statusCommandResultQueue.empty()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5.0
    • 3.0.0, 2.5.0
    • ambari-agent
    • None

    Description

      ambari-agent.log
      ERROR 2017-01-27 12:19:35,840 ActionQueue.py:200 - ActionQueue thread failed with exception:
      Traceback (most recent call last):
        File "/usr/lib/python2.6/site-packages/ambari_agent/ActionQueue.py", line 170, in run
          self.processStatusCommandResultQueueSafeEmpty();
        File "/usr/lib/python2.6/site-packages/ambari_agent/ActionQueue.py", line 215, in processStatusCommandResultQueueSafeEmpty
          while not self.statusCommandResultQueue.empty():
        File "/usr/lib64/python2.7/multiprocessing/queues.py", line 146, in empty
          return not self._poll()
      IOError: poll() gave POLLNVAL or POLLERR
      

      As a result, the agent no longer sends status command results to the server.

      Attachments

        1. AMBARI-19775.patch
          2 kB
          Attila Doroszlai

        Issue Links

          Activity

            People

              adoroszlai Attila Doroszlai
              adoroszlai Attila Doroszlai
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: