You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/17 16:41:15 UTC

[GitHub] [pulsar] BewareMyPower opened a new issue #10615: Topic admin operations doesn't work well for non-persistent partitioned topics

BewareMyPower opened a new issue #10615:
URL: https://github.com/apache/pulsar/issues/10615


   **Describe the bug**
   See changes of `pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApiTest.java` in https://github.com/apache/pulsar/pull/10601 for details.
   
   1. `getList` would return 0 even if a partitioned topic was created
   2. `deleteSubscription` may throw `NotFoundException`
   3. `getSubscriptions` may return an empty list
   4. the `subscriptions` field of what `getPartitionedStats` returns may contain nothing
   
   **To Reproduce**
   The `AdminApiTest` wouldn't pass if check for `isPersistent` was removed.
   
   **Expected behavior**
   After check for persistent domain was removed, `AdminApiTest` should pass.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #10615: Topic admin operations doesn't work well for non-persistent partitioned topics

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10615:
URL: https://github.com/apache/pulsar/issues/10615#issuecomment-1058890283


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] wangshaojie4039 commented on issue #10615: Topic admin operations doesn't work well for non-persistent partitioned topics

Posted by GitBox <gi...@apache.org>.
wangshaojie4039 commented on issue #10615:
URL: https://github.com/apache/pulsar/issues/10615#issuecomment-844748582


   I want to do this


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] BewareMyPower commented on issue #10615: Topic admin operations doesn't work well for non-persistent partitioned topics

Posted by GitBox <gi...@apache.org>.
BewareMyPower commented on issue #10615:
URL: https://github.com/apache/pulsar/issues/10615#issuecomment-844777368


   OK, I assigned this issue to you first


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org