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 2022/08/18 09:46:17 UTC

[GitHub] [pulsar] poorbarcode opened a new pull request, #17159: [fix][flay-test]BrokerInterceptorTest.testProducerCreation

poorbarcode opened a new pull request, #17159:
URL: https://github.com/apache/pulsar/pull/17159

   Fixes
   
   - #16516
   
   
   ### Motivation
   
   Client will receive response of `cmd-subscribe` before executed `Interceptor().consumerCreated()`
   
   https://github.com/apache/pulsar/blob/3c3ec49851a05484ef917f0e6d44393c40196ba3/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java#L1100-L1102
   
   Same thing with `ProducerCreation`.
   
   ### Modifications
   
   Instead `received response` to `counter increment`.
   
   ### Documentation
   
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


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


[GitHub] [pulsar] poorbarcode commented on pull request #17159: [fix][flaky-test]BrokerInterceptorTest.testProducerCreation

Posted by GitBox <gi...@apache.org>.
poorbarcode commented on PR #17159:
URL: https://github.com/apache/pulsar/pull/17159#issuecomment-1220037111

   /pulsarbot rerun-failure-checks


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


[GitHub] [pulsar] codelipenghui merged pull request #17159: [fix][flaky-test]BrokerInterceptorTest.testProducerCreation

Posted by GitBox <gi...@apache.org>.
codelipenghui merged PR #17159:
URL: https://github.com/apache/pulsar/pull/17159


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


[GitHub] [pulsar] poorbarcode commented on pull request #17159: [fix][flaky-test]BrokerInterceptorTest.testProducerCreation

Posted by GitBox <gi...@apache.org>.
poorbarcode commented on PR #17159:
URL: https://github.com/apache/pulsar/pull/17159#issuecomment-1219698066

   /pulsarbot rerun-failure-checks


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