fengyubiao

Results 45 issues of fengyubiao

Fixes #16989, #16723 Master Issue: #16989, #16723 ### Motivation - #16989: We mocked a BK error, but if an exception occurs, the failure callback will be executed earlier. So the...

flaky-tests
doc-not-needed

Master Issue: #15370 ### Motivation see #15370 ### Modifications I will complete proposal #15370 with these pull requests( *current pull request is a part of step 7-1* ): 1. Write...

component/transaction
component/metrics
doc-not-needed

### Motivation If `label_cluster` specified `cluster_123`, the expected metrics text is: ``` metrics_xxx_total{cluster="cluster_123"} 1.0 ``` but the exactly metrics text is : ``` metrics_xxx_totalcluster="cluster_123"} 1.0 ``` High light: lost a...

component/metrics
doc-not-needed
ready-to-test

Master Issue: #15370 ### Modifications - Make transaction `MLTransactionMetadataStoreProvider` & `MLPendingAckStoreProvider` support buffered writer metrics. - Motivation: #15370 ---- - Delete constructor of `TxnLogBufferedWriter` without parameter `metrics`. - Motivation: it...

component/transaction
doc-not-needed

### Motivation With the transaction feature, we send and receive messages, and at the same time, execute `admin API: unload namespace` 1000 times. Then the problem occur: Consumer could not...

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

### Motivation Do ` curosr.close` twice. expect cursor state: `Closed` actual cursor state: `Closing` ### Modifications Fixed the state change logic ### Documentation - [ ] `doc` - [ ]...

type/improvement
doc-not-needed
component/ML

Fixes: #17921 Note: This patch will change metrics name `s_bufferedwriter_batch_record_count` and `s_bufferedwriter_batch_oldest_record_delay_time_second`. These two names were first used in this PR #17701, and will be released in version `2.11.1`, so...

doc-not-needed

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation This issue tracks efforts to optimize slow testing(which took more than 5 minutes),...

Fixes #16795 ### Motivation In `Shard` mode: 1. When redelivering some message, will trigger the next read. 1. When closing the lastest consumer or adding the first consumer, will trigger...

type/bug
component/broker
doc-not-needed

Fixes #18232 ### Motivation https://github.com/poorbarcode/pulsar/actions/runs/3267034877/jobs/5371836130 https://github.com/apache/pulsar/actions/runs/3242148385/jobs/5326408439 The original implementation determines whether to wait for the creation of `__chang_event` based on whether a broker has taken ownership of the bundle or...

doc-not-needed