zhengyu

Results 10 issues of zhengyu

The script is helpful when developers have multiple JDKs installed in the system. It will setup the link to the java binary, as well as `JAVA_HOME` and `CLASSPATH`. As a...

It warns that`'includeantruntime' was not set, defaulting to build.sysclasspath=last` when I try to build with ant (v 1.9.3). I modified `build.xml` to suppress warning caused by the misleading new feature...

Implement segmentwise compaction during rowset write to reduce the number of segments produced by load jobs, otherwise may cause OLAP_ERR_TOO_MANY_SEGMENTS (-238). Signed-off-by: freemandealer # Proposed changes Issue Number: close #12609...

area/vectorization

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Currently only BrokerLoad and InsertInto support load profile. We need print...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description better merge single_replica_load_rpc_service into brpc_service refer to these to see what...

…on (#16731) Use regression conf instead hard-coded S3 info. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [x] Does it affect the...

kind/test
approved
reviewed

As I read the code, I find that there are at most three opportunities for a request to trigger schedule_request: after adding a new request, after a request completed and...

skip null partition when get base tablets for each be (for further usage in dedup updated row count in MV) This may cause publish fail ## Proposed changes Issue Number:...

approved
reviewed
p0_b
dev/2.1.x
dev/3.0.x

rows of only one table is updated correctly, need to merge all table commit infos. ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively...

Get visible version one by one from MetaService is costly. Batching them into one RPC will not only reduce the work load of RPC service but also reduce the lag....

approved
meta-change