You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/07 19:43:43 UTC

[GitHub] rdhabalia commented on issue #635: Intermittent test failures in AdminApiTest.testIncrementPartitionsOfTopic

rdhabalia commented on issue #635: Intermittent test failures in AdminApiTest.testIncrementPartitionsOfTopic
URL: https://github.com/apache/incubator-pulsar/issues/635#issuecomment-320760808
 
 
   It seems it is not the same `assert-failure` but it failed with 500 due to `PulsarService` gets shutdown in between the test and while running the test I can see exception:
   ```
   org.apache.pulsar.broker.service.BrokerServiceException$PersistenceException: org.apache.bookkeeper.mledger.ManagedLedgerException: ManagedLedger prop-xyz/use/ns1/persistent/topic_%2B%26*%25%7B%7D%28%29+%5C%2F%24%40%23%5E%25-partition-5 has already been closed
   ```
   I can also see that `BatchMessageTest. testBatchAndNonBatchCumulativeAcks` runs on the same process and it might be closing pulsar-service. 
   
   Checking what exactly happened..
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services