daidai
daidai
## Proposed changes support be jvm metrics. if you `curl http://be_host:webserver_port/metrics` , you will get : ``` doris_be_jvm_heap_size_bytes{type="max"} 8589934592 doris_be_jvm_heap_size_bytes{type="committed"} 8589934592 doris_be_jvm_heap_size_bytes{type="used"} 364159504 doris_be_jvm_non_heap_size_bytes{type="committed"} 117899264 doris_be_jvm_non_heap_size_bytes{type="used"} 115330424 doris_be_jvm_young_size_bytes{type="used"} 255852544 doris_be_jvm_young_size_bytes{type="peak_used"}...
## Proposed changes before pr : #35023 In order to prevent doris_be from crashing when collecting jvm information due to jvm incompatibility issues, you can set `enable_jvm_monitor = true /...
## Proposed changes Fixed the problem that filtering with non-existent columns failed when reading orc tables example : ``` mysql> select * from sc_test; +------+------+-------+----------------------+----------+ | id | type |...
## Proposed changes Issue Number: close #xxx
bp #39926 ## Proposed changes Since Doris does not have an unsigned type, we convert parquet uint32 type to doris bigint (int64) type. When reading the parquet file, the byte...
# Versions - [😌] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [😏] Chinese - [😏] English
## Proposed changes When reading orc files, we may encounter a scenario where the stripe byte size is very small but the number of stripes is very large. This pr...
### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [ ]...