merlimat commented on PR #22535:
URL: https://github.com/apache/pulsar/pull/22535#issuecomment-2064958216
@rdhabalia There seems to be some mocked test issue:
```
Error: PulsarStandaloneTest.testMetadataInitialization:121 ยป
ServerSideError
--- An unexpected error occurred in the server ---
Message: Cannot invoke "java.lang.Integer.intValue()" because the return
value of "org.apache.pulsar.common.policies.data.PolicyHierarchyValue.get()" is
null
Stacktrace:
java.lang.NullPointerException: Cannot invoke
"java.lang.Integer.intValue()" because the return value of
"org.apache.pulsar.common.policies.data.PolicyHierarchyValue.get()" is null
at
org.apache.pulsar.broker.service.persistent.PersistentTopic.checkReplication(PersistentTopic.java:1722)
at
org.apache.pulsar.broker.service.BrokerService$2.lambda$openLedgerComplete$1(BrokerService.java:1718)
at
java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
at
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at
java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
at
java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726)
at
java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
at
org.apache.bookkeeper.common.util.SingleThreadExecutor.safeRunTask(SingleThreadExecutor.java:137)
at
org.apache.bookkeeper.common.util.SingleThreadExecutor.run(SingleThreadExecutor.java:113)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]