Kevin Cai
Kevin Cai
a.proto ``` syntax="proto2"; package a; option java_package = "com.a"; message A { repeated string column_name = 1; }; ``` b.proto ``` syntax="proto2"; import public "a.proto"; package b; option java_package =...
* add 'Build distributor id' info into fe/be version info * be able to known which distributor id the artifacts is built on ## Why I'm doing: ## What I'm...
https://github.com/baidu/Jprotobuf-rpc-socket/blob/master/jprotobuf-rpc-core/src/main/java/com/baidu/jprotobuf/pbrpc/data/RpcRequestMeta.java ``` /** 分布式追踪 Parent Span ID. */ @Protobuf(order = 6) private Long parentSpanId; /** 扩展字段. */ @Protobuf(order = 7) private List extFields; /** 非PbRpc规范,用于传输额外的参数. */ @Protobuf(fieldType = FieldType.BYTES, order...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [x] BugFix - [ ] Feature - [ ] Enhancement - [...
* star cache related metrics api update * fixes #45036 crash * fix starlet getshard call with worker_group_id * fix starmgr grpc, be able to provide customized executor for grpc...
* add -ffile-prefix-map to convert absolute path to relative path * fix gensrc_dir, use a symbolic link to be/src/gen_cpp/ directory * apply -ffile-prefix-map to `.c` file as well ## Why...
## Enhancement Current CMAKE system will preserve the entire absolute path to source file, feeding into compiler, this leads to build server absolute path embedded in be binary debug info....
## Why I'm doing: ## What I'm doing: Refs #46652 ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [...
## Why I'm doing: ## What I'm doing: Fixes #50359 ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [...
## Enhancement refer to https://github.com/StarRocks/starrocks/pull/48546 a text logging format may look like `%d{yyyy-MM-dd HH:mm:ss.SSSXXX} %p (%t|%tid) [%C{1}.%M():%L] %m%n`, it contains `%M` and `%L` representing the method and line number, need...