This reverts commit b283ebd3e51aa86f6b9f0a6607f430996f0032f7. ### Motivation
The commit broke master branch build. There are a couple issues with the PR: 1. Didn't create namespace for new assignments topic in standalone mode 2. Caused non expected behavior in SchedulerManager: 12:34:10.207 [pool-49-thread-1] INFO org.apache.pulsar.functions.worker.SchedulerManager - Waiting for assignments to propagate... 12:34:10.711 [pool-49-thread-1] INFO org.apache.pulsar.functions.worker.SchedulerManager - Waiting for assignments to propagate... 12:34:11.214 [pool-49-thread-1] INFO org.apache.pulsar.functions.worker.SchedulerManager - Waiting for assignments to propagate... 12:34:11.718 [pool-49-thread-1] INFO org.apache.pulsar.functions.worker.SchedulerManager - Waiting for assignments to propagate... 12:34:12.223 [pool-49-thread-1] INFO org.apache.pulsar.functions.worker.SchedulerManager - Waiting for assignments to propagate... 12:34:12.497 [pulsar-web-55-23] INFO org.eclipse.jetty.server.RequestLog - 127.0.0.1 - - [29/Aug/2018:12:34:12 -0700] "GET //127.0.0.1:8080/admin/v2/persistent/public/functions/coordinate/stats HTTP/1.1" 200 795 "-" "Jersey/2.25 (HttpUrlConnection 1.8.0_144)" 3 12:34:12.728 [pool-49-thread-1] WARN org.apache.pulsar.functions.worker.SchedulerManager - Max number of retries reached for waiting for assignment to propagate. Will continue now. Lets revert this PR for now since it is making the master branch usable. After we have addressed these issues we can decide on merging it back in [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2474 ] This message was relayed via gitbox.apache.org for [email protected]
