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 2020/08/01 04:07:22 UTC

[GitHub] [pulsar] xiaomin0322 opened a new issue #7718: set-publish-rate set-dispatch-rate bug

xiaomin0322 opened a new issue #7718:
URL: https://github.com/apache/pulsar/issues/7718


   **Describe the bug**
   A clear and concise description of what the bug is.
   
   set-publish-rate  set-dispatch-rate  No effect
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   set-publish-rate  set-dispatch-rate  No effect
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
   
   **Additional context**
   Add any other context about the problem here.
   


----------------------------------------------------------------
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] sijie edited a comment on issue #7718: set-publish-rate set-dispatch-rate bug

Posted by GitBox <gi...@apache.org>.
sijie edited a comment on issue #7718:
URL: https://github.com/apache/pulsar/issues/7718#issuecomment-667761414


   @xiaomin0322 Can you provide more context about the issue that you found?


----------------------------------------------------------------
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 #7718: set-publish-rate set-dispatch-rate bug

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


   @xiaomin0322 Did you enable the message batching at the producer side?


----------------------------------------------------------------
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] xiaomin0322 commented on issue #7718: set-publish-rate set-dispatch-rate bug

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


   
   
   
   > @xiaomin0322 Can you provide more context about the issue that you found?
   
    /opt/Apps/pulsar/bin/pulsar-admin namespaces set-publish-rate public/default -m 1000
   
   Producers can send 10000 msg
   


----------------------------------------------------------------
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] xiaomin0322 commented on issue #7718: set-publish-rate set-dispatch-rate bug

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


   > @ xiaomin0322您是否在生产方启用了消息批处理?
   pulsar-perf   test  
   
   /opt/Apps/pulsar/bin/pulsar-admin namespaces set-publish-rate public/default -b 2242880 
   
   /opt/Apps/pulsar/bin/pulsar-perf produce my-topic  -n 1 -r 10000
   
   Producers can send 10m msg
   


----------------------------------------------------------------
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] sijie commented on issue #7718: set-publish-rate set-dispatch-rate bug

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


   @xiaomin0322 Can you provide more context about the issue your found?


----------------------------------------------------------------
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 #7718: set-publish-rate set-dispatch-rate bug

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


   You can try to disable the messaging batch by adding `-bm 1` to the produce perf command


----------------------------------------------------------------
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] xiaomin0322 commented on issue #7718: set-publish-rate set-dispatch-rate bug

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


   > You can try to disable the messaging batch by adding `-bm 1` to the produce perf command
   
   /opt/Apps/pulsar/bin/pulsar-admin namespaces set-publish-rate public/default -b 2242880
   
    messaging batch influential ??


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