[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Resolution: Fixed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available) > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Affects Versions: 2.6.4 >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Fix For: 2.8.0 > > Attachments: HDFS-10223.001.patch, HDFS-10223.002.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Status: Open (was: Patch Available) > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch, HDFS-10223.002.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Affects Version/s: 2.6.4 Status: Patch Available (was: Open) > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Affects Versions: 2.6.4 >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch, HDFS-10223.002.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HDFS-10223: --- Target Version/s: 2.8.0, 2.7.3, 2.6.5 (was: 2.8.0, 2.7.3) > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch, HDFS-10223.002.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HDFS-10223: --- Target Version/s: 2.8.0, 2.7.3 (was: 2.8.0) > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch, HDFS-10223.002.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HDFS-10223: - Hadoop Flags: Reviewed +1 for patch v002, pending pre-commit. Thank you for making the update. > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch, HDFS-10223.002.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Attachment: HDFS-10223.002.patch * Add {{IOUtils#cleanup}} in the unit test in a finally block > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch, HDFS-10223.002.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Attachment: HDFS-10223.001.patch > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Attachment: (was: HDFS-10223.001.patch) > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Attachment: HDFS-10223.001.patch > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (HDFS-10223) peerFromSocketAndKey performs SASL exchange before setting connection timeouts
[ https://issues.apache.org/jira/browse/HDFS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe updated HDFS-10223: Status: Patch Available (was: Open) > peerFromSocketAndKey performs SASL exchange before setting connection timeouts > -- > > Key: HDFS-10223 > URL: https://issues.apache.org/jira/browse/HDFS-10223 > Project: Hadoop HDFS > Issue Type: Bug >Reporter: Colin Patrick McCabe >Assignee: Colin Patrick McCabe > Attachments: HDFS-10223.001.patch > > > {{peerFromSocketAndKey}} performs the SASL exchange before setting up > connection timeouts. Because of this, the timeout used for setting up SASL > connections is the default system-wide TCP timeout, which is usually several > hours long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)