You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/29 13:45:58 UTC

[GitHub] [pulsar-manager] samzph opened a new issue, #459: Peek Message does not work

samzph opened a new issue, #459:
URL: https://github.com/apache/pulsar-manager/issues/459

   When setting `pulsar.peek.message=true` in `/pulsar-manager/pulsar-manager/application.properties`, I still receive the following error:
   <img width="339" alt="image" src="https://user-images.githubusercontent.com/92114618/165955326-d4418004-1fc9-4e7c-99c8-7736a7c32bed.png">
   
   This is mounted into the container on creation, **I've even tried restarting the manager within the container.** It seems to not take the setting. I am deploying using the [Helm chart](https://github.com/apache/pulsar-helm-chart) with some modifications:
   <img width="525" alt="image" src="https://user-images.githubusercontent.com/92114618/165956079-7e2175d1-6664-45ff-80e6-fdb87530dc3d.png">
   <img width="403" alt="image" src="https://user-images.githubusercontent.com/92114618/165956108-69dab667-7ba3-49e4-9c28-8ba260411180.png">
   
   I have confirmed inside the container that the properties are applied.
   ```shell
   /pulsar-manager # cat pulsar-manager/application.properties | tail -n 2
   # support peek message, default false
   pulsar.peek.message=true
   ```
   
   This is the command Pulsar Manager is being run with:
   `/usr/lib/jvm/java-1.8-openjdk/jre/bin/java -Dlog4j2.formatMsgNoLookups=true -classpath /pulsar-manager/pulsar-manager/lib/pulsar-manager.jar:/pulsar-manager/pulsar-manager/lib/spring-cloud-starter-netflix-zuul-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-web-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/pagehelper-spring-boot-starter-1.2.4.jar:/pulsar-manager/pulsar-manager/lib/mybatis-spring-boot-starter-2.1.2.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-thymeleaf-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-security-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-json-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-cloud-netflix-zuul-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-cloud-starter-netflix-hystrix-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-cloud-starter-netflix-ribbon-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spri
 ng-cloud-starter-netflix-archaius-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-cloud-starter-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-actuator-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-jdbc-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-cloud-netflix-core-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-aop-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/spring-boot-starter-2.0.2.RELEASE.jar:/pulsar-manager/pulsar-manager/lib/pagehelper-5.1.11.jar:/pulsar-manager/pulsar-manager/lib/postgresql-42.2.5.jar:/pulsar-manager/pulsar-manager/lib/herddb-jdbc-0.19.0.jar:/pulsar-manager/pulsar-manager/lib/hibernate-validator-6.0.9.Final.jar:/pulsar-manager/pulsar-manager/lib/pulsar-broker-2.4.1.jar:/pulsar-manager/pulsar-manager/lib/bkvm-2.0.0-war-no-libs.war:/pulsar-manager/pulsar-manager/lib/bkvm-2.0.0-classes.jar:/pulsar-manager/pulsar-manager/lib/pulsar-websocket-2.4.1.ja
 r:/pulsar-manager/pulsar-manager/lib`


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

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


[GitHub] [pulsar-manager] wyldebill commented on issue #459: Peek Message does not work

Posted by GitBox <gi...@apache.org>.
wyldebill commented on issue #459:
URL: https://github.com/apache/pulsar-manager/issues/459#issuecomment-1146009805

   I am seeing the same thing with all of the "Backlog Operations".  They all fail with 500 errors.  Are there specific versions of Pulsar Manager that only work with specific versions of Pulsar?  I am running Pulsar:2.9.2 and pulsar-manager:v0.3.0 in Docker, standalone.


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

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


Re: [I] Peek Message does not work [pulsar-manager]

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

   We fixed this by configuring the following env var to true "PULSAR_PEEK_MESSAGE". Once added, the issue was resolved.


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


Re: [I] Peek Message does not work [pulsar-manager]

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

   If you're running into this issue, you can try @streamvisor as an alternative. It supports live browsing of messages (and automatic deserialization if they have a schema) and it's free :) 


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