arvindKandpal-ksolves commented on PR #8656:
URL: https://github.com/apache/hbase/pull/8656#issuecomment-5709750485
Verified locally on branch-2.5, JDK 17.0.20, Hadoop3 profile
(-Dhadoop.profile=3.0), matching the "Yetus JDK17 Hadoop3 Unit Check / medium"
failing job.
With zstd-jni 1.5.7-15 (this PR):
```code
mvn -Dhadoop.profile=3.0 -pl hbase-server -am clean install -DskipTests
2>&1 | tail -10
[INFO] Apache HBase - HTTP ................................ SUCCESS [ 4.903
s]
[INFO] Apache HBase - Asynchronous FileSystem ............. SUCCESS [ 4.376
s]
[INFO] Apache HBase - Procedure ........................... SUCCESS [ 3.387
s]
[INFO] Apache HBase - Server .............................. SUCCESS [ 55.751
s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 02:39 min
[INFO] Finished at: 2026-09-17T11:22:19+05:30
[INFO]
------------------------------------------------------------------------
arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -Dhadoop.profile=3.0 -pl
hbase-server test
-Dtest=TestBasicWALEntryStreamAsyncFSWAL#testCleanClosedWALs,TestBasicWALEntryStreamFSHLog#testCleanClosedWALs,TestBufferedMutator#testMultiThread
-DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD"
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
14.00 s <<< FAILURE! -- in
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog
[ERROR]
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog.testCleanClosedWALs
-- Time elapsed: 4.545 s <<< FAILURE!
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
14.24 s <<< FAILURE! -- in
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL
[ERROR]
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs
-- Time elapsed: 4.676 s <<< FAILURE!
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.35
s -- in org.apache.hadoop.hbase.client.TestBufferedMutator
[ERROR] Failures:
[ERROR]
TestBasicWALEntryStreamAsyncFSWAL>TestBasicWALEntryStream.testCleanClosedWALs:727
expected: <0> but was: <1>
[ERROR]
TestBasicWALEntryStreamFSHLog>TestBasicWALEntryStream.testCleanClosedWALs:727
expected: <0> but was: <1>
[ERROR] Tests run: 3, Failures: 2, Errors: 0, Skipped: 0
[INFO] BUILD FAILURE
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:3.5.3:test (default-test) on
project hbase-server: There are test failures.
[ERROR]
[ERROR] See
/home/arvindksi274/Opensource-works/hbase/hbase-server/target/surefire-reports
for the individual test results.
[ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and
[date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
```
With zstd-jni 1.5.7-2 (pristine upstream/branch-2.5, pom.xml reverted):
```code
git checkout upstream/branch-2.5 -- pom.xml
arvindksi274@KLP2757:~/Opensource-works/hbase$ grep -n "zstd-jni.version"
pom.xml
674: <zstd-jni.version>1.5.7-2</zstd-jni.version>
1540: <version>${zstd-jni.version}</version>
arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -Dhadoop.profile=3.0 -pl
hbase-server -am clean install -DskipTests 2>&1 | tail -5
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 02:41 min
[INFO] Finished at: 2026-09-17T11:29:38+05:30
[INFO]
------------------------------------------------------------------------
arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -Dhadoop.profile=3.0 -pl
hbase-server test
-Dtest=TestBasicWALEntryStreamAsyncFSWAL#testCleanClosedWALs,TestBasicWALEntryStreamFSHLog#testCleanClosedWALs
-DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD"
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
10.03 s <<< FAILURE! -- in
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog
[ERROR]
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog.testCleanClosedWALs
-- Time elapsed: 3.588 s <<< FAILURE!
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
10.32 s <<< FAILURE! -- in
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL
[ERROR]
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs
-- Time elapsed: 3.893 s <<< FAILURE!
[ERROR] Failures:
[ERROR]
TestBasicWALEntryStreamAsyncFSWAL>TestBasicWALEntryStream.testCleanClosedWALs:727
expected: <0> but was: <1>
[ERROR]
TestBasicWALEntryStreamFSHLog>TestBasicWALEntryStream.testCleanClosedWALs:727
expected: <0> but was: <1>
[ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0
[INFO] BUILD FAILURE
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:3.5.3:test (default-test) on
project hbase-server: There are test failures.
[ERROR]
[ERROR] See
/home/arvindksi274/Opensource-works/hbase/hbase-server/target/surefire-reports
for the individual test results.
[ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and
[date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
```
Same failure, identical assertion, with and without the zstd-jni bump —
confirms this is a pre-existing issue on branch-2.5, unrelated to this PR. Also
confirmed no reference to zstd/compression in either test file or the shared
test base class.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]