[jira] [Commented] (HADOOP-12672) RPC timeout should not override IPC ping interval

2016-03-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190574#comment-15190574 ] Hudson commented on HADOOP-12672: - FAILURE: Integrated in Hadoop-trunk-Commit #9453 (See

[jira] [Commented] (HADOOP-12908) Make JvmPauseMonitor a singleton

2016-03-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190568#comment-15190568 ] Hadoop QA commented on HADOOP-12908: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HADOOP-12672) RPC timeout should not override IPC ping interval

2016-03-10 Thread Masatake Iwasaki (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki updated HADOOP-12672: -- Resolution: Fixed Fix Version/s: 2.6.5 2.7.3

[jira] [Commented] (HADOOP-12672) RPC timeout should not override IPC ping interval

2016-03-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190451#comment-15190451 ] Hadoop QA commented on HADOOP-12672: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Created] (HADOOP-12916) Allow different Hadoop IPC Call Queue throttling policies with FCQ/BackOff

2016-03-10 Thread Xiaoyu Yao (JIRA)
Xiaoyu Yao created HADOOP-12916: --- Summary: Allow different Hadoop IPC Call Queue throttling policies with FCQ/BackOff Key: HADOOP-12916 URL: https://issues.apache.org/jira/browse/HADOOP-12916 Project:

[jira] [Updated] (HADOOP-11404) Clarify the "expected client Kerberos principal is null" authorization message

2016-03-10 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated HADOOP-11404: - Resolution: Fixed Fix Version/s: 2.9.0 Status: Resolved (was: Patch Available)

[jira] [Commented] (HADOOP-12672) RPC timeout should not override IPC ping interval

2016-03-10 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190230#comment-15190230 ] Arpit Agarwal commented on HADOOP-12672: +1 for the v4 patch. > RPC timeout should not

[jira] [Updated] (HADOOP-12672) RPC timeout should not override IPC ping interval

2016-03-10 Thread Masatake Iwasaki (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki updated HADOOP-12672: -- Attachment: HADOOP-12672.004.patch Thanks, [~arpitagarwal]. I needed trivial

[jira] [Comment Edited] (HADOOP-12910) Add new FileSystem API to support asynchronous method calls

2016-03-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189621#comment-15189621 ] Chris Nauroth edited comment on HADOOP-12910 at 3/10/16 11:48 PM: -- I am

[jira] [Commented] (HADOOP-12909) Change ipc.Client to support asynchronous calls

2016-03-10 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190172#comment-15190172 ] Siddharth Seth commented on HADOOP-12909: - There are potential problems with supporting client

[jira] [Created] (HADOOP-12915) shelldocs and releasedocmaker build steps do not work correctly on Windows.

2016-03-10 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-12915: -- Summary: shelldocs and releasedocmaker build steps do not work correctly on Windows. Key: HADOOP-12915 URL: https://issues.apache.org/jira/browse/HADOOP-12915

[jira] [Commented] (HADOOP-12909) Support asynchronous RPC calls

2016-03-10 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190132#comment-15190132 ] Tsz Wo Nicholas Sze commented on HADOOP-12909: -- Thanks, [~vinodkv] and [~sseth].

[jira] [Updated] (HADOOP-12909) Change ipc.Client to support asynchronous calls

2016-03-10 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HADOOP-12909: - Summary: Change ipc.Client to support asynchronous calls (was: Support

[jira] [Updated] (HADOOP-12899) External distribution stitching scripts do not work correctly on Windows.

2016-03-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HADOOP-12899: --- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 3.0.0 Status:

[jira] [Commented] (HADOOP-12672) RPC timeout should not override IPC ping interval

2016-03-10 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190117#comment-15190117 ] Arpit Agarwal commented on HADOOP-12672: Sorry I missed your updated patch [~iwasakims]. +1

[jira] [Commented] (HADOOP-12910) Add new FileSystem API to support asynchronous method calls

2016-03-10 Thread James Clampffer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15190081#comment-15190081 ] James Clampffer commented on HADOOP-12910: -- bq. Can we also have a close method that uses

[jira] [Updated] (HADOOP-12909) Support asynchronous RPC calls

2016-03-10 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze updated HADOOP-12909: - Description: In ipc.Client, the underlying mechanism is already supporting

[jira] [Commented] (HADOOP-12855) Add option to disable JVMPauseMonitor across services

2016-03-10 Thread John Zhuge (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189973#comment-15189973 ] John Zhuge commented on HADOOP-12855: - [~steve_l], please compare with the patch for HADOOP-12908:

[jira] [Updated] (HADOOP-12908) Make JvmPauseMonitor a singleton

2016-03-10 Thread John Zhuge (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Zhuge updated HADOOP-12908: Status: Patch Available (was: Open) > Make JvmPauseMonitor a singleton >

[jira] [Updated] (HADOOP-12908) Make JvmPauseMonitor a singleton

2016-03-10 Thread John Zhuge (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Zhuge updated HADOOP-12908: Attachment: HADOOP-12908-002.patch Patch 002: * Fix checkstyle and findbugs issues > Make

[jira] [Commented] (HADOOP-12906) AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException.

2016-03-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189880#comment-15189880 ] Hudson commented on HADOOP-12906: - FAILURE: Integrated in Hadoop-trunk-Commit #9449 (See

[jira] [Commented] (HADOOP-12857) Rework hadoop-tools

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189837#comment-15189837 ] Allen Wittenauer commented on HADOOP-12857: --- Manual run without unit tests: | Vote |

[jira] [Updated] (HADOOP-12906) AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException.

2016-03-10 Thread Li Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Lu updated HADOOP-12906: --- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.9.0 Status: Resolved (was:

[jira] [Updated] (HADOOP-12906) AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException.

2016-03-10 Thread Li Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Lu updated HADOOP-12906: --- Summary: AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException. (was:

[jira] [Commented] (HADOOP-12906) AuthenticatedURL translates a 404/Not Found into an AuthenticationException. It isn't

2016-03-10 Thread Li Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189817#comment-15189817 ] Li Lu commented on HADOOP-12906: Patch LGTM. +1. Will commit shortly. > AuthenticatedURL translates a

[jira] [Updated] (HADOOP-12857) Rework hadoop-tools

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer updated HADOOP-12857: -- Release Note: * Turning on optional things from the tools directory can now be done

[jira] [Commented] (HADOOP-12768) Add a step in the release process to update the release year in Web UI footer

2016-03-10 Thread Xiao Chen (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189785#comment-15189785 ] Xiao Chen commented on HADOOP-12768: Given Yongjun's [initial

[jira] [Updated] (HADOOP-12857) Rework hadoop-tools

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer updated HADOOP-12857: -- Release Note: * Turning on optional things from the tools directory can now be done

[jira] [Commented] (HADOOP-12910) Add new FileSystem API to support asynchronous method calls

2016-03-10 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189743#comment-15189743 ] Colin Patrick McCabe commented on HADOOP-12910: --- +1 for [~steve_l]'s request for a

[jira] [Commented] (HADOOP-12912) Add LOG.isDebugEnabled() guard in Progress.set method

2016-03-10 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189741#comment-15189741 ] Mingliang Liu commented on HADOOP-12912: I'm in favor of replacing log4j logger to slf4j here

[jira] [Updated] (HADOOP-12501) Enable SwiftNativeFileSystem to ACLs

2016-03-10 Thread Chen He (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen He updated HADOOP-12501: - Summary: Enable SwiftNativeFileSystem to ACLs (was: Enable SwiftNativeFileSystem to preserve user,

[jira] [Commented] (HADOOP-12913) Drop the @LimitedPrivate maker off UGI, as its clearly untrue

2016-03-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189715#comment-15189715 ] Chris Nauroth commented on HADOOP-12913: Perhaps this is a duplicate of HADOOP-10776? > Drop

[jira] [Commented] (HADOOP-12913) Drop the @LimitedPrivate maker off UGI, as its clearly untrue

2016-03-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189714#comment-15189714 ] Chris Nauroth commented on HADOOP-12913: +1 for the proposal. It's effectively public at this

[jira] [Comment Edited] (HADOOP-12857) Rework hadoop-tools

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189620#comment-15189620 ] Allen Wittenauer edited comment on HADOOP-12857 at 3/10/16 5:50 PM:

[jira] [Comment Edited] (HADOOP-12857) Rework hadoop-tools

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189620#comment-15189620 ] Allen Wittenauer edited comment on HADOOP-12857 at 3/10/16 5:50 PM:

[jira] [Commented] (HADOOP-12910) Add new FileSystem API to support asynchronous method calls

2016-03-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189621#comment-15189621 ] Chris Nauroth commented on HADOOP-12910: I am sensing massive scope creep in this discussion.

[jira] [Updated] (HADOOP-12857) Rework hadoop-tools

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer updated HADOOP-12857: -- Attachment: HADOOP-12857.02.patch -02: * documentation * eliminate HADOOP_TOOLS_PATH

[jira] [Commented] (HADOOP-12666) Support Microsoft Azure Data Lake - as a file system in Hadoop

2016-03-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189587#comment-15189587 ] Chris Nauroth commented on HADOOP-12666: The create/append/flush sequence is hugely different

[jira] [Commented] (HADOOP-12587) Hadoop AuthToken refuses to work without a maxinactive attribute in issued token

2016-03-10 Thread Huizhi Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189565#comment-15189565 ] Huizhi Lu commented on HADOOP-12587: Thank you for resolving this, Benoy!! > Hadoop AuthToken

[jira] [Commented] (HADOOP-12666) Support Microsoft Azure Data Lake - as a file system in Hadoop

2016-03-10 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189559#comment-15189559 ] Chris Nauroth commented on HADOOP-12666: bq. Notes From Mar 9, 2016 Call w/ MSFT I really

[jira] [Commented] (HADOOP-12666) Support Microsoft Azure Data Lake - as a file system in Hadoop

2016-03-10 Thread Vishwajeet Dusane (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189533#comment-15189533 ] Vishwajeet Dusane commented on HADOOP-12666: [~cnauroth] Thanks a lot Chris. We are working

[jira] [Commented] (HADOOP-12666) Support Microsoft Azure Data Lake - as a file system in Hadoop

2016-03-10 Thread Vishwajeet Dusane (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189518#comment-15189518 ] Vishwajeet Dusane commented on HADOOP-12666: *Notes From Mar 9, 2016 Call w/ MSFT* Who:

[jira] [Commented] (HADOOP-12910) Add new FileSystem API to support asynchronous method calls

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189492#comment-15189492 ] Allen Wittenauer commented on HADOOP-12910: --- Classes, errors, etc should be 'whats' not

[jira] [Commented] (HADOOP-12626) Intel ISA-L libraries should be added to the Dockerfile

2016-03-10 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189485#comment-15189485 ] Allen Wittenauer commented on HADOOP-12626: --- The download needs to happen before the 'YETUS

[jira] [Created] (HADOOP-12914) RPC client should deal with the IP address change

2016-03-10 Thread Michiel Vanderlee (JIRA)
Michiel Vanderlee created HADOOP-12914: -- Summary: RPC client should deal with the IP address change Key: HADOOP-12914 URL: https://issues.apache.org/jira/browse/HADOOP-12914 Project: Hadoop

[jira] [Commented] (HADOOP-12913) Drop the @LimitedPrivate maker off UGI, as its clearly untrue

2016-03-10 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189332#comment-15189332 ] Jason Lowe commented on HADOOP-12913: - +1, sounds good to me. IMHO LimitedPrivate has little

[jira] [Created] (HADOOP-12913) Drop the @LimitedPrivate maker off UGI, as its clearly untrue

2016-03-10 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-12913: --- Summary: Drop the @LimitedPrivate maker off UGI, as its clearly untrue Key: HADOOP-12913 URL: https://issues.apache.org/jira/browse/HADOOP-12913 Project:

[jira] [Commented] (HADOOP-11996) Native part for ISA-L erasure coder

2016-03-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189271#comment-15189271 ] Hadoop QA commented on HADOOP-11996: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HADOOP-12819) Migrate TestSaslRPC and related codes to rebase on ProtobufRpcEngine

2016-03-10 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189238#comment-15189238 ] Kai Zheng commented on HADOOP-12819: Thanks [~wheat9] for reviewing this and the nice comment! >

[jira] [Updated] (HADOOP-11996) Native part for ISA-L erasure coder

2016-03-10 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng updated HADOOP-11996: --- Attachment: HADOOP-11996-v9.patch Updated the patch accordingly. Colin, please kindly let me know

[jira] [Commented] (HADOOP-11996) Native part for ISA-L erasure coder

2016-03-10 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189203#comment-15189203 ] Kai Zheng commented on HADOOP-11996: Thanks [~cmccabe] for the thorough and insightful review! bq.

[jira] [Commented] (HADOOP-11404) Clarify the "expected client Kerberos principal is null" authorization message

2016-03-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189183#comment-15189183 ] Hudson commented on HADOOP-11404: - FAILURE: Integrated in Hadoop-trunk-Commit #9447 (See

[jira] [Commented] (HADOOP-11404) Clarify the "expected client Kerberos principal is null" authorization message

2016-03-10 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189177#comment-15189177 ] Harsh J commented on HADOOP-11404: -- Thanks [~ste...@apache.org]! Committing shortly. > Clarify the

[jira] [Commented] (HADOOP-12910) Add new FileSystem API to support asynchronous method calls

2016-03-10 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189164#comment-15189164 ] Steve Loughran commented on HADOOP-12910: - Actually, one more thing to define in HDFS-9924 and

[jira] [Commented] (HADOOP-12912) Add LOG.isDebugEnabled() guard in Progress.set method

2016-03-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189069#comment-15189069 ] Hadoop QA commented on HADOOP-12912: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HADOOP-12912) Add LOG.isDebugEnabled() guard in Progress.set method

2016-03-10 Thread Akira AJISAKA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189009#comment-15189009 ] Akira AJISAKA commented on HADOOP-12912: We are removing unnecessarily guarding from Hadoop

[jira] [Commented] (HADOOP-11404) Clarify the "expected client Kerberos principal is null" authorization message

2016-03-10 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188971#comment-15188971 ] Steve Loughran commented on HADOOP-11404: - +1 once checkstyle is happy > Clarify the "expected

[jira] [Commented] (HADOOP-11404) Clarify the "expected client Kerberos principal is null" authorization message

2016-03-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188969#comment-15188969 ] Hadoop QA commented on HADOOP-11404: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HADOOP-12910) Add new FileSystem API to support asynchronous method calls

2016-03-10 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188967#comment-15188967 ] Steve Loughran commented on HADOOP-12910: - # I'm going to be ruthless and say "I'd like to see a

[jira] [Updated] (HADOOP-12912) Add LOG.isDebugEnabled() guard in Progress.set method

2016-03-10 Thread Tsuyoshi Ozawa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi Ozawa updated HADOOP-12912: Attachment: HADOOP-12912.001.patch Attaching a patch to fix this problem. [~ajisakaa]

[jira] [Updated] (HADOOP-12912) Add LOG.isDebugEnabled() guard in Progress.set method

2016-03-10 Thread Tsuyoshi Ozawa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi Ozawa updated HADOOP-12912: Assignee: Tsuyoshi Ozawa Status: Patch Available (was: Open) > Add

[jira] [Commented] (HADOOP-12912) Add LOG.isDebugEnabled() guard in Progress.set method

2016-03-10 Thread Tsuyoshi Ozawa (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188946#comment-15188946 ] Tsuyoshi Ozawa commented on HADOOP-12912: - TEZ-2215 reported this since it can be called from

[jira] [Created] (HADOOP-12912) Add LOG.isDebugEnabled() guard in Progress.set method

2016-03-10 Thread Tsuyoshi Ozawa (JIRA)
Tsuyoshi Ozawa created HADOOP-12912: --- Summary: Add LOG.isDebugEnabled() guard in Progress.set method Key: HADOOP-12912 URL: https://issues.apache.org/jira/browse/HADOOP-12912 Project: Hadoop Common

[jira] [Commented] (HADOOP-12908) Make JvmPauseMonitor a singleton

2016-03-10 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188910#comment-15188910 ] Hadoop QA commented on HADOOP-12908: | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

[jira] [Updated] (HADOOP-11404) Clarify the "expected client Kerberos principal is null" authorization message

2016-03-10 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated HADOOP-11404: - Attachment: HADOOP-11404.003.patch Fixing the indent issue. Retrying. > Clarify the "expected client