You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "ywave620 (via GitHub)" <gi...@apache.org> on 2023/02/08 08:05:01 UTC

[GitHub] [pulsar] ywave620 opened a new issue, #19459: [Bug] API /admin/persistent/ return 405 Method Not Allowed

ywave620 opened a new issue, #19459:
URL: https://github.com/apache/pulsar/issues/19459

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   2.9.0
   
   ### Minimal reproduce step
   
   start pulsur through a docker-compose.yml
   ```yml
   version: "3"
   
   services:
     pulsur:
       container_name: test-pulsur
       image: apachepulsar/pulsar:2.9.0
       entrypoint: [ "bin/pulsar", "standalone" ]
       ports:
           - 2003:8080
       networks:
         - test
    
   networks:
     test:
       driver: bridge
       ipam:
         config:
           - subnet: 173.20.0.0/16
   ```
   
   then 
   ```sh
   curl 127.0.0.1:2003/admin/persistent/test/rogertyang/tap/partitions?checkAllowAutoCreation=true 
   ```
   
   ### What did you expect to see?
   
   200 of course
   
   ### What did you see instead?
   
   output from container
   ```
   test-pulsur  | 2023-02-08T07:59:38,005+0000 [pulsar-web-59-3] INFO  org.eclipse.jetty.server.RequestLog - 173.20.0.1 - - [08/Feb/2023:07:59:37 +0000] "GET /admin/persistent/test/rogertyang/tap/partitions?checkAllowAutoCreation=true HTTP/1.1" 405 176 "-" "Pulsar-httpClient-Go-v2" 10
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

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


[GitHub] [pulsar] Al-assad commented on issue #19459: [Bug] API /admin/persistent/ return 405 Method Not Allowed

Posted by "Al-assad (via GitHub)" <gi...@apache.org>.
Al-assad commented on issue #19459:
URL: https://github.com/apache/pulsar/issues/19459#issuecomment-1423805104

   Hi @ywave620, I think this is just a misunderstanding of the api, please refer here: https://github.com/streamnative/pulsar/issues/5499


-- 
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] tisonkun commented on issue #19459: [Bug] API /admin/persistent/ return 405 Method Not Allowed

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun commented on issue #19459:
URL: https://github.com/apache/pulsar/issues/19459#issuecomment-1508018432

   Closed as answered at https://github.com/streamnative/pulsar/issues/5499#issuecomment-1423802770.
   
   Thanks for your investigation @Al-assad!


-- 
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] tisonkun closed issue #19459: [Bug] API /admin/persistent/ return 405 Method Not Allowed

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun closed issue #19459: [Bug] API /admin/persistent/ return 405 Method Not Allowed
URL: https://github.com/apache/pulsar/issues/19459


-- 
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] github-actions[bot] commented on issue #19459: [Bug] API /admin/persistent/ return 405 Method Not Allowed

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #19459:
URL: https://github.com/apache/pulsar/issues/19459#issuecomment-1465070998

   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] ywave620 commented on issue #19459: [Bug] API /admin/persistent/ return 405 Method Not Allowed

Posted by "ywave620 (via GitHub)" <gi...@apache.org>.
ywave620 commented on issue #19459:
URL: https://github.com/apache/pulsar/issues/19459#issuecomment-1422208822

   I also try the latest version, same issue!


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