[jira] [Commented] (HADOOP-16082) FsShell ls: Add option -i to print inode id

2019-04-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821638#comment-16821638 ] Hadoop QA commented on HADOOP-16082: | (x) *{color:red}-1 overall{color}* | \\ \\ |

[GitHub] [hadoop] hadoop-yetus commented on issue #755: HDDS-1411. Add unit test to check if SCM correctly sends close commands for containers in closing state after a restart.

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #755: HDDS-1411. Add unit test to check if SCM correctly sends close commands for containers in closing state after a restart. URL: https://github.com/apache/hadoop/pull/755#issuecomment-484754372 :broken_heart: **-1 overall** | Vot

[GitHub] [hadoop] hadoop-yetus commented on issue #754: HDDS-1065. OM and DN should persist SCM certificate as the trust root. Contributed by Ajay Kumar.

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #754: HDDS-1065. OM and DN should persist SCM certificate as the trust root. Contributed by Ajay Kumar. URL: https://github.com/apache/hadoop/pull/754#issuecomment-484748822 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime

[GitHub] [hadoop] swagle opened a new pull request #755: HDDS-1411. Add unit test to check if SCM correctly sends close commands for containers in closing state after a restart.

2019-04-18 Thread GitBox
swagle opened a new pull request #755: HDDS-1411. Add unit test to check if SCM correctly sends close commands for containers in closing state after a restart. URL: https://github.com/apache/hadoop/pull/755 cc: @nandakumar131 I was able to get this work as expected by stopping the H

[GitHub] [hadoop] hadoop-yetus commented on issue #753: HDDS-1403. KeyOutputStream writes fails after max retries while writing to a closed container

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #753: HDDS-1403. KeyOutputStream writes fails after max retries while writing to a closed container URL: https://github.com/apache/hadoop/pull/753#issuecomment-484734465 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | C

[jira] [Commented] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread star (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821590#comment-16821590 ] star commented on HADOOP-16265: --- [~csun], thanks. Sorry for the mistake. > Configuration

[jira] [Updated] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread star (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] star updated HADOOP-16265: -- Attachment: HADOOP-16265-trunk.003.patch > Configuration#getTimeDuration is not consistent between default va

[GitHub] [hadoop] ajayydv opened a new pull request #754: HDDS-1065. OM and DN should persist SCM certificate as the trust root. Contributed by Ajay Kumar.

2019-04-18 Thread GitBox
ajayydv opened a new pull request #754: HDDS-1065. OM and DN should persist SCM certificate as the trust root. Contributed by Ajay Kumar. URL: https://github.com/apache/hadoop/pull/754 This is an automated message from the A

[GitHub] [hadoop] xiaoyuyao merged pull request #661: HDDS-976: Parse network topology from yaml file

2019-04-18 Thread GitBox
xiaoyuyao merged pull request #661: HDDS-976: Parse network topology from yaml file URL: https://github.com/apache/hadoop/pull/661 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [hadoop] xiaoyuyao commented on issue #661: HDDS-976: Parse network topology from yaml file

2019-04-18 Thread GitBox
xiaoyuyao commented on issue #661: HDDS-976: Parse network topology from yaml file URL: https://github.com/apache/hadoop/pull/661#issuecomment-484725595 +1, I will merge/commit the patch shortly. I manually retested the failed tests and they don't repro on my box. ---

[GitHub] [hadoop] hadoop-yetus commented on issue #666: HADOOP-16221 add option to fail operation on metadata write failure

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #666: HADOOP-16221 add option to fail operation on metadata write failure URL: https://github.com/apache/hadoop/pull/666#issuecomment-484718953 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|-

[GitHub] [hadoop] hanishakoneru opened a new pull request #753: HDDS-1403. KeyOutputStream writes fails after max retries while writing to a closed container

2019-04-18 Thread GitBox
hanishakoneru opened a new pull request #753: HDDS-1403. KeyOutputStream writes fails after max retries while writing to a closed container URL: https://github.com/apache/hadoop/pull/753 Increasing the number of client retries to 100 and adding sleep of 500ms between retries -

[GitHub] [hadoop] hadoop-yetus commented on issue #752: HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by Ajay Kumar.

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #752: HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by Ajay Kumar. URL: https://github.com/apache/hadoop/pull/752#issuecomment-484717289 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment |

[GitHub] [hadoop] xiaoyuyao commented on a change in pull request #752: HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by Ajay Kumar.

2019-04-18 Thread GitBox
xiaoyuyao commented on a change in pull request #752: HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by Ajay Kumar. URL: https://github.com/apache/hadoop/pull/752#discussion_r276858612 ## File path: hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozon

[GitHub] [hadoop] ben-roling commented on issue #666: HADOOP-16221 add option to fail operation on metadata write failure

2019-04-18 Thread GitBox
ben-roling commented on issue #666: HADOOP-16221 add option to fail operation on metadata write failure URL: https://github.com/apache/hadoop/pull/666#issuecomment-484708604 I did another run of the tests (with us-west-2) ``` mvn -T 1C verify -Dparallel-tests -DtestsThreadCount=8

[GitHub] [hadoop] ajayydv opened a new pull request #752: HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by Ajay Kumar.

2019-04-18 Thread GitBox
ajayydv opened a new pull request #752: HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by Ajay Kumar. URL: https://github.com/apache/hadoop/pull/752 This is an automated message from the Apache Git Ser

[GitHub] [hadoop] hadoop-yetus commented on issue #745: HDDS-1441. Remove usage of getRetryFailureException. (swagle)

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #745: HDDS-1441. Remove usage of getRetryFailureException. (swagle) URL: https://github.com/apache/hadoop/pull/745#issuecomment-484694945 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|

[GitHub] [hadoop] ben-roling commented on issue #666: HADOOP-16221 add option to fail operation on metadata write failure

2019-04-18 Thread GitBox
ben-roling commented on issue #666: HADOOP-16221 add option to fail operation on metadata write failure URL: https://github.com/apache/hadoop/pull/666#issuecomment-484692031 Squashed and force-pushed to get Yetus to build it again. --

[GitHub] [hadoop] ben-roling commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#issuecomment-484683392 I did a test run against us-west-2: ``` mvn -T 1C verify -Dparallel-test

[GitHub] [hadoop] bshashikant commented on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception

2019-04-18 Thread GitBox
bshashikant commented on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception URL: https://github.com/apache/hadoop/pull/749#issuecomment-484672710 There is a unit test failure where a watch request is not failing with GroupMismatchException even after th

[GitHub] [hadoop] bshashikant edited a comment on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception

2019-04-18 Thread GitBox
bshashikant edited a comment on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception URL: https://github.com/apache/hadoop/pull/749#issuecomment-484666729 Thanks Mukul. It is difficult to divide the patch in multiple patches as it reorganizes KeyOutputStr

[GitHub] [hadoop] bshashikant commented on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception

2019-04-18 Thread GitBox
bshashikant commented on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception URL: https://github.com/apache/hadoop/pull/749#issuecomment-484666729 Thanks Mukul. It is difficult to divide the patch in multiple patches. I will look into the unit test failu

[GitHub] [hadoop] ben-roling commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#issuecomment-48469 I think I've addressed all the outstanding comments so far. History tells me I h

[GitHub] [hadoop] mukul1987 commented on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception

2019-04-18 Thread GitBox
mukul1987 commented on issue #749: HDDS-1395. Key write fails with BlockOutputStream has been closed exception URL: https://github.com/apache/hadoop/pull/749#issuecomment-484629403 Thanks for the patch Shashi, this patch has some unit test failure related to the patch. ---

[GitHub] [hadoop] hadoop-yetus commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#issuecomment-484601233 :broken_heart: **-1 overall** | Vote | Subsystem | Ru

[jira] [Resolved] (HADOOP-16260) Allow Distcp to create a new tempTarget file per File

2019-04-18 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-16260. - Resolution: Won't Fix > Allow Distcp to create a new tempTarget file per File > ---

[jira] [Commented] (HADOOP-16260) Allow Distcp to create a new tempTarget file per File

2019-04-18 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821324#comment-16821324 ] Steve Loughran commented on HADOOP-16260: - Arun, I'd close this as a wontfix an

[GitHub] [hadoop] ben-roling commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on issue #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#issuecomment-484590991 We had some offline discussion yesterday and one of the threads within that was t

[GitHub] [hadoop] ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#discussion_r276746651 ## File path: hadoop-tools/hadoop-aws/src/test/java/org

[GitHub] [hadoop] ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#discussion_r276746651 ## File path: hadoop-tools/hadoop-aws/src/test/java/org

[jira] [Commented] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread Chao Sun (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821293#comment-16821293 ] Chao Sun commented on HADOOP-16265: --- Thanks [~starphin] for catching this! Should we

[jira] [Comment Edited] (HADOOP-16256) HTTPFileSystem disallows users from configuring the connectionTimeout and readTimeout of HttpClient.

2019-04-18 Thread Jon Bringhurst (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821265#comment-16821265 ] Jon Bringhurst edited comment on HADOOP-16256 at 4/18/19 4:15 PM: ---

[jira] [Commented] (HADOOP-16256) HTTPFileSystem disallows users from configuring the connectionTimeout and readTimeout of HttpClient.

2019-04-18 Thread Jon Bringhurst (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821265#comment-16821265 ] Jon Bringhurst commented on HADOOP-16256: - We've had this issue on 2.9.2, but i

[jira] [Updated] (HADOOP-16256) HTTPFileSystem disallows users from configuring the connectionTimeout and readTimeout of HttpClient.

2019-04-18 Thread Shanthoosh Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shanthoosh Venkataraman updated HADOOP-16256: - Description: HADOOP-14383 added a Hadoop filesystem API implementation

[jira] [Commented] (HADOOP-16256) HTTPFileSystem disallows users from configuring the connectionTimeout and readTimeout of HttpClient.

2019-04-18 Thread Shanthoosh Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821257#comment-16821257 ] Shanthoosh Venkataraman commented on HADOOP-16256: -- [~wheat9]  If ext

[GitHub] [hadoop] ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#discussion_r276731154 ## File path: hadoop-tools/hadoop-aws/src/site/markdown

[jira] [Updated] (HADOOP-16256) HTTPFileSystem disallows users from configuring the connectionTimeout and readTimeout of HttpClient.

2019-04-18 Thread Shanthoosh Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shanthoosh Venkataraman updated HADOOP-16256: - Description: HADOOP-14383 added a Hadoop filesystem API implementation

[GitHub] [hadoop] ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#discussion_r276730184 ## File path: hadoop-tools/hadoop-aws/src/test/java/org

[GitHub] [hadoop] ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite

2019-04-18 Thread GitBox
ben-roling commented on a change in pull request #675: HADOOP-16085: use object version or etags to protect against inconsistent read after replace/overwrite URL: https://github.com/apache/hadoop/pull/675#discussion_r276730047 ## File path: hadoop-tools/hadoop-aws/src/main/java/org

[jira] [Updated] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread star (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] star updated HADOOP-16265: -- Attachment: HADOOP-16265-trunk.002.patch > Configuration#getTimeDuration is not consistent between default va

[jira] [Commented] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread star (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821227#comment-16821227 ] star commented on HADOOP-16265: --- [~xkrogen], thanks. Good point. I will change it. > Con

[GitHub] [hadoop] elek commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing

2019-04-18 Thread GitBox
elek commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing URL: https://github.com/apache/hadoop/pull/750#issuecomment-484561644 /retest This is an automated message from the Apache Git Service. To

[GitHub] [hadoop] elek commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing

2019-04-18 Thread GitBox
elek commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing URL: https://github.com/apache/hadoop/pull/750#issuecomment-484561408 Hmmm. No idea why is it failing. Locally it's passed. This is an auto

[GitHub] [hadoop] hadoop-yetus commented on issue #733: HDDS-1284. Adjust default values of pipline recovery for more resilient service restart

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #733: HDDS-1284. Adjust default values of pipline recovery for more resilient service restart URL: https://github.com/apache/hadoop/pull/733#issuecomment-484558423 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment

[jira] [Comment Edited] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread Erik Krogen (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821206#comment-16821206 ] Erik Krogen edited comment on HADOOP-16265 at 4/18/19 3:07 PM: --

[jira] [Commented] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread Erik Krogen (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821206#comment-16821206 ] Erik Krogen commented on HADOOP-16265: -- Hey [~starphin], this is a good catch. It

[GitHub] [hadoop] hadoop-yetus commented on issue #751: HDDS-1425. Ozone compose files are not compatible with the latest doc…

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #751: HDDS-1425. Ozone compose files are not compatible with the latest doc… URL: https://github.com/apache/hadoop/pull/751#issuecomment-484539935 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|---

[jira] [Commented] (HADOOP-12693) Many misusages of assertEquals(expected, actual)

2019-04-18 Thread Adam Antal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821137#comment-16821137 ] Adam Antal commented on HADOOP-12693: - Filed MAPREDUCE-7197 for creating a follow-u

[GitHub] [hadoop] elek opened a new pull request #751: HDDS-1425. Ozone compose files are not compatible with the latest doc…

2019-04-18 Thread GitBox
elek opened a new pull request #751: HDDS-1425. Ozone compose files are not compatible with the latest doc… URL: https://github.com/apache/hadoop/pull/751 …ker-compose. This is an automated message from the Apache Git Service

[jira] [Commented] (HADOOP-16264) [JDK11] Track failing Hadoop unit tests

2019-04-18 Thread Adam Antal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16821117#comment-16821117 ] Adam Antal commented on HADOOP-16264: - Thanks for filing this [~smeng]. Since HADOO

[GitHub] [hadoop] hadoop-yetus commented on issue #713: HDDS-1192. Support -conf command line argument in GenericCli

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #713: HDDS-1192. Support -conf command line argument in GenericCli URL: https://github.com/apache/hadoop/pull/713#issuecomment-484501946 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|-

[GitHub] [hadoop] hadoop-yetus commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing URL: https://github.com/apache/hadoop/pull/750#issuecomment-484498830 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|--

[jira] [Assigned] (HADOOP-16265) Configuration#getTimeDuration is not consistent between default value and manual settings.

2019-04-18 Thread star (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] star reassigned HADOOP-16265: - Assignee: (was: star) Key: HADOOP-16265 (was: HDFS-14436) Project: Hadoop Common (w

[GitHub] [hadoop] kittinanasi commented on a change in pull request #713: HDDS-1192. Support -conf command line argument in GenericCli

2019-04-18 Thread GitBox
kittinanasi commented on a change in pull request #713: HDDS-1192. Support -conf command line argument in GenericCli URL: https://github.com/apache/hadoop/pull/713#discussion_r276615324 ## File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/HddsDatanodeSe

[GitHub] [hadoop] hadoop-yetus commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing

2019-04-18 Thread GitBox
hadoop-yetus commented on issue #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing URL: https://github.com/apache/hadoop/pull/750#issuecomment-484449795 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|--

[GitHub] [hadoop] elek opened a new pull request #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing

2019-04-18 Thread GitBox
elek opened a new pull request #750: HDDS-1384. TestBlockOutputStreamWithFailures is failing URL: https://github.com/apache/hadoop/pull/750 TestBlockOutputStreamWithFailures is failing with the following error {noformat} 2019-04-04 18:52:43,240 INFO volume.ThrottledAsyncChecker

[jira] [Updated] (HADOOP-16264) [JDK11] Track failing Hadoop unit tests

2019-04-18 Thread Siyao Meng (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siyao Meng updated HADOOP-16264: Summary: [JDK11] Track failing Hadoop unit tests (was: [JDK11] Track failing Hadoop unit tests o

[jira] [Created] (HADOOP-16264) [JDK11] Track failing Hadoop unit tests on OpenJDK 11

2019-04-18 Thread Siyao Meng (JIRA)
Siyao Meng created HADOOP-16264: --- Summary: [JDK11] Track failing Hadoop unit tests on OpenJDK 11 Key: HADOOP-16264 URL: https://issues.apache.org/jira/browse/HADOOP-16264 Project: Hadoop Common

[jira] [Commented] (HADOOP-16238) Add the possbility to set SO_REUSEADDR in IPC Server Listener

2019-04-18 Thread Peter Bacsko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820794#comment-16820794 ] Peter Bacsko commented on HADOOP-16238: --- [~jojochuang] could you review this patc

[jira] [Work started] (HADOOP-16206) Migrate from Log4j1 to Log4j2

2019-04-18 Thread Akira Ajisaka (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-16206 started by Akira Ajisaka. -- > Migrate from Log4j1 to Log4j2 > - > >