Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B696200BE3 for ; Wed, 16 Nov 2016 19:43:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6A21A160B02; Wed, 16 Nov 2016 18:43:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9FD3D160B17 for ; Wed, 16 Nov 2016 19:42:59 +0100 (CET) Received: (qmail 2357 invoked by uid 500); 16 Nov 2016 18:42:58 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 2240 invoked by uid 99); 16 Nov 2016 18:42:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 18:42:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 924FB2C4C7C for ; Wed, 16 Nov 2016 18:42:58 +0000 (UTC) Date: Wed, 16 Nov 2016 18:42:58 +0000 (UTC) From: "Nahappan Somasundaram (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (AMBARI-18827) Allow acceptor / seclector configuration for API and agent connectors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 16 Nov 2016 18:43:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-18827?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nahappan Somasundaram reopened AMBARI-18827: -------------------------------------------- ambari-agent fails to register with the server: Traceback (most recent call last): =E2=80=82=E2=80=82File "/usr/lib/python2.6/site-packages/ambari_agent/Contr= oller.py", line 167, in registerWithServer =E2=80=82=E2=80=82=E2=80=82=E2=80=82ret =3D self.sendRequest(self.registerU= rl, data) =E2=80=82=E2=80=82File "/usr/lib/python2.6/site-packages/ambari_agent/Contr= oller.py", line 514, in sendRequest =E2=80=82=E2=80=82=E2=80=82=E2=80=82raise IOError('Request to {0} failed du= e to {1}'.format(url, str(exception))) IOError: Request to https://localhost:8441/agent/v1/register/c6402.ambari.a= pache.org failed due to [Errno 111] Connection refused > Allow acceptor / seclector configuration for API and agent connectors > --------------------------------------------------------------------- > > Key: AMBARI-18827 > URL: https://issues.apache.org/jira/browse/AMBARI-18827 > Project: Ambari > Issue Type: Improvement > Affects Versions: 2.2.1 > Reporter: Siddharth Wagle > Assignee: Siddharth Wagle > Priority: Critical > Fix For: 2.5.0 > > Attachments: AMBARI-18827.patch > > > _Objectives_: > - Allow acceptors for agent and api connectors to be configurable > - The thread pool configuration did not take into account both 2-way and = 1-way connectors are configured for agent every time although only one is u= sed and not a mixed-mode. This causes insufficient threads in agent threadp= ool for a high cpu core environment. -- This message was sent by Atlassian JIRA (v6.3.4#6332)