GitHub user tisonkun added a comment to the discussion: [Bug]After execute CLI  
./pulsar-admin topics info-internal persistent://public//default   report 
"Message: HTTP 500 Server Error"

@sumingsoftware how do you create the topic?

I tried with the master branch (e53fcaac3fde564e883fcc63baf74da60371ab5e) and 
it doesn't seems fail:

```
$ bin/pulsar-admin topics create-partitioned-topic public/default/test-topic -p 
4

$ ./bin/pulsar-admin topics info-internal 
persistent://public/default/test-topic 

{
  "version": 0,
  "partitions": {
    "persistent://public/default/test-topic-partition-0": {
      "version": 0,
      "creationDate": "2023-05-18T11:14:25.097+08:00",
      "modificationDate": "2023-05-18T11:14:25.097+08:00",
      "ledgers": [],
      "cursors": {}
    },
    "persistent://public/default/test-topic-partition-1": {
      "version": 0,
      "creationDate": "2023-05-18T11:14:25.104+08:00",
      "modificationDate": "2023-05-18T11:14:25.104+08:00",
      "ledgers": [],
      "cursors": {}
    },
    "persistent://public/default/test-topic-partition-2": {
      "version": 0,
      "creationDate": "2023-05-18T11:14:25.107+08:00",
      "modificationDate": "2023-05-18T11:14:25.107+08:00",
      "ledgers": [],
      "cursors": {}
    },
    "persistent://public/default/test-topic-partition-3": {
      "version": 0,
      "creationDate": "2023-05-18T11:14:25.111+08:00",
      "modificationDate": "2023-05-18T11:14:25.111+08:00",
      "ledgers": [],
      "cursors": {}
    }
  }
}
```

GitHub link: 
https://github.com/apache/pulsar/discussions/20347#discussioncomment-5934416

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to