This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from bf26f49505e [bugfix](external)add check of engine and catalog types
for 2.1 #39343 (#39643)
add 0bfcee12511 [opt](file-cache) support system table
file_cache_statistics (#39552)
No new revisions were added by this update.
Summary of changes:
be/src/exec/schema_scanner.cpp | 3 +
..._tasks.cpp => schema_file_cache_statistics.cpp} | 60 ++++++++-----------
...tive_tasks.h => schema_file_cache_statistics.h} | 12 ++--
be/src/io/cache/block/block_file_cache.h | 1 +
be/src/io/cache/block/block_file_cache_factory.cpp | 52 ++++++++++++++++
be/src/io/cache/block/block_file_cache_factory.h | 6 ++
be/src/io/cache/block/block_lru_file_cache.cpp | 69 ++++++++++++++++++++--
be/src/io/cache/block/block_lru_file_cache.h | 8 ++-
be/src/runtime/runtime_query_statistics_mgr.cpp | 2 +-
be/src/runtime/runtime_query_statistics_mgr.h | 2 +-
.../org/apache/doris/analysis/SchemaTableType.java | 6 +-
.../java/org/apache/doris/catalog/SchemaTable.java | 8 +++
.../planner/BackendPartitionedSchemaScanNode.java | 3 +
.../doris/datasource/RefreshCatalogTest.java | 4 +-
gensrc/thrift/Descriptors.thrift | 3 +-
.../jdbc/test_mariadb_jdbc_catalog.out | 31 ----------
.../jdbc/test_mysql_jdbc_catalog.out | 31 ----------
.../jdbc/test_mysql_jdbc_catalog_nereids.out | 31 ----------
.../jdbc/test_mysql_jdbc_driver5_catalog.out | 31 ----------
.../jdbc/test_mariadb_jdbc_catalog.groovy | 2 +-
.../jdbc/test_mysql_jdbc_catalog.groovy | 2 +-
.../jdbc/test_mysql_jdbc_catalog_nereids.groovy | 2 +-
.../jdbc/test_mysql_jdbc_driver5_catalog.groovy | 2 +-
23 files changed, 191 insertions(+), 180 deletions(-)
copy be/src/exec/schema_scanner/{schema_backend_active_tasks.cpp =>
schema_file_cache_statistics.cpp} (52%)
copy be/src/exec/schema_scanner/{schema_backend_active_tasks.h =>
schema_file_cache_statistics.h} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]