RobertIndie commented on code in PR #16292:
URL: https://github.com/apache/pulsar/pull/16292#discussion_r910578144
##########
pulsar-broker/src/main/java/org/apache/pulsar/zookeeper/LocalBookkeeperEnsemble.java:
##########
@@ -369,21 +369,16 @@ public void runStreamStorage(CompositeConfiguration conf)
throws Exception {
.build())
.buildAdmin()) {
+ LOG.info("Creating default namespace");
try {
- NamespaceProperties ns =
FutureUtils.result(admin.getNamespace("default"));
Review Comment:
Could you explain in detail how these codes causes this exception?
`io.grpc.StatusRuntimeException: NOT_FOUND`
--
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]