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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to