This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from fc388242c83 [fix][test] Use delta when comparing doubles in
checkLoadReportNicSpeed (#20343)
new 9d813d0e3f0 [improve][fn] Use functions classloader in
TopicSchema.newSchemaInstance() to fix ClassNotFoundException when using custom
SerDe classes. (targeted for master) (#20115)
new c71f4c431b3 [fix][broker]Fix deadlock of metadata store (#20189)
new 5a66d6cc7bb [fix][broker] Fix class name typo `PrecisPublishLimiter`
to "Precise" (#20310)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pulsar/broker/namespace/NamespaceService.java | 32 +++++++++++---------
.../pulsar/broker/namespace/OwnershipCache.java | 6 ++--
.../pulsar/broker/service/AbstractTopic.java | 2 +-
...lishLimiter.java => PrecisePublishLimiter.java} | 10 +++----
.../PrecisTopicPublishRateThrottleTest.java | 2 +-
...terTest.java => PrecisePublishLimiterTest.java} | 30 +++++++++----------
.../broker/service/PublishRateLimiterTest.java | 34 ++++++++++++----------
.../pulsar/functions/instance/ContextImpl.java | 2 +-
.../apache/pulsar/functions/sink/PulsarSink.java | 2 +-
.../pulsar/functions/source/PulsarSource.java | 6 ++--
.../source/SingleConsumerPulsarSource.java | 11 +++----
.../pulsar/functions/source/TopicSchema.java | 15 ++++++++--
.../pulsar/functions/source/TopicSchemaTest.java | 8 +++--
.../integration/functions/PulsarFunctionsTest.java | 8 ++---
.../functions/PulsarFunctionsTestBase.java | 2 +-
.../functions/java/PulsarFunctionsJavaTest.java | 11 ++++---
.../java/PulsarWorkerRebalanceDrainTest.java | 15 ++++++----
.../functions/utils/CommandGenerator.java | 10 +++----
18 files changed, 113 insertions(+), 93 deletions(-)
rename
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/{PrecisPublishLimiter.java
=> PrecisePublishLimiter.java} (93%)
rename
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/{PrecisPublishLimiterTest.java
=> PrecisePublishLimiterTest.java} (57%)