[jira] [Created] (HADOOP-12201) Add tracing to FileSystem#createFileSystem and Globber#glob

2015-07-07 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-12201:
-

 Summary: Add tracing to FileSystem#createFileSystem and 
Globber#glob
 Key: HADOOP-12201
 URL: https://issues.apache.org/jira/browse/HADOOP-12201
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 2.6.0
Reporter: Colin Patrick McCabe
Assignee: Colin Patrick McCabe


Add tracing to FileSystem#createFileSystem and Globber#glob



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-12202) releasedocmaker drops missing component and assignee entries

2015-07-07 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-12202:
-

 Summary: releasedocmaker drops missing component and assignee 
entries
 Key: HADOOP-12202
 URL: https://issues.apache.org/jira/browse/HADOOP-12202
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Allen Wittenauer
Priority: Blocker


After HADOOP-11807, releasedocmaker is dropping missing component and assignee 
entries.  It shouldn't drop entries, even if they are errors that lint mode 
will flag.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[FYI] futex bug in RHEL

2015-07-07 Thread Tsuyoshi Ozawa
Hi,

I found a news which has impacts against Hadoop:

http://www.infoq.com/news/2015/05/redhat-futex

Quoting from the URL:

“The impact of this kernel bug is very simple: user processes can
deadlock and hang in seemingly impossible situations. A futex wait
call (and anything using a futex wait) can stay blocked forever, even
though it had been properly woken up by someone. Thread.park() in Java
may stay parked. Etc. If you are lucky you may also find soft lockup
messages in your dmesg logs. If you are not that lucky (like us, for
example), you'll spend a couple of months of someone's time trying to
find the fault in your code, when there is nothing there to find.”

 RHEL 6 (and CentOS 6, and SL 6): 6.0-6.5 are good. 6.6 is BAD. 6.6.z is good.
 RHEL 7 (and CentOS 7, and SL 7): 7.1 is BAD. As of yesterday. there does not 
 yet appear to be a 7.x fix.  [May 13, 2015]
 RHEL 5 (and CentOS 5, and SL 5): All versions are good (including 5.11).

Thanks,
- Tsuyoshi


[jira] [Created] (HADOOP-12200) TestCryptoStreamsWithOpensslAesCtrCryptoCodec should be skipped in non-native profile

2015-07-07 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HADOOP-12200:
-

 Summary: TestCryptoStreamsWithOpensslAesCtrCryptoCodec should be 
skipped in non-native profile
 Key: HADOOP-12200
 URL: https://issues.apache.org/jira/browse/HADOOP-12200
 Project: Hadoop Common
  Issue Type: Bug
  Components: test
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HADOOP-9272) use macrodef and optimize build.xml

2015-07-07 Thread Chris Douglas (JIRA)

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

Chris Douglas resolved HADOOP-9272.
---
Resolution: Won't Fix

 use macrodef and optimize build.xml
 ---

 Key: HADOOP-9272
 URL: https://issues.apache.org/jira/browse/HADOOP-9272
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 1.2.0
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-12205) Add an authorization framework for HTTP access

2015-07-07 Thread Benoy Antony (JIRA)
Benoy Antony created HADOOP-12205:
-

 Summary: Add an authorization framework for HTTP access
 Key: HADOOP-12205
 URL: https://issues.apache.org/jira/browse/HADOOP-12205
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Benoy Antony
Assignee: Benoy Antony


Use the generalized service authorization framework to add authorization for 
the webuis.

For more detailed requirements and design, please see the parent jira - 
HADOOP-10679



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HADOOP-12179) Test Jira, please ignore

2015-07-07 Thread Arpit Agarwal (JIRA)

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

Arpit Agarwal resolved HADOOP-12179.

Resolution: Pending Closed

 Test Jira, please ignore
 

 Key: HADOOP-12179
 URL: https://issues.apache.org/jira/browse/HADOOP-12179
 Project: Hadoop Common
  Issue Type: Bug
  Components: tools
Reporter: Arpit Agarwal
Assignee: Arpit Agarwal
 Attachments: HADOOP-12179.01.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-12204) Use consistent indentation in releasedocmaker.py.

2015-07-07 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-12204:
--

 Summary: Use consistent indentation in releasedocmaker.py.
 Key: HADOOP-12204
 URL: https://issues.apache.org/jira/browse/HADOOP-12204
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Chris Nauroth
Priority: Minor


releasedocmaker.py currently uses a mix of 2-space and 4-space indentation.  It 
would be good to make this consistent for readability.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Jenkins build is back to normal : Hadoop-Common-trunk #1547

2015-07-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/1547/changes



Jenkins build is back to normal : Hadoop-common-trunk-Java8 #249

2015-07-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-common-trunk-Java8/249/changes



[jira] [Created] (HADOOP-12203) Refactor Service Authorization Framework

2015-07-07 Thread Benoy Antony (JIRA)
Benoy Antony created HADOOP-12203:
-

 Summary: Refactor Service Authorization Framework
 Key: HADOOP-12203
 URL: https://issues.apache.org/jira/browse/HADOOP-12203
 Project: Hadoop Common
  Issue Type: Sub-task
Reporter: Benoy Antony
Assignee: Benoy Antony


Refactor Service Authorization Framework so that same framework can be used to 
authenticate requests for RPC and web resources.

The _ServiceAuthorizationManager_ uses a Class object to identify the RPC 
protocol that the user is trying to access. While this works for an RPC 
protocol, it will not work in general.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[Test-Patch TLP] consensus on naming

2015-07-07 Thread Sean Busbey
Hi folks!

It's almost time for the July board meeting, so we need to get the ball
rolling on the proposal for a new TLP focused on QA[1].

Once issue outstanding from the original discussion is consensus on a name.
We need to get some consensus together so that I can start verifying that
the name is usable for an ASF project via a podling name search jira [2].

A brief review, so far the only stated naming preferences are Allen W's
desire for something shell related and my desire for a project name
beginning with the letter Y.

We have a proposed name of Yetus; it's an archaic genus of sea snail and
from my initial review should be usable.

Any other strong feelings on naming? Any specific objections to Yetus?

[1]: http://s.apache.org/yetus-discuss-hadoop
[2]: https://issues.apache.org/jira/browse/PODLINGNAMESEARCH/

-- 
Sean