tisonkun commented on issue #19921:
URL: https://github.com/apache/pulsar/issues/19921#issuecomment-1483791640
No. It's because we delete local policies on tenant deleted but not create
it on tenant created.
See `TenantBase#internalDeleteTenantAsync`:
```java
.thenCompose(__ ->
pulsar().getPulsarResources().getLocalPolicies()
.deleteLocalPoliciesTenantAsync(tenant))
```
... and `TenantBase#createTenant`.
@dameiss-tibco it's an unfriendly error logs but it won't indicate a real
error status although.
--
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]