[jira] [Updated] (AMBARI-23446) Fix connection drop on ambari-agent by locking the write code

2018-04-05 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-23446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-23446:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to trunk

> Fix connection drop on ambari-agent by locking the write code
> -
>
> Key: AMBARI-23446
> URL: https://issues.apache.org/jira/browse/AMBARI-23446
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.0
>
> Attachments: AMBARI-23446.patch
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> This solution can possibly work to fix connection drop
> 
> 
> ERROR 2018-04-04 00:22:26,771 websocket.py:272 - Failed to receive data
> Traceback (most recent call last):
>   File "/usr/lib/ambari-agent/lib/ambari_ws4py/websocket.py", line 394, 
> in once
> b = self.sock.recv(self.reading_buffer_size)
>   File "/usr/lib64/python2.7/ssl.py", line 759, in recv
> return self.read(buflen)
>   File "/usr/lib64/python2.7/ssl.py", line 653, in read
> v = self._sslobj.read(len or 1024)
> SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac 
> (_ssl.c:1783)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23446) Fix connection drop on ambari-agent by locking the write code

2018-04-04 Thread ASF GitHub Bot (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-23446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated AMBARI-23446:

Labels: pull-request-available  (was: )

> Fix connection drop on ambari-agent by locking the write code
> -
>
> Key: AMBARI-23446
> URL: https://issues.apache.org/jira/browse/AMBARI-23446
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.0
>
> Attachments: AMBARI-23446.patch
>
>
> This solution can possibly work to fix connection drop
> 
> 
> ERROR 2018-04-04 00:22:26,771 websocket.py:272 - Failed to receive data
> Traceback (most recent call last):
>   File "/usr/lib/ambari-agent/lib/ambari_ws4py/websocket.py", line 394, 
> in once
> b = self.sock.recv(self.reading_buffer_size)
>   File "/usr/lib64/python2.7/ssl.py", line 759, in recv
> return self.read(buflen)
>   File "/usr/lib64/python2.7/ssl.py", line 653, in read
> v = self._sslobj.read(len or 1024)
> SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac 
> (_ssl.c:1783)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23446) Fix connection drop on ambari-agent by locking the write code

2018-04-04 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-23446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-23446:
-
Attachment: AMBARI-23446.patch

> Fix connection drop on ambari-agent by locking the write code
> -
>
> Key: AMBARI-23446
> URL: https://issues.apache.org/jira/browse/AMBARI-23446
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
> Fix For: 2.7.0
>
> Attachments: AMBARI-23446.patch
>
>
> This solution can possibly work to fix connection drop
> 
> 
> ERROR 2018-04-04 00:22:26,771 websocket.py:272 - Failed to receive data
> Traceback (most recent call last):
>   File "/usr/lib/ambari-agent/lib/ambari_ws4py/websocket.py", line 394, 
> in once
> b = self.sock.recv(self.reading_buffer_size)
>   File "/usr/lib64/python2.7/ssl.py", line 759, in recv
> return self.read(buflen)
>   File "/usr/lib64/python2.7/ssl.py", line 653, in read
> v = self._sslobj.read(len or 1024)
> SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac 
> (_ssl.c:1783)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-23446) Fix connection drop on ambari-agent by locking the write code

2018-04-04 Thread Andrew Onischuk (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-23446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-23446:
-
Status: Patch Available  (was: Open)

> Fix connection drop on ambari-agent by locking the write code
> -
>
> Key: AMBARI-23446
> URL: https://issues.apache.org/jira/browse/AMBARI-23446
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
> Fix For: 2.7.0
>
> Attachments: AMBARI-23446.patch
>
>
> This solution can possibly work to fix connection drop
> 
> 
> ERROR 2018-04-04 00:22:26,771 websocket.py:272 - Failed to receive data
> Traceback (most recent call last):
>   File "/usr/lib/ambari-agent/lib/ambari_ws4py/websocket.py", line 394, 
> in once
> b = self.sock.recv(self.reading_buffer_size)
>   File "/usr/lib64/python2.7/ssl.py", line 759, in recv
> return self.read(buflen)
>   File "/usr/lib64/python2.7/ssl.py", line 653, in read
> v = self._sslobj.read(len or 1024)
> SSLError: [SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac 
> (_ssl.c:1783)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)