jhungund commented on PR #6264: URL: https://github.com/apache/hbase/pull/6264#issuecomment-2360156258
Hi @wchevreuil , The test failures seem unrelated to these changes. I executed these changes on top of this change and the tests passed. (base) janardhan.hungund@MacBook-Pro-4 hbase % git log commit 79f6242edbb41fa1e1c4e92b4c995dc46e4c00cf (HEAD -> branch-2-for-HBASE-28840, upstream-fork/branch-2-for-HBASE-28840) Author: Janardhan Hungund <[email protected]> Date: Sun Sep 15 18:43:07 2024 +0530 HBASE-28840: Optimise memory utilization bucketcache retrieval from persistence. [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.quotas.TestQuotaAdmin [INFO] Running org.apache.hadoop.hbase.client.TestClientScannerTimeouts WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar) WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule WARNING: System::setSecurityManager will be removed in a future release WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar) WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule WARNING: System::setSecurityManager will be removed in a future release WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule$1 (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar) WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule$1 WARNING: System::setSecurityManager will be removed in a future release [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.283 s - in org.apache.hadoop.hbase.quotas.TestQuotaAdmin WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.hadoop.hbase.SystemExitRule$1 (file:/Users/janardhan.hungund/hbase-down/hbase/hbase-common/target/hbase-common-2.7.0-SNAPSHOT-tests.jar) WARNING: Please consider reporting this to the maintainers of org.apache.hadoop.hbase.SystemExitRule$1 WARNING: System::setSecurityManager will be removed in a future release [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 217.97 s - in org.apache.hadoop.hbase.client.TestClientScannerTimeouts [INFO] [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 Can you please take a look? Thanks, Janardhan -- 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]
