Skip to content

Conversation

@ChenSammi
Copy link
Contributor

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 45 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
0 yamllint 0 yamllint was not available.
0 shelldocs 0 Shelldocs was not available.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 4 new or modified test files.
_ trunk Compile Tests _
0 mvndep 79 Maven dependency ordering for branch
+1 mvninstall 545 trunk passed
+1 compile 306 trunk passed
+1 checkstyle 97 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 855 branch has no errors when building and testing our client artifacts.
+1 javadoc 185 trunk passed
0 spotbugs 344 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 544 trunk passed
_ Patch Compile Tests _
0 mvndep 41 Maven dependency ordering for patch
+1 mvninstall 501 the patch passed
+1 compile 345 the patch passed
+1 javac 345 the patch passed
-0 checkstyle 56 hadoop-hdds: The patch generated 6 new + 0 unchanged - 0 fixed = 6 total (was 0)
+1 mvnsite 0 the patch passed
+1 shellcheck 1 There were no new shellcheck issues.
-1 whitespace 0 The patch 6 line(s) with tabs.
+1 shadedclient 784 patch has no errors when building and testing our client artifacts.
+1 javadoc 184 the patch passed
+1 findbugs 573 the patch passed
_ Other Tests _
-1 unit 177 hadoop-hdds in the patch failed.
-1 unit 1384 hadoop-ozone in the patch failed.
+1 asflicense 60 The patch does not generate ASF License warnings.
7149
Reason Tests
Failed junit tests hadoop.ozone.container.common.impl.TestHddsDispatcher
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis
hadoop.ozone.client.rpc.TestOzoneAtRestEncryption
hadoop.ozone.client.rpc.TestSecureOzoneRpcClient
hadoop.ozone.client.rpc.TestOzoneRpcClient
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-937/1/artifact/out/Dockerfile
GITHUB PR #937
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle yamllint shellcheck shelldocs
uname Linux f3c75972f758 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 / fcfe7a3
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-937/1/artifact/out/diff-checkstyle-hadoop-hdds.txt
whitespace https://builds.apache.org/job/hadoop-multibranch/job/PR-937/1/artifact/out/whitespace-tabs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-937/1/artifact/out/patch-unit-hadoop-hdds.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-937/1/artifact/out/patch-unit-hadoop-ozone.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-937/1/testReport/
Max. process+thread count 5109 (vs. ulimit of 5500)
modules C: hadoop-hdds/common hadoop-hdds/server-scm hadoop-ozone/dist U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-937/1/console
versions git=2.7.4 maven=3.3.9 shellcheck=0.4.6 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

// create table mapping file
String[] hostNames = {"host1", "host2", "host3", "host4"};
String[] IpAddress = {"1.2.3.4", "2.3.4.5", "3.4.5.6", "4.5.6.7"};
File mapFile = File.createTempFile(getClass().getSimpleName() +
Copy link
Contributor

Choose a reason for hiding this comment

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

NIT: Can we use GenericTestUtils.getTestDir() to make sure the test file are cleaned up safely?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will not be an issue after using the mapping file instead of creating it on the fly.

@@ -0,0 +1,6 @@
10.5.0.4 /rack1
Copy link
Contributor

Choose a reason for hiding this comment

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

we may also pass the ip->location as a file and use the table mapping class like in the unit test.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure. Will update the UT.

@ChenSammi
Copy link
Contributor Author

ChenSammi commented Jun 11, 2019

Whitespaces in network-config are intended to separate two columns.
All failed unit tests are irrelevant.

@ChenSammi ChenSammi self-assigned this Jun 11, 2019
@@ -0,0 +1,6 @@
10.5.0.4 /rack1

Choose a reason for hiding this comment

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

whitespace:tabs in line

@@ -0,0 +1,6 @@
10.5.0.4 /rack1
10.5.0.5 /rack1

Choose a reason for hiding this comment

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

whitespace:tabs in line

@@ -0,0 +1,6 @@
10.5.0.4 /rack1
10.5.0.5 /rack1
10.5.0.6 /rack1

Choose a reason for hiding this comment

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

whitespace:tabs in line

10.5.0.4 /rack1
10.5.0.5 /rack1
10.5.0.6 /rack1
10.5.0.7 /rack2

Choose a reason for hiding this comment

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

whitespace:tabs in line

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 71 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
0 shelldocs 1 Shelldocs was not available.
0 yamllint 1 yamllint was not available.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 6 new or modified test files.
_ trunk Compile Tests _
0 mvndep 95 Maven dependency ordering for branch
+1 mvninstall 775 trunk passed
+1 compile 361 trunk passed
+1 checkstyle 105 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 968 branch has no errors when building and testing our client artifacts.
+1 javadoc 215 trunk passed
0 spotbugs 408 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 648 trunk passed
_ Patch Compile Tests _
0 mvndep 48 Maven dependency ordering for patch
+1 mvninstall 571 the patch passed
+1 compile 358 the patch passed
+1 javac 358 the patch passed
+1 checkstyle 104 the patch passed
+1 mvnsite 0 the patch passed
+1 shellcheck 0 There were no new shellcheck issues.
-1 whitespace 0 The patch 6 line(s) with tabs.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 785 patch has no errors when building and testing our client artifacts.
+1 javadoc 188 the patch passed
+1 findbugs 563 the patch passed
_ Other Tests _
-1 unit 173 hadoop-hdds in the patch failed.
-1 unit 1319 hadoop-ozone in the patch failed.
+1 asflicense 67 The patch does not generate ASF License warnings.
7792
Reason Tests
Failed junit tests hadoop.ozone.container.common.impl.TestHddsDispatcher
hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis
hadoop.ozone.client.rpc.TestOzoneAtRestEncryption
hadoop.ozone.client.rpc.TestSecureOzoneRpcClient
hadoop.ozone.client.rpc.TestOzoneRpcClient
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-937/2/artifact/out/Dockerfile
GITHUB PR #937
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml shellcheck shelldocs yamllint
uname Linux 278701bbb853 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 / 101d5b5
Default Java 1.8.0_212
whitespace https://builds.apache.org/job/hadoop-multibranch/job/PR-937/2/artifact/out/whitespace-tabs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-937/2/artifact/out/patch-unit-hadoop-hdds.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-937/2/artifact/out/patch-unit-hadoop-ozone.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-937/2/testReport/
Max. process+thread count 4029 (vs. ulimit of 5500)
modules C: hadoop-hdds/common hadoop-hdds/server-scm hadoop-ozone/dist U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-937/2/console
versions git=2.7.4 maven=3.3.9 shellcheck=0.4.6 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Choose a reason for hiding this comment

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

whitespace:tabs in line

# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Choose a reason for hiding this comment

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

whitespace:tabs in line

# See the License for the specific language governing permissions and
# limitations under the License.

10.5.0.4 /rack1

Choose a reason for hiding this comment

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

whitespace:tabs in line

# limitations under the License.

10.5.0.4 /rack1
10.5.0.5 /rack1

Choose a reason for hiding this comment

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

whitespace:tabs in line


10.5.0.4 /rack1
10.5.0.5 /rack1
10.5.0.6 /rack1

Choose a reason for hiding this comment

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

whitespace:tabs in line

10.5.0.4 /rack1
10.5.0.5 /rack1
10.5.0.6 /rack1
10.5.0.7 /rack2

Choose a reason for hiding this comment

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

whitespace:tabs in line

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 48 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
0 shelldocs 0 Shelldocs was not available.
0 yamllint 0 yamllint was not available.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 6 new or modified test files.
_ trunk Compile Tests _
0 mvndep 74 Maven dependency ordering for branch
+1 mvninstall 597 trunk passed
+1 compile 353 trunk passed
+1 checkstyle 94 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 860 branch has no errors when building and testing our client artifacts.
+1 javadoc 184 trunk passed
0 spotbugs 347 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 546 trunk passed
_ Patch Compile Tests _
0 mvndep 39 Maven dependency ordering for patch
+1 mvninstall 484 the patch passed
+1 compile 318 the patch passed
+1 javac 318 the patch passed
+1 checkstyle 101 the patch passed
+1 mvnsite 0 the patch passed
+1 shellcheck 0 There were no new shellcheck issues.
-1 whitespace 0 The patch 6 line(s) with tabs.
+1 xml 1 The patch has no ill-formed XML file.
+1 shadedclient 820 patch has no errors when building and testing our client artifacts.
+1 javadoc 191 the patch passed
+1 findbugs 615 the patch passed
_ Other Tests _
-1 unit 194 hadoop-hdds in the patch failed.
-1 unit 1718 hadoop-ozone in the patch failed.
+1 asflicense 65 The patch does not generate ASF License warnings.
7633
Reason Tests
Failed junit tests hadoop.ozone.container.common.impl.TestHddsDispatcher
hadoop.ozone.client.rpc.TestOzoneAtRestEncryption
hadoop.ozone.client.rpc.TestWatchForCommit
hadoop.ozone.client.rpc.TestFailureHandlingByClient
hadoop.ozone.client.rpc.TestSecureOzoneRpcClient
hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis
hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures
hadoop.ozone.client.rpc.TestOzoneRpcClient
hadoop.ozone.client.rpc.TestBCSID
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-937/3/artifact/out/Dockerfile
GITHUB PR #937
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle xml shellcheck shelldocs yamllint
uname Linux 229d5cf8ecfd 4.4.0-144-generic #170~14.04.1-Ubuntu SMP Mon Mar 18 15:02:05 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 101d5b5
Default Java 1.8.0_212
whitespace https://builds.apache.org/job/hadoop-multibranch/job/PR-937/3/artifact/out/whitespace-tabs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-937/3/artifact/out/patch-unit-hadoop-hdds.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-937/3/artifact/out/patch-unit-hadoop-ozone.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-937/3/testReport/
Max. process+thread count 5126 (vs. ulimit of 5500)
modules C: hadoop-hdds/common hadoop-hdds/server-scm hadoop-ozone/dist U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-937/3/console
versions git=2.7.4 maven=3.3.9 shellcheck=0.4.6 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@ChenSammi
Copy link
Contributor Author

Comments for the new build,

  1. whitespaces are intended. Cannot remove them.
  2. all failed unit tests are locally passed. They seem irrelevant.
  3. acceptance test seems take much longer time than other checks.

@xiaoyuyao xiaoyuyao merged commit 1732312 into apache:trunk Jun 12, 2019
@ChenSammi
Copy link
Contributor Author

@xiaoyuyao thanks Xiaoyu for the review and commit.

@elek
Copy link
Member

elek commented Jun 14, 2019

all failed unit tests are locally passed. They seem irrelevant.

Fix me If I am wrong, but TestNodeReportHandler seems to be related. It's failing with NPE after this patch but not without this patch:

https://ci.anzix.net/job/ozone-nightly/141/testReport/org.apache.hadoop.hdds.scm.node/TestNodeReportHandler/testNodeReport/

bshashikant pushed a commit to bshashikant/hadoop that referenced this pull request Jul 10, 2019
shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
* Adding system messages to the stream

* checkstyle fixes
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.

4 participants