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/04 03:07:18 UTC

[GitHub] [pulsar] equanz edited a comment on pull request #7553: [pulsar-broker] Stop to dispatch when skip message temporally since Key_Shared consumer stuck on delivery

equanz edited a comment on pull request #7553:
URL: https://github.com/apache/pulsar/pull/7553#issuecomment-668353695


   Sorry to be late.
   
   > I also re-tested and still see NG.
   Can you try several times ?
   Sometimes it doesn't occur but it does most of the time.
   
   Try to check 7 times but I couldn't reproduce this issue.
   I think https://github.com/apache/pulsar/issues/7455 possibly be another issue...
   
   > Regarding the debug log, sorry I'm not sure how to enable debug log in Pulsar.
   
   Here is an example. I thought try to check not-consuming issue by this log.
   ```
   diff --git a/conf/log4j2.yaml b/conf/log4j2.yaml
   index 34826740ca..b4dc4dabbb 100644
   --- a/conf/log4j2.yaml
   +++ b/conf/log4j2.yaml
   @@ -151,6 +151,11 @@ Configuration:
            AppenderRef:
              - ref: Console
   
   +      - name: org.apache.pulsar.broker.service.persistent.PersistentStickyKeyDispatcherMultipleConsumers
   +        level: debug
   +        AppenderRef:
   +          - ref: Console
   +
        # Logger to inject filter script
    #     - name: org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl
    #       level: debug
   ```
   
   > I'm not sure why but the not-consuming issue can't be reproduced for some reason.
   
   I understand. If not-consuming issue is caused by this issue, I must fix.


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