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/04/03 08:35:06 UTC

[GitHub] [pulsar] gaoran10 opened a new pull request #6660: [hotfix] Add clean disk step in workflow

gaoran10 opened a new pull request #6660: [hotfix] Add clean disk step in workflow
URL: https://github.com/apache/pulsar/pull/6660
 
 
   # Motivation
   
   Currently, the `CI - CPP, Python Tests` and `CI - Unit - Broker` workflow are always failed, and we found ```Not enough non-faulty bookies available``` error logs. Thus I want to add a clean disk step in the `CI - CPP, Python Tests` and `CI - Unit - Broker` workflow.
   
   ### Error Log
   ```
   [ERROR] Tests run: 7, Failures: 4, Errors: 0, Skipped: 2, Time elapsed: 205.455 s <<< FAILURE! - in org.apache.pulsar.broker.service.PeerReplicatorTest
   [ERROR] testPeerClusterInReplicationClusterListChange(org.apache.pulsar.broker.service.PeerReplicatorTest)  Time elapsed: 80.848 s  <<< FAILURE!
   org.apache.pulsar.client.api.PulsarClientException$BrokerPersistenceException: org.apache.bookkeeper.mledger.ManagedLedgerException: Not enough non-faulty bookies available
   	at org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:691)
   	at org.apache.pulsar.client.impl.ProducerBuilderImpl.create(ProducerBuilderImpl.java:93)
   	at org.apache.pulsar.broker.service.PeerReplicatorTest.testPeerClusterInReplicationClusterListChange(PeerReplicatorTest.java:215)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
   	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
   	at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   ```

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


With regards,
Apache Git Services

[GitHub] [pulsar] merlimat merged pull request #6660: [hotfix] Add clean disk step in workflow

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #6660: [hotfix] Add clean disk step in workflow
URL: https://github.com/apache/pulsar/pull/6660
 
 
   

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


With regards,
Apache Git Services