ken

Results 29 issues of ken

### Motivation Now the localNode is not updated after initialize. There exist some problems. 1. LocalNode has wrong rack information. Because the execute order in the bookieClient constructor is :...

### Motivation Now in regionAwarePolicy, each region has the same localNode. Such as: - region1 - localNode is /region1/rack1 - region2 - localNode is /region1/rack1 - region3 - localNode is...

### Motivation It is more reasonable to set routingMode default RoundRobinDistribution, just as the java client. Otherwise, user may ignore this config, and producer can not produce msg to all...

### Motivation As seen in the AuthenticatedTransactionProducerConsumerTest, if we enable authorization, and want to produce/consume to a normal topic by transaction, we not only need to grant permission on normal...

doc-not-needed

Main Issue: https://github.com/apache/pulsar/issues/21324 ### Motivation Fix can not cleanup heartbeat data if scaling down broker ### Modifications when close the broker, delete heartbeat resource. If the broker restart, the heartbeat...

doc-not-needed

### Motivation 1. FIx the issue https://github.com/apache/pulsar/issues/22943. This is issue is serious and actually cause txn unavailable. This pr is similar to a previous pr https://github.com/apache/pulsar/pull/14286. Since previous pr is...

doc-not-needed
ready-to-test

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....

type/bug

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. - It seems this problem is the same as this pr described, https://github.com/apache/pulsar/pull/14286. ### Version...

type/bug
Stale

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....

type/bug

### Motivation In order to completely fix not adhering placement ledgers, also repair the opened ledger in feature "auto recover support repaired not adhering placement ledger" ### Changes remove "if...