[
https://issues.apache.org/jira/browse/HADOOP-18204?focusedWorklogId=757781&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-757781
]
ASF GitHub Bot logged work on HADOOP-18204:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Apr/22 06:58
Start Date: 18/Apr/22 06:58
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on PR #4185:
URL: https://github.com/apache/hadoop/pull/4185#issuecomment-1101156887
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Logfile | Comment |
|:----:|----------:|--------:|:--------:|:-------:|
| +0 :ok: | reexec | 35m 35s | | Docker mode activated. |
|||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 0s | | No case conflicting files
found. |
| +0 :ok: | codespell | 0m 0s | | codespell was not available. |
| +1 :green_heart: | @author | 0m 0s | | The patch does not contain
any @author tags. |
| -1 :x: | test4tests | 0m 0s | | The patch doesn't appear to include
any new or modified tests. Please justify why no new tests are needed for this
patch. Also please list what manual steps were performed to verify this patch.
|
|||| _ trunk Compile Tests _ |
| +1 :green_heart: | mvninstall | 39m 40s | | trunk passed |
| +1 :green_heart: | compile | 3m 40s | | trunk passed |
| +1 :green_heart: | mvnsite | 0m 31s | | trunk passed |
| +1 :green_heart: | shadedclient | 62m 38s | | branch has no errors
when building and testing our client artifacts. |
|||| _ Patch Compile Tests _ |
| +1 :green_heart: | mvninstall | 0m 17s | | the patch passed |
| +1 :green_heart: | compile | 3m 29s | | the patch passed |
| +1 :green_heart: | cc | 3m 29s | | the patch passed |
| +1 :green_heart: | golang | 3m 29s | | the patch passed |
| +1 :green_heart: | javac | 3m 29s | | the patch passed |
| +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks
issues. |
| +1 :green_heart: | mvnsite | 0m 18s | | the patch passed |
| +1 :green_heart: | shadedclient | 18m 27s | | patch has no errors
when building and testing our client artifacts. |
|||| _ Other Tests _ |
| -1 :x: | unit | 35m 50s |
[/patch-unit-hadoop-hdfs-project_hadoop-hdfs-native-client.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4185/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs-native-client.txt)
| hadoop-hdfs-native-client in the patch failed. |
| +1 :green_heart: | asflicense | 0m 37s | | The patch does not
generate ASF License warnings. |
| | | 159m 34s | | |
| Reason | Tests |
|-------:|:------|
| Failed CTEST tests | test_hdfs_ext_hdfspp_test_shim_static |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4185/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/4185 |
| Optional Tests | dupname asflicense compile cc mvnsite javac unit
codespell golang |
| uname | Linux 39a11da18b7d 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | trunk / b3acc082aabfc14d012c41932a14a07a986c95d8 |
| Default Java | Red Hat, Inc.-1.8.0_322-b06 |
| CTEST |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4185/1/artifact/out/patch-hadoop-hdfs-project_hadoop-hdfs-native-client-ctest.txt
|
| Test Results |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4185/1/testReport/ |
| Max. process+thread count | 692 (vs. ulimit of 5500) |
| modules | C: hadoop-hdfs-project/hadoop-hdfs-native-client U:
hadoop-hdfs-project/hadoop-hdfs-native-client |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4185/1/console |
| versions | git=2.9.5 maven=3.6.3 |
| Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
Issue Time Tracking
-------------------
Worklog Id: (was: 757781)
Remaining Estimate: 503h 50m (was: 504h)
Time Spent: 10m
> java.io.IOException: Version Mismatch (Expected: 28, Received: 520 )
> --------------------------------------------------------------------
>
> Key: HADOOP-18204
> URL: https://issues.apache.org/jira/browse/HADOOP-18204
> Project: Hadoop Common
> Issue Type: Bug
> Components: hdfs-client
> Affects Versions: 3.3.0, 3.3.1, 3.2.3, 3.3.2
> Environment: NAME="openEuler"
> VERSION="20.03 (LTS-SP1)"
> ID="openEuler"
> VERSION_ID="20.03"
> Reporter: cnnc
> Priority: Major
> Labels: libhdfs, libhdfscpp
> Attachments: test1M.cpp
>
> Original Estimate: 504h
> Time Spent: 10m
> Remaining Estimate: 503h 50m
>
> read 1M bytes from hdfs with libhdfspp, and the datanode-server report an
> error like:
>
> 2022-04-12 20:10:21,872 ERROR
> org.apache.hadoop.hdfs.server.datanode.DataNode: server1:9866:DataXceiver
> error processing READ_BLOCK operation src: /90.90.43.114:47956 dst:
> /90.90.43.114:9866
> java.io.IOException: Version Mismatch (Expected: 28, Received: 520 )
> at
> org.apache.hadoop.hdfs.protocol.datatransfer.Receiver.readOp(Receiver.java:74)
> at
> org.apache.hadoop.hdfs.server.datanode.DataXceiver.run(DataXceiver.java:269)
> at java.lang.Thread.run(Thread.java:748)
> 2022-04-12 20:13:27,615 ERROR
> org.apache.hadoop.hdfs.server.datanode.DataNode: server1:9866:DataXceiver
> error processing READ_BLOCK operation src: /90.90.43.114:48142 dst:
> /90.90.43.114:9866
> java.io.IOException: Version Mismatch (Expected: 28, Received: 520 )
> at
> org.apache.hadoop.hdfs.protocol.datatransfer.Receiver.readOp(Receiver.java:74)
> at
> org.apache.hadoop.hdfs.server.datanode.DataXceiver.run(DataXceiver.java:269)
> at java.lang.Thread.run(Thread.java:748)
>
>
> (1) compile test1M.cpp ,using command:
> g++ test1M.cpp -lprotobuf -lhdfspp_static -lhdfs -lpthread -lsasl2 -lcrypto
> -llz4 -I./ -L./ -o test1M
>
> (2)and execute test1M with:
> ./test1M REAL_HDFS_FILE_PATH
>
> (3) check hadoop logs and you will find erro info like :
> java.io.IOException: Version Mismatch (Expected: 28, Received: 520 )
> at
> org.apache.hadoop.hdfs.protocol.datatransfer.Receiver.readOp(Receiver.java:74)
> at
> org.apache.hadoop.hdfs.server.datanode.DataXceiver.run(DataXceiver.java:269)
> at java.lang.Thread.run(Thread.java:748)
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]