Cong Zhao

Results 37 issues of Cong Zhao
trafficstars

Master Issue: #17188 ### Motivation See: #17188 ### Modifications Support include message header size when check maxMessageSize for cpp client ### Verifying this change - [x] Make sure that the...

component/client-c++
doc-not-needed

Fixes #18329 ### Motivation Due to missing LocalDateTime ConVersion, the decode `java.time.LocalDateTime` failure. ### Modifications Add `LocalTimestampMicrosConversion` and `LocalTimestampMillisConversion` for AvroSchema. ### Verifying this change - [x] Make sure that...

type/bug
component/client
doc-not-needed
release/2.9.4
release/2.11.1
release/2.10.3
ready-to-test

Fixes #18314 ### Motivation In #18289, we set `sendInProgress` to false only after the last entry in a batch of messages has been delivered, but this will make consume stuck,...

flaky-tests
doc-not-needed

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/actions/runs/3377038718/jobs/5605505912#step:8:1667 ### Exception stacktrace Full exception stacktrace Error: testMessageRedelivery(org.apache.pulsar.broker.service.persistent.PersistentTopicStreamingDispatcherE2ETest) Time elapsed: 1.14...

component/test
flaky-tests

### Motivation I find some z-node only call `exist` and add watcher, but `ExistsWatchRegistration` still will be registered even though the z-node may never be created. this will lead to...

type/bug
component/metadata
release/2.8.5

### Motivation We found the following error logs on the broker when we used ResourceGroupPublishLimiter. This root cause is `tryAcquire` method has a race condition with the `replaceLimiters` method, leading...

bug
component/broker
doc-not-needed
release/2.10.6
release/3.0.3
release/2.11.4
release/3.1.3

### Motivation Currently, if only broker-level EntryFilters are used, each topic will repeatedly load EntryFilters, which is unnecessary. ### Modifications If only broker-level EntryFilters are set, then we don't load...

doc-not-needed

### Feature Description (功能描述) Support rest-api for manage computer jobs by [computer-k8s](https://github.com/apache/incubator-hugegraph-computer/tree/master/computer-k8s) Driver: https://github.com/apache/incubator-hugegraph-computer/blob/master/computer-k8s/src/main/java/org/apache/hugegraph/computer/k8s/driver/KubernetesDriver.java

help wanted
feature

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/actions/runs/8415552736/job/23056991961?pr=22335 ### Exception stacktrace ``` Error: org.apache.bookkeeper.mledger.impl.ShadowManagedLedgerImplTest.testShadowWrites Time elapsed: 10.183 s

help wanted

### Bug Type (问题类型) exception / error (运行异常) ### Before submit - [X] 我已经确认现有的 [Server-Issues](https://github.com/hugegraph/hugegraph/issues) 与 [Computer-Issues](https://github.com/hugegraph/hugegraph-computer/issues) 中没有相同 / 重复问题 ### Environment (环境信息) CI ### Expected & Actual behavior (期望与实际表现)...

bug
good first issue
help wanted