Open Demogorgon314 opened 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.54%. Comparing base (
bbc6224
) to head (dfcb47a
). Report is 578 commits behind head on master.
@codelipenghui Did you mean to set the SchemaCompatibilityStrategy
to BACKWARD
? The default strategy is FULL
, so int -> long
and long -> int
are incompatible.
Motivation
When upgrading broker version from
3.0.x
to3.3.x
withExtensibleLoadManagerImpl
enabled, it will have anUnable to read schema
exception. And the broker will fail to start. This issue is caused by https://github.com/apache/pulsar/pull/22055 .Modifications
Add a new class
NonPersistentSystemTopic
, and it will use for system non-persistent topic.Documentation
doc
doc-required
doc-not-needed
doc-complete