arvindKandpal-ksolves commented on PR #8656:
URL: https://github.com/apache/hbase/pull/8656#issuecomment-5716858594

   Verified locally on branch-2.5, JDK 1.8.0_502, Hadoop2 (default profile), 
matching "Yetus JDK8 Hadoop2 Unit Check / medium".
   
   TestWALCompressionLzma, TestMetaCache, TestMasterRegionFlush, 
TestBindExceptionHandling: all pass.
   
   TestBasicWALEntryStreamAsyncFSWAL/FSHLog#testCleanClosedWALs: fail 
identically with and without the zstd-jni bump (reverted pom.xml to pristine 
1.5.7-2 and reproduced) — pre-existing issue.
   
   TestBufferedMutator#testMultiThread: failed once with the bump, passed on 
rerun without it  and again passed with try — consistent with CI's own "Flakes" 
classification (timing-sensitive, not deterministic either way).
   
   see here : 
   
   ```code
   arvindksi274@KLP2757:~/Opensource-works/hbase$ export 
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
   export PATH=$JAVA_HOME/bin:$PATH
   java -version
   mvn -pl hbase-compression/hbase-compression-xz -am clean install -DskipTests 
2>&1 | tail -5
   openjdk version "1.8.0_502"
   OpenJDK Runtime Environment (build 1.8.0_502-8u502-ga~us1-0ubuntu1~24.04-b07)
   OpenJDK 64-Bit Server VM (build 25.502-b07, mixed mode)
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  02:09 min
   [INFO] Finished at: 2026-09-17T20:17:28+05:30
   [INFO] 
------------------------------------------------------------------------
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server -am 
clean install -DskipTests 2>&1 | tail -5
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:59 min
   [INFO] Finished at: 2026-09-17T20:33:20+05:30
   [INFO] 
------------------------------------------------------------------------
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl 
hbase-compression/hbase-compression-xz test -Dtest=TestWALCompressionLzma 
-DfailIfNoTests=false 2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD"
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.8 
s -- in org.apache.hadoop.hbase.io.compress.xz.TestWALCompressionLzma
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server test 
-Dtest=TestBufferedMutator#testMultiThread,TestMetaCache#testAddToCacheReverse,TestMasterRegionFlush#testPeriodicalFlush,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: 
13.49 s <<< FAILURE! -- in 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog
   [ERROR] 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog.testCleanClosedWALs
 -- Time elapsed: 4.838 s <<< FAILURE!
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.27 
s -- in org.apache.hadoop.hbase.client.TestMetaCache
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
14.73 s <<< FAILURE! -- in 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL
   [ERROR] 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs
 -- Time elapsed: 5.838 s <<< FAILURE!
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.504 
s -- in org.apache.hadoop.hbase.master.region.TestMasterRegionFlush
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
39.83 s <<< FAILURE! -- in org.apache.hadoop.hbase.client.TestBufferedMutator
   [ERROR] org.apache.hadoop.hbase.client.TestBufferedMutator.testMultiThread 
-- Time elapsed: 18.66 s <<< FAILURE!
   [ERROR] Failures: 
   [ERROR]   TestBufferedMutator.testMultiThread:125 expected: <true> but was: 
<false>
   [ERROR]   
TestBasicWALEntryStreamAsyncFSWAL>TestBasicWALEntryStream.testCleanClosedWALs:727
 expected: <0> but was: <1>
   [ERROR]   
TestBasicWALEntryStreamFSHLog>TestBasicWALEntryStream.testCleanClosedWALs:727 
expected: <0> but was: <1>
   [ERROR] Tests run: 5, Failures: 3, 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
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-thrift -am test 
-Dtest=TestBindExceptionHandling#testProtocolPortClash -DfailIfNoTests=false 
2>&1 | grep -E "Tests run|FAIL|ERROR|BUILD"
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.612 
s -- in org.apache.hadoop.hbase.thrift.TestBindExceptionHandling
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ 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 -pl hbase-server -am 
clean install -DskipTests 2>&1 | tail -5
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:52 min
   [INFO] Finished at: 2026-09-17T20:42:24+05:30
   [INFO] 
------------------------------------------------------------------------
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server test 
-Dtest=TestBufferedMutator#testMultiThread,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: 
13.16 s <<< FAILURE! -- in 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog
   [ERROR] 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog.testCleanClosedWALs
 -- Time elapsed: 4.807 s <<< FAILURE!
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
13.62 s <<< FAILURE! -- in 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL
   [ERROR] 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs
 -- Time elapsed: 5.408 s <<< FAILURE!
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.39 
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
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ git checkout 
HBASE-30382-branch-2.5 -- pom.xml
   grep -n "zstd-jni.version" pom.xml
   674:    <zstd-jni.version>1.5.7-15</zstd-jni.version>
   1540:        <version>${zstd-jni.version}</version>
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server -am 
clean install -DskipTests 2>&1 | tail -5
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  01:57 min
   [INFO] Finished at: 2026-09-17T20:46:39+05:30
   [INFO] 
------------------------------------------------------------------------
   
   arvindksi274@KLP2757:~/Opensource-works/hbase$ mvn -pl hbase-server test 
-Dtest=TestBufferedMutator#testMultiThread,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: 
13.12 s <<< FAILURE! -- in 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog
   [ERROR] 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamFSHLog.testCleanClosedWALs
 -- Time elapsed: 4.868 s <<< FAILURE!
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
13.92 s <<< FAILURE! -- in 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL
   [ERROR] 
org.apache.hadoop.hbase.replication.regionserver.TestBasicWALEntryStreamAsyncFSWAL.testCleanClosedWALs
 -- Time elapsed: 5.520 s <<< FAILURE!
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.03 
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
   ```
   


-- 
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]

Reply via email to