This is an automated email from the ASF dual-hosted git repository.

szita pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 565737a  HIVE-24349:Client connection count is not printed correctly 
in HiveMetastoreClient(Arko Sharma, reviewed by Pravin Kumar Sinha)
     add 9037f8a  HIVE-24377: Instant deallocation option for proactive cache 
eviction (Adam Szita, reviewed by Antal Sinkovits and Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   5 +
 .../hadoop/hive/llap/cache/LowLevelCache.java      |   3 +-
 .../hadoop/hive/llap/cache/LowLevelCacheImpl.java  |   5 +-
 .../hive/llap/cache/LowLevelLrfuCachePolicy.java   |  45 ++++++-
 .../llap/cache/ProactiveEvictingCachePolicy.java   |   3 +
 .../hive/llap/cache/SerDeLowLevelCacheImpl.java    |   5 +-
 .../hive/llap/cache/SimpleBufferManager.java       |   2 +-
 .../hadoop/hive/llap/io/api/impl/LlapIoImpl.java   |   8 +-
 .../hive/llap/io/metadata/MetadataCache.java       |   8 +-
 .../hive/llap/cache/TestLowLevelCacheImpl.java     |  20 ++-
 .../llap/cache/TestLowLevelLrfuCachePolicy.java    | 143 +++++++++++++++++----
 .../hive/llap/cache/TestOrcMetadataCache.java      |   2 +-
 .../hadoop/hive/common/io/FileMetadataCache.java   |   3 +-
 13 files changed, 209 insertions(+), 43 deletions(-)

Reply via email to