BewareMyPower commented on pull request #9342:
URL: https://github.com/apache/pulsar/pull/9342#issuecomment-772457823


   I ran the functions integration tests in my local environment and got the 
similar error:
   
   > 19:57:06.676 
[docker-java-stream-1645855842:org.apache.pulsar.tests.integration.utils.DockerUtils$2@221]
 INFO  org.apache.pulsar.tests.integration.utils.DockerUtils - 
DOCKER.exec(PulsarFunctionsProcessTest-apuqq-pulsar-broker-1:tail -f 
/var/log/pulsar/broker.log): STDOUT: 11:57:06.237 [pulsar-web-43-7] ERROR 
org.apache.pulsar.broker.admin.impl.PersistentTopicsBase - [null] Topic 
persistent://public/functions/assignments already exists
   > 11:57:06.246 [pulsar-web-43-7] INFO  org.eclipse.jetty.server.RequestLog - 
172.28.0.10 - - [03/Feb/2021:11:57:06 +0000] "PUT 
/admin/v2/persistent/public/functions/assignments?authoritative=true HTTP/1.1" 
409 38 "-" "Pulsar-Java-v2.8.0-SNAPSHOT" 18
   
   It looks like the functions worker container tries to create existed 
`public/functions/assignments`, which leads to the failure of test setup.


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


Reply via email to