[GitHub] [hadoop-ozone] adoroszlai opened a new pull request #93: HDDS-2368. TestOzoneManagerDoubleBufferWithDummyResponse failing intermittently

2019-10-26 Thread GitBox
adoroszlai opened a new pull request #93: HDDS-2368. TestOzoneManagerDoubleBufferWithDummyResponse failing intermittently URL: https://github.com/apache/hadoop-ozone/pull/93 ## What changes were proposed in this pull request? Fix TestOzoneManagerDoubleBufferWithDummyResponse, which

[jira] [Created] (HDDS-2368) TestOzoneManagerDoubleBufferWithDummyResponse failing intermittently

2019-10-26 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-2368: -- Summary: TestOzoneManagerDoubleBufferWithDummyResponse failing intermittently Key: HDDS-2368 URL: https://issues.apache.org/jira/browse/HDDS-2368 Project: Hadoop

Re: [VOTE] Release Apache Hadoop 2.10.0 (RC0)

2019-10-26 Thread Jonathan Hung
Hi Eric, I took a quick look, are you using mapreduce.application.framework.path to run your MR jobs? If not, this seems like expected behavior if AM and tasks get launched on different NMs with different locally installed hadoop versions? Jonathan Hung On Sat, Oct 26, 2019 at 8:55 AM

[jira] [Created] (HDDS-2367) TestScmSafeMode fails consistently

2019-10-26 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HDDS-2367: -- Summary: TestScmSafeMode fails consistently Key: HDDS-2367 URL: https://issues.apache.org/jira/browse/HDDS-2367 Project: Hadoop Distributed Data Store

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2019-10-26 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1301/ [Oct 25, 2019 6:23:05 AM] (tasanuma) HDFS-14933. Fixing a typo in documentation of Observer NameNode. [Oct 25, 2019 5:13:04 PM] (ebadger) YARN-9914. Use separate configs for free disk space checking for

[jira] [Resolved] (HDDS-1505) Remove "ozone.enabled" parameter from ozone configs

2019-10-26 Thread Vivek Ratnavel Subramanian (Jira)
[ https://issues.apache.org/jira/browse/HDDS-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vivek Ratnavel Subramanian resolved HDDS-1505. -- Resolution: Duplicate > Remove "ozone.enabled" parameter from ozone

[GitHub] [hadoop-ozone] cxorm commented on a change in pull request #92: HDDS-2345. Add a UT for newly added clone() in OmBucketInfo

2019-10-26 Thread GitBox
cxorm commented on a change in pull request #92: HDDS-2345. Add a UT for newly added clone() in OmBucketInfo URL: https://github.com/apache/hadoop-ozone/pull/92#discussion_r339305499 ## File path:

[GitHub] [hadoop-ozone] cxorm commented on issue #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
cxorm commented on issue #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91#issuecomment-546615644 Thanks @adoroszlai and @bharatviswa504 for the review and commit.

Re: [VOTE] Release Apache Hadoop 2.10.0 (RC0)

2019-10-26 Thread epa...@apache.org
I ran a few compatibility tests between 2.10.0 and 3.3.0 (trunk) Unfortunately, I ran into the following problem: Running with 2.10 RM and 3.3.0 (trunk) NM fails attempts with the following error: 2019-10-26 15:44:06,885 WARN [main] org.apache.hadoop.mapred.YarnChild: Exception running child

[GitHub] [hadoop-ozone] adoroszlai commented on issue #84: HDDS-2365. Fix TestRatisPipelineProvider#testCreatePipelinesDnExclude

2019-10-26 Thread GitBox
adoroszlai commented on issue #84: HDDS-2365. Fix TestRatisPipelineProvider#testCreatePipelinesDnExclude URL: https://github.com/apache/hadoop-ozone/pull/84#issuecomment-546613713 Thanks @bharatviswa504 for reviewing and merging it.

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #9: HDDS-2240. Command line tool for OM Admin

2019-10-26 Thread GitBox
bharatviswa504 commented on a change in pull request #9: HDDS-2240. Command line tool for OM Admin URL: https://github.com/apache/hadoop-ozone/pull/9#discussion_r339303219 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/admin/OzoneAdmin.java ## @@

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #9: HDDS-2240. Command line tool for OM Admin

2019-10-26 Thread GitBox
bharatviswa504 commented on a change in pull request #9: HDDS-2240. Command line tool for OM Admin URL: https://github.com/apache/hadoop-ozone/pull/9#discussion_r339302943 ## File path:

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #9: HDDS-2240. Command line tool for OM Admin

2019-10-26 Thread GitBox
bharatviswa504 commented on a change in pull request #9: HDDS-2240. Command line tool for OM Admin URL: https://github.com/apache/hadoop-ozone/pull/9#discussion_r339302696 ## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/admin/OzoneAdmin.java ## @@

[jira] [Resolved] (HDDS-2361) Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread Bharat Viswanadham (Jira)
[ https://issues.apache.org/jira/browse/HDDS-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bharat Viswanadham resolved HDDS-2361. -- Fix Version/s: 0.5.0 Resolution: Fixed > Ozone Manager init & start command

[GitHub] [hadoop-ozone] bharatviswa504 commented on issue #84: HDDS-2365. Fix TestRatisPipelineProvider#testCreatePipelinesDnExclude

2019-10-26 Thread GitBox
bharatviswa504 commented on issue #84: HDDS-2365. Fix TestRatisPipelineProvider#testCreatePipelinesDnExclude URL: https://github.com/apache/hadoop-ozone/pull/84#issuecomment-546608270 Thank You @adoroszlai for the contribution.

[GitHub] [hadoop-ozone] bharatviswa504 merged pull request #84: HDDS-2365. Fix TestRatisPipelineProvider#testCreatePipelinesDnExclude

2019-10-26 Thread GitBox
bharatviswa504 merged pull request #84: HDDS-2365. Fix TestRatisPipelineProvider#testCreatePipelinesDnExclude URL: https://github.com/apache/hadoop-ozone/pull/84 This is an automated message from the Apache Git Service. To

[GitHub] [hadoop-ozone] bharatviswa504 commented on issue #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
bharatviswa504 commented on issue #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91#issuecomment-546607410 Thank You @cxorm for the contribution and @adoroszlai for the review.

[GitHub] [hadoop-ozone] bharatviswa504 merged pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
bharatviswa504 merged pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91 This is an automated message from the

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #92: HDDS-2345. Add a UT for newly added clone() in OmBucketInfo

2019-10-26 Thread GitBox
bharatviswa504 commented on a change in pull request #92: HDDS-2345. Add a UT for newly added clone() in OmBucketInfo URL: https://github.com/apache/hadoop-ozone/pull/92#discussion_r339301819 ## File path:

[GitHub] [hadoop-ozone] cxorm opened a new pull request #92: HDDS-2345. Add a UT for newly added clone() in OmBucketInfo

2019-10-26 Thread GitBox
cxorm opened a new pull request #92: HDDS-2345. Add a UT for newly added clone() in OmBucketInfo URL: https://github.com/apache/hadoop-ozone/pull/92 ## What changes were proposed in this pull request? Add an UT in ```TestOmBucketInfo.java``` for testing ```copyObject()``` Ref to

Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2019-10-26 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/486/ [Oct 25, 2019 5:45:40 PM] (ebadger) YARN-9914. Use separate configs for free disk space checking for full -1 overall The following subsystems voted -1: asflicense findbugs hadolint pathlen unit

[GitHub] [hadoop-ozone] lokeshj1703 commented on issue #29: HDDS-2034. Async RATIS pipeline creation and destroy through heartbeat commands

2019-10-26 Thread GitBox
lokeshj1703 commented on issue #29: HDDS-2034. Async RATIS pipeline creation and destroy through heartbeat commands URL: https://github.com/apache/hadoop-ozone/pull/29#issuecomment-546585886 @ChenSammi Thanks for updating the PR! There is a checkstyle issue in the latest CI run and

[GitHub] [hadoop-ozone] lokeshj1703 commented on issue #82: HDDS-2359. Seeking randomly in a key with more than 2 blocks of data leads to inconsistent reads

2019-10-26 Thread GitBox
lokeshj1703 commented on issue #82: HDDS-2359. Seeking randomly in a key with more than 2 blocks of data leads to inconsistent reads URL: https://github.com/apache/hadoop-ozone/pull/82#issuecomment-546585149 The changes look good to me. Can you please verify the test failures? There is a

[GitHub] [hadoop-ozone] cxorm commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
cxorm commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91#discussion_r339291849 ## File path:

[GitHub] [hadoop-ozone] cxorm commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
cxorm commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91#discussion_r339291838 ## File path:

[GitHub] [hadoop-ozone] adoroszlai commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
adoroszlai commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91#discussion_r339290426 ## File path:

[GitHub] [hadoop-ozone] adoroszlai commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
adoroszlai commented on a change in pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91#discussion_r339290099 ## File path:

[GitHub] [hadoop-ozone] adoroszlai commented on issue #87: HDDS-2273. Avoid buffer copying in GrpcReplicationService

2019-10-26 Thread GitBox
adoroszlai commented on issue #87: HDDS-2273. Avoid buffer copying in GrpcReplicationService URL: https://github.com/apache/hadoop-ozone/pull/87#issuecomment-546578380 @szetszwo please review This is an automated message

[GitHub] [hadoop-ozone] adoroszlai commented on issue #88: HDDS-2272. Avoid buffer copying in GrpcReplicationClient

2019-10-26 Thread GitBox
adoroszlai commented on issue #88: HDDS-2272. Avoid buffer copying in GrpcReplicationClient URL: https://github.com/apache/hadoop-ozone/pull/88#issuecomment-546578370 @szetszwo please review This is an automated message from

[GitHub] [hadoop-ozone] adoroszlai commented on issue #81: HDDS-2347 XCeiverClientGrpc's parallel use leads to NPE

2019-10-26 Thread GitBox
adoroszlai commented on issue #81: HDDS-2347 XCeiverClientGrpc's parallel use leads to NPE URL: https://github.com/apache/hadoop-ozone/pull/81#issuecomment-546578039 /retest This is an automated message from the Apache Git

[GitHub] [hadoop-ozone] cxorm opened a new pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning.

2019-10-26 Thread GitBox
cxorm opened a new pull request #91: HDDS-2361. Ozone Manager init & start command prints out unnecessary line in the beginning. URL: https://github.com/apache/hadoop-ozone/pull/91 If OZONE_MANAGER_CLASSPATH is null, we will not show the string. ## What changes were proposed in this