Skip to content

Conversation

@avijayanhwx
Copy link
Contributor

@avijayanhwx avijayanhwx commented Apr 5, 2019

  • bin/ozone looks for hadoop-ozone-recon-*.jar as the main JAR for Recon Server. Since the codegen jar (hadoop-ozone-recon-codegen) also satisfies the above, it gets picked up as the main JAR and recon start fails due to CNF issue. To fix this, we have changed artifact name of codegen module such that it does not get picked up as Application JAR for recon.
  • Fixed guice issue for DataSourceConfiguration which was due to double binding of the same class.
  • Downgraded guice version to 4.0, to keep it compatible to dependencies.

@hadoop-yetus

This comment has been minimized.

Copy link
Contributor

@swagle swagle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@arp7 arp7 added the ozone label Apr 5, 2019
@vivekratnavel
Copy link
Contributor

+1 LGTM

Copy link
Contributor

@bharatviswa504 bharatviswa504 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor comment I have.
Other than patch LGTM.

Copy link
Contributor

@bharatviswa504 bharatviswa504 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM pending CI.

@elek
Copy link
Member

elek commented Apr 11, 2019

/retest

1 similar comment
@vivekratnavel
Copy link
Contributor

/retest

@bharatviswa504
Copy link
Contributor

Do we need to rebase this branch, as acceptance tests are passing locally?

I don't think failure is related, can we rebase the branch to get a clean run?

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 39 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
0 mvndep 48 Maven dependency ordering for branch
+1 mvninstall 1122 trunk passed
+1 compile 129 trunk passed
+1 checkstyle 101 trunk passed
+1 mvnsite 192 trunk passed
+1 shadedclient 995 branch has no errors when building and testing our client artifacts.
0 findbugs 0 Skipped patched modules with no Java source: hadoop-ozone
+1 findbugs 77 trunk passed
+1 javadoc 110 trunk passed
_ Patch Compile Tests _
0 mvndep 14 Maven dependency ordering for patch
+1 mvninstall 357 the patch passed
+1 compile 119 the patch passed
+1 javac 119 the patch passed
+1 checkstyle 25 the patch passed
+1 mvnsite 164 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 xml 4 The patch has no ill-formed XML file.
+1 shadedclient 822 patch has no errors when building and testing our client artifacts.
0 findbugs 0 Skipped patched modules with no Java source: hadoop-ozone
+1 findbugs 85 the patch passed
+1 javadoc 98 the patch passed
_ Other Tests _
-1 unit 1629 hadoop-ozone in the patch failed.
+1 unit 29 ozone-recon-codegen in the patch passed.
+1 unit 47 ozone-recon in the patch passed.
+1 asflicense 34 The patch does not generate ASF License warnings.
6091
Reason Tests
Failed junit tests hadoop.ozone.scm.TestAllocateContainer
hadoop.ozone.client.rpc.TestCommitWatcher
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-700/2/artifact/out/Dockerfile
GITHUB PR #700
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml findbugs checkstyle
uname Linux 747e2b996f22 4.4.0-141-generic #167~14.04.1-Ubuntu SMP Mon Dec 10 13:20:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 7fa73fa
maven version: Apache Maven 3.3.9
Default Java 1.8.0_191
findbugs v3.1.0-RC1
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-700/2/artifact/out/patch-unit-hadoop-ozone.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-700/2/testReport/
Max. process+thread count 5011 (vs. ulimit of 5500)
modules C: hadoop-ozone hadoop-ozone/ozone-recon-codegen hadoop-ozone/ozone-recon U: hadoop-ozone
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-700/2/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@bharatviswa504
Copy link
Contributor

Test failures are not related to this patch.
I will commit this.

@bharatviswa504 bharatviswa504 merged commit 62e38ea into apache:trunk Apr 15, 2019
shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
Due to interleaved ordering of the PRs (apache/samza#675 and apache/samza#673), FaultInjectionTest is broken.

Author: bharathkk <[email protected]>

Reviewers: Shanthoosh Venkatraman <[email protected]>

Closes apache#700 from bharathkk/fix-trunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants