[jira] [Commented] (PULSAR-2) Pulsar Dashboard Displays Very Little

2020-04-27 Thread Sijie Guo (Jira)
[ https://issues.apache.org/jira/browse/PULSAR-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093076#comment-17093076 ] Sijie Guo commented on PULSAR-2: pulsar-dashboard is deprecated. You are recommended to use

Re: Apache Pulsar - Performance on Tiered storage

2020-04-27 Thread Sijie Guo
The performance typically varies between different tiered storages. And tiered storage is only used in scanning the historic data. So the dominated factor is the sequential scan throughput. Currently, I don't think there are any public articles about performance. Usually, we would recommend people

[GitHub] [pulsar-helm-chart] sijie commented on issue #6: Decouple credentials from key secrets generation

2020-04-27 Thread GitBox
sijie commented on issue #6: URL: https://github.com/apache/pulsar-helm-chart/issues/6#issuecomment-619782958 @nickelozz good suggestions. I like the proposal. Are you interested in submitting a pull request for making the changes? -

[GitHub] [pulsar-manager] Persi commented on issue #284: Pulsar Manager UI not working

2020-04-27 Thread GitBox
Persi commented on issue #284: URL: https://github.com/apache/pulsar-manager/issues/284#issuecomment-619789820 @sivavijay13 did you try to use an external database? That was the reason why i got this errors all the time, I opened #294 to clarify the current Docker image state. --

Slack digest for #dev - 2020-04-27

2020-04-27 Thread Apache Pulsar Slack
2020-04-26 13:01:48 UTC - Tolulope Awode: node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404):  node-pre-gyp WARN Pre-built binaries not found fo

[GitHub] [pulsar-manager] sivavijay13 commented on issue #284: Pulsar Manager UI not working

2020-04-27 Thread GitBox
sivavijay13 commented on issue #284: URL: https://github.com/apache/pulsar-manager/issues/284#issuecomment-619915200 I was starting both pulsar & pulsar manager as docker image, After which I just naving to UI of pulsar manager where I got this error --

[GitHub] [pulsar-manager] Persi commented on issue #284: Pulsar Manager UI not working

2020-04-27 Thread GitBox
Persi commented on issue #284: URL: https://github.com/apache/pulsar-manager/issues/284#issuecomment-619963492 To get the logs of the internal backend on your local machine you could configure it like the following in your docker-compose file: ``` environment: ...

[GitHub] [pulsar-manager] mehran-prs opened a new pull request #295: Using volumes instead of binding mounts

2020-04-27 Thread GitBox
mehran-prs opened a new pull request #295: URL: https://github.com/apache/pulsar-manager/pull/295 ### Motivation Docker volumes are better than binding mounts. ### Modifications Change install through docker docs ### Verifying this change - [x] Make sure

[GitHub] [pulsar-manager] tangshihui opened a new issue #296: Delete topic failed.

2020-04-27 Thread GitBox
tangshihui opened a new issue #296: URL: https://github.com/apache/pulsar-manager/issues/296 Response is 500, internal error. 1: why request to url: http://ip:9527/admin/v2/persistent/akka-test/default/batch1_topic why the port is 9527, why not 8080? 2, Response: timestamp: "

[GitHub] [pulsar-helm-chart] nickelozz opened a new pull request #7: Decouple credentials from key secrets generation

2020-04-27 Thread GitBox
nickelozz opened a new pull request #7: URL: https://github.com/apache/pulsar-helm-chart/pull/7 Fixes #6 ### Motivation As suggested here: https://pulsar.apache.org/docs/en/helm-deploy/#prepare-the-helm-release. The ```prepare_helm_release.sh``` script provided with this Hel

[GitHub] [pulsar-helm-chart] nickelozz commented on issue #6: Decouple credentials from key secrets generation

2020-04-27 Thread GitBox
nickelozz commented on issue #6: URL: https://github.com/apache/pulsar-helm-chart/issues/6#issuecomment-620241702 Apologies for the delay in replying. I went ahead and created a [PR](https://github.com/apache/pulsar-helm-chart/pull/7) for this. Please take a look and let me know wha

[GitHub] [pulsar-manager] tuteng commented on issue #296: Delete topic failed.

2020-04-27 Thread GitBox
tuteng commented on issue #296: URL: https://github.com/apache/pulsar-manager/issues/296#issuecomment-620326521 You can refer to this architecture diagram https://github.com/apache/pulsar-manager#apache-pulsar-manager, 9527 is the front-end service port, 8080 is the pulsar cluster service

[GitHub] [pulsar-manager] tuteng commented on issue #254: Delete Topic doesn't work

2020-04-27 Thread GitBox
tuteng commented on issue #254: URL: https://github.com/apache/pulsar-manager/issues/254#issuecomment-620326774 You can try to debug according to this process: https://github.com/apache/pulsar-manager/issues/214 @david-streamlio ---

[GitHub] [pulsar-manager] tuteng commented on issue #294: Docker Image breaks with standard rules and ignores external databases

2020-04-27 Thread GitBox
tuteng commented on issue #294: URL: https://github.com/apache/pulsar-manager/issues/294#issuecomment-620327498 I think if you want to use a custom database, you need to initialize the table structure first. https://github.com/apache/pulsar-manager/tree/master/src#use-custom-databases @Pe

[GitHub] [pulsar-manager] tangshihui commented on issue #296: Delete topic failed.

2020-04-27 Thread GitBox
tangshihui commented on issue #296: URL: https://github.com/apache/pulsar-manager/issues/296#issuecomment-620333630 @tuteng I reviewed the pulsar-manager.log. There are so many error logs: 2020-04-28 02:05:00.537 ERROR 39 --- [pool-2-thread-1] o.s.s.s.TaskUtils$LoggingErrorHandler: U

[GitHub] [pulsar-manager] tangshihui commented on issue #296: Delete topic failed.

2020-04-27 Thread GitBox
tangshihui commented on issue #296: URL: https://github.com/apache/pulsar-manager/issues/296#issuecomment-620337527 @tuteng According to issue #214 , May be I had a wrong config: /bin/pulsar-admin clusters get pulsar-cluster { "serviceUrl" : "http://ip-1:8080";, "brokerServi

[GitHub] [pulsar-manager] Persi commented on issue #294: Docker Image breaks with standard rules and ignores external databases

2020-04-27 Thread GitBox
Persi commented on issue #294: URL: https://github.com/apache/pulsar-manager/issues/294#issuecomment-620384295 I know i could do that but that's exactly the point where this Docker Image breaks with standards. It always initializes and starts it's internal PgSQL Instance which I don't even

[GitHub] [pulsar-manager] Persi edited a comment on issue #294: Docker Image breaks with standard rules and ignores external databases

2020-04-27 Thread GitBox
Persi edited a comment on issue #294: URL: https://github.com/apache/pulsar-manager/issues/294#issuecomment-620384295 I know i could do that but that's exactly the point where this Docker Image breaks with standards. It always initializes and starts it's internal PgSQL Instance which I don

[GitHub] [pulsar-manager] tuteng commented on issue #294: Docker Image breaks with standard rules and ignores external databases

2020-04-27 Thread GitBox
tuteng commented on issue #294: URL: https://github.com/apache/pulsar-manager/issues/294#issuecomment-620405657 Thank you for your feedback. We will consider optimizing this later. @Persi This is an automated message from th