[jira] [Created] (HADOOP-13536) Clean up code

2016-08-23 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-13536: -- Summary: Clean up code Key: HADOOP-13536 URL: https://issues.apache.org/jira/browse/HADOOP-13536 Project: Hadoop Common Issue Type: Sub-task

Re: Merge IPv6

2016-08-19 Thread Elliott Clark
HADOOP-11890 Is the related jira. On Fri, Aug 19, 2016 at 10:09 AM, Elliott Clark wrote: > Is it time to merge IPv6 branch? > > We have been running the patches in several production and test > clusters. We have tested it on ipv4 only clusters, on clusters where > DFS is ipv4 and

Merge IPv6

2016-08-19 Thread Elliott Clark
Is it time to merge IPv6 branch? We have been running the patches in several production and test clusters. We have tested it on ipv4 only clusters, on clusters where DFS is ipv4 and HBase is using ipv6, and we've tested it on ipv6 only clusters. We've seen no performance degredation, and have had

[jira] [Created] (HADOOP-12975) Add jitter to DU's thread

2016-03-29 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12975: -- Summary: Add jitter to DU's thread Key: HADOOP-12975 URL: https://issues.apache.org/jira/browse/HADOOP-12975 Project: Hadoop Common Issue Type: Sub

[jira] [Created] (HADOOP-12974) Create a DU implementation that uses df

2016-03-29 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12974: -- Summary: Create a DU implementation that uses df Key: HADOOP-12974 URL: https://issues.apache.org/jira/browse/HADOOP-12974 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-12973) make DU pluggable

2016-03-29 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12973: -- Summary: make DU pluggable Key: HADOOP-12973 URL: https://issues.apache.org/jira/browse/HADOOP-12973 Project: Hadoop Common Issue Type: Sub-task

[jira] [Resolved] (HADOOP-12695) Fix libexec scripts that unconditionally add on preferIPv4

2016-01-07 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HADOOP-12695. Resolution: Fixed Closing as this isn't needed on the branch that's being buil

[jira] [Created] (HADOOP-12695) Fix libexec scripts that unconditionally add on preferIPv4

2016-01-07 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12695: -- Summary: Fix libexec scripts that unconditionally add on preferIPv4 Key: HADOOP-12695 URL: https://issues.apache.org/jira/browse/HADOOP-12695 Project: Hadoop

[jira] [Resolved] (HADOOP-12431) NameNode should bind on both IPv6 and IPv4 if running on dual-stack machine and IPv6 enabled

2015-12-22 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HADOOP-12431. Resolution: Won't Fix Assignee: (was: Nemanja Matkovic) Going to resolve

[jira] [Resolved] (HADOOP-11990) DNS#reverseDns fails with a NumberFormatException when using an IPv6 DNS server

2015-12-22 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HADOOP-11990. Resolution: Not A Problem Release Note: If your resolvers are ipv6 addresses make

[jira] [Created] (HADOOP-12670) Fix TestNetUtils and TestSecurityUtil when localhost is ipv6 only

2015-12-22 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12670: -- Summary: Fix TestNetUtils and TestSecurityUtil when localhost is ipv6 only Key: HADOOP-12670 URL: https://issues.apache.org/jira/browse/HADOOP-12670 Project

[jira] [Resolved] (HADOOP-11582) org.apache.hadoop.net.TestDNS failing with NumberFormatException -IPv6 related?

2015-12-22 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HADOOP-11582. Resolution: Not A Problem This was fixed in a different jira

[jira] [Created] (HADOOP-12485) Don't prefer IPV4 stack on tests.

2015-10-15 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12485: -- Summary: Don't prefer IPV4 stack on tests. Key: HADOOP-12485 URL: https://issues.apache.org/jira/browse/HADOOP-12485 Project: Hadoop Common Issue

Re: [DISCUSS] About the details of JDK-8 support

2015-10-07 Thread Elliott Clark
On Mon, Oct 5, 2015 at 5:35 PM, Tsuyoshi Ozawa wrote: > Do you have any concern about this? I’ve not > tested with HBase yet. > We've been running JDK 8u60 in production with Hadoop 2.6.X and HBase for quite a while. Everything has been very stable for us. We're running and compiling with jdk8.

[jira] [Created] (HADOOP-12450) UserGroupInformation should not log at WARN level if no groups are found

2015-09-29 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12450: -- Summary: UserGroupInformation should not log at WARN level if no groups are found Key: HADOOP-12450 URL: https://issues.apache.org/jira/browse/HADOOP-12450

[jira] [Created] (HADOOP-12421) Add jitter to RetryInvocationHandler

2015-09-16 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-12421: -- Summary: Add jitter to RetryInvocationHandler Key: HADOOP-12421 URL: https://issues.apache.org/jira/browse/HADOOP-12421 Project: Hadoop Common Issue

[jira] [Resolved] (HADOOP-11630) Allow hadoop.sh to bind to ipv6 conditionally

2015-09-15 Thread Elliott Clark (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark resolved HADOOP-11630. Resolution: Fixed Pushed to HADOOP-11890 > Allow hadoop.sh to bind to ipv6 conditiona

Re: IPv6 Feature branch

2015-08-24 Thread Elliott Clark
th an error code) > if a condition isn't met (e.g. the JVM doesn't get an IPv6 address, or its > address doesn't match that you get when you look up the hostname) > > > On 17 Aug 2015, at 17:04, Elliott Clark wrote: > > > > Nate (nkedel) and I have bee

IPv6 Feature branch

2015-08-17 Thread Elliott Clark
Nate (nkedel) and I have been working on IPv6 on Hadoop and HBase lately. We're getting somewhere but there are a lot of different places that make assumptions about network. That means there will be a good deal of follow on patches as we find more and more places that need some TLC. Would a featu

Re: [DISCUSS] Additional maintenance releases for Hadoop 2.y versions

2015-07-15 Thread Elliott Clark
If people are concerned about regression then just don't install new versions, or install a vendor tested stable version. Giving users choices is a good thing for stability. On Wed, Jul 15, 2015 at 2:17 PM, Sangjin Lee wrote: > I think the bar for making the maintenance releases should be set >

Re: 2.7.1 status

2015-05-26 Thread Elliott Clark
HADOOP-12001 should probably be added to the blocker list since it's a regression that can keep ldap from working.

Re: Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-08 Thread Elliott Clark
In HBase land we've pretty well discovered that we'll need to have the same version of protobuf that the HDFS/Yarn/MR servers are running. That is to say there are issues with ever having 2.4.x and 2.5.x on the same class path. Upgrading to 2.5.x would be great, as it brings some new classes we co

[jira] [Created] (HADOOP-8336) LocalFileSystem Does not seek to the correct location when Checksumming is off.

2012-04-30 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-8336: - Summary: LocalFileSystem Does not seek to the correct location when Checksumming is off. Key: HADOOP-8336 URL: https://issues.apache.org/jira/browse/HADOOP-8336

[jira] [Created] (HADOOP-8313) Add the ability for MetricsRegistry to remove metrics

2012-04-24 Thread Elliott Clark (JIRA)
Elliott Clark created HADOOP-8313: - Summary: Add the ability for MetricsRegistry to remove metrics Key: HADOOP-8313 URL: https://issues.apache.org/jira/browse/HADOOP-8313 Project: Hadoop Common