[PR] fix the comments of the class MetaCache in the MetaCache.java [doris]

2024-09-11 Thread via GitHub
zhangm365 opened a new pull request, #39874: URL: https://github.com/apache/doris/pull/39874 The correct comment is: The refreshAfterWriteSec is only used for namesCache, not for metaObjCache. ## Proposed changes The source code is: ```java CacheFactory name

Re: [PR] fix the comments of the class MetaCache in the MetaCache.java [doris]

2024-09-11 Thread via GitHub
zhangm365 closed pull request #39874: fix the comments of the class MetaCache in the MetaCache.java URL: https://github.com/apache/doris/pull/39874 -- 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 th

Re: [PR] fix the comments of the class MetaCache in the MetaCache.java [doris]

2024-09-05 Thread via GitHub
doris-robot commented on PR #39874: URL: https://github.com/apache/doris/pull/39874#issuecomment-2330926357 ClickBench: Total hot run time: 31.97 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] fix the comments of the class MetaCache in the MetaCache.java [doris]

2024-09-05 Thread via GitHub
doris-robot commented on PR #39874: URL: https://github.com/apache/doris/pull/39874#issuecomment-2330890964 TPC-H: Total hot run time: 38017 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] fix the comments of the class MetaCache in the MetaCache.java [doris]

2024-08-23 Thread via GitHub
doris-robot commented on PR #39874: URL: https://github.com/apache/doris/pull/39874#issuecomment-2307982360 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] fix the comments of the class MetaCache in the MetaCache.java [doris]

2024-08-23 Thread via GitHub
zhangm365 opened a new pull request, #39874: URL: https://github.com/apache/doris/pull/39874 The correct description is: The refreshAfterWriteSec is only used for namesCache, not for metaObjCache. ## Proposed changes Issue Number: close #xxx -- This is an a