jhungund commented on PR #6240:
URL: https://github.com/apache/hbase/pull/6240#issuecomment-2360170350

   Hi @wchevreuil, The test failures seem unrelated to the change. The tests 
passed on top of this change, when executed locally.
   
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy
   [INFO] Running 
org.apache.hadoop.hbase.replication.TestReplicationMetricsforUI
   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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
35.766 s - in org.apache.hadoop.hbase.replication.TestReplicationMetricsforUI
   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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
193.738 s - in org.apache.hadoop.hbase.TestAcidGuaranteesWithAdaptivePolicy
   [INFO]
   [INFO] Results:
   [INFO]
   [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
   
   (base) janardhan.hungund@MacBook-Pro-4 hbase % git log
   commit bec51511af1f2bf234eb252842b14cb380e478ce (HEAD -> 
branch-2-for-HBASE-28821, upstream-fork/branch-2-for-HBASE-28821)
   Author: Janardhan Hungund <[email protected]>
   Date:   Fri Sep 6 19:34:15 2024 +0530
   
       HBASE-28821: Optimise the memory-utilisation during persistence of 
bucketcache.
   
       During the serialisation of backing map of bucketcache persistence,
       we create a new BackingMapEntry.Builder object for every entry in the
       bucket map. This can be optimized by creating a single builder object
       and reusing it for every entry object.
   
       Change-Id: I6f6c05dfa256ce964cd1d66e5050d9424db4be46
       
       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]

Reply via email to