hui lai
hui lai
pick (#38960) At present, the memory allocation of `ByteBuffer` is done through `new char[capacity_]`. Now, it is uniformly allocated by `Allocator` for the following purposes: 1. Better memory statistics 2....
If use **explicit transactions**, error messages may display inaccurately: ``` mysql> begin; Query OK, 0 rows affected (0.00 sec) {'label':'txn_insert_df15d2c71f594be9-a7cbb425b53316b4', 'status':'PREPARE', 'txnId':''} mysql> insert into test_begin_insert_mow1 values (13, false, 621,...
Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions Description =========== When my program was consuming Kafka data through consumer, I deleted the...
### What problem does this PR solve? Print real reason if fetching Kafka meta fail, if set unknown topic: before msg ``` Failed to get all partitions of kafka topic:...
### What problem does this PR solve? close https://github.com/apache/doris/issues/51892 ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version cloud ### What's Wrong? At present, for a single routine load...
### What problem does this PR solve? ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [...
### What problem does this PR solve? pick https://github.com/apache/doris/pull/56930 and https://github.com/apache/doris/pull/57967 Users may set the max batch interval relatively small for visibility, which may result in insufficient throughput and data...