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/07/25 09:07:36 UTC

[GitHub] [pulsar] nodece opened a new pull request, #16774: [branch-2.10][improve][broker][PIP-149] Make resetCursor async (#16355)

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

   ### Motivation
   
   Chery-pick https://github.com/apache/pulsar/pull/16355.
   
   ```
            --- An unexpected error occurred in the server ---
           Message: null
           Stacktrace:
           java.util.concurrent.TimeoutException
           	at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1886)
           	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
           	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.getTopicReference(PersistentTopicsBase.java:4085)
           	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalResetCursorForNonPartitionedTopic(PersistentTopicsBase.java:2135)
           	at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.lambda$internalResetCursor$156(PersistentTopicsBase.java:2112)
           	at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
           	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
           	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
           	at org.apache.pulsar.metadata.impl.ZKMetadataStore.handleGetResult(ZKMetadataStore.java:233)
           	at org.apache.pulsar.metadata.impl.ZKMetadataStore.lambda$batchOperation$6(ZKMetadataStore.java:183)
           	at org.apache.pulsar.metadata.impl.PulsarZooKeeperClient$3$1.processResult(PulsarZooKeeperClient.java:490)
           	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:722)
           	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:563)
   ```
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `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] nodece commented on pull request #16774: [branch-2.10][improve][broker][PIP-149] Make resetCursor async (#16355)

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

   @codelipenghui Could you review this PR?


-- 
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] nodece merged pull request #16774: [branch-2.10][improve][broker][PIP-149] Make resetCursor async (#16355)

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


-- 
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] HQebupt commented on pull request #16774: [branch-2.10][improve][broker][PIP-149] Make resetCursor async (#16355)

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

   /pulsarbot run-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