jeames00 commented on issue #7695: URL: https://github.com/apache/pulsar/issues/7695#issuecomment-734293223
Further on my previous comment, it DOES work... eventually. Checking the docker standalone log messages upon sending updated schema the first time: `12:49:55.948 [pulsar-io-51-3] INFO org.apache.pulsar.broker.service.ServerCnx - New connection from /172.26.0.1:38094 12:49:55.954 [pulsar-io-51-3] INFO org.apache.pulsar.broker.service.ServerCnx - [/172.26.0.1:38094][persistent://public/default/my-topic4] Creating producer. producerId=0 12:49:55.958 [BookieHighPriorityThread-3181-OrderedExecutor-6-0] WARN org.apache.bookkeeper.proto.ReadEntryProcessor - Ledger: 3470 fenced by: /127.0.0.1:55506 12:49:55.962 [BookKeeperClientWorker-OrderedExecutor-2-0] INFO org.apache.bookkeeper.client.ReadOnlyLedgerHandle - Closing recovered ledger 3470 at entry 0 12:49:55.972 [pulsar-io-51-3] INFO org.apache.pulsar.broker.service.ServerCnx - Closed connection from /172.26.0.1:38094` Later, other messages that seem to show the new schema has been applied: `12:51:15.776 [pulsar-inactivity-monitor-53-1] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/my-topic4] Global topic inactive for 60 seconds, closed repl producers 12:51:15.778 [ForkJoinPool.commonPool-worker-1] INFO org.apache.pulsar.broker.service.AbstractTopic - Delete schema storage of id: public/default/my-topic4 12:51:15.780 [main-EventThread] WARN org.apache.bookkeeper.meta.AbstractZkLedgerManager - Ledger node does not exist in ZooKeeper: ledgerId=2327. Returning success. 12:51:15.781 [main-EventThread] WARN org.apache.bookkeeper.meta.AbstractZkLedgerManager - Ledger node does not exist in ZooKeeper: ledgerId=3436. Returning success. 12:51:15.781 [main-EventThread] WARN org.apache.bookkeeper.meta.AbstractZkLedgerManager - Ledger node does not exist in ZooKeeper: ledgerId=3438. Returning success. 12:51:15.781 [main-EventThread] WARN org.apache.bookkeeper.meta.AbstractZkLedgerManager - Ledger node does not exist in ZooKeeper: ledgerId=3440. Returning success. 12:51:15.781 [main-EventThread] WARN org.apache.bookkeeper.meta.AbstractZkLedgerManager - Ledger node does not exist in ZooKeeper: ledgerId=3442. Returning success. 12:51:15.781 [main-EventThread] WARN org.apache.bookkeeper.meta.AbstractZkLedgerManager - Ledger node does not exist in ZooKeeper: ledgerId=3468. Returning success. 12:51:15.783 [pulsar-ordered-OrderedExecutor-6-0-EventThread] INFO org.apache.pulsar.zookeeper.ZooKeeperCache - [State:CONNECTED Timeout:30000 sessionid:0x1004461a54b0009 local:/127.0.0.1:58388 remoteserver:localhost/127.0.0.1:2181 lastZxid:41837 xid:52259 sent:52259 recv:52296 queuedpkts:0 pendingresp:0 queuedevents:1] Received ZooKeeper watch event: WatchedEvent state:SyncConnected type:NodeDeleted path:/schemas/public/default/my-topic4 12:51:15.784 [BookKeeperClientWorker-OrderedExecutor-1-0] INFO org.apache.bookkeeper.mledger.impl.MetaStoreImpl - [public/default/persistent/my-topic4] Remove ManagedLedger 12:51:15.785 [pulsar-ordered-OrderedExecutor-6-0-EventThread] INFO org.apache.pulsar.zookeeper.ZooKeeperCache - [State:CONNECTED Timeout:30000 sessionid:0x1004461a54b0009 local:/127.0.0.1:58388 remoteserver:localhost/127.0.0.1:2181 lastZxid:41839 xid:52261 sent:52261 recv:52299 queuedpkts:0 pendingresp:0 queuedevents:1] Received ZooKeeper watch event: WatchedEvent state:SyncConnected type:NodeDeleted path:/managed-ledgers/public/default/persistent/my-topic4 12:51:15.785 [bookkeeper-ml-workers-OrderedExecutor-2-0] INFO org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl - [public/default/persistent/my-topic4] Successfully deleted managed ledger 12:51:15.785 [bookkeeper-ml-workers-OrderedExecutor-2-0] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/my-topic4] Topic deleted 12:51:15.785 [bookkeeper-ml-workers-OrderedExecutor-2-0] INFO org.apache.pulsar.broker.service.persistent.PersistentTopic - [persistent://public/default/my-topic4] Topic deleted successfully due to inactivity 12:51:23.115 [pulsar-web-69-6] INFO org.eclipse.jetty.server.RequestLog - 127.0.0.1 - - [26/Nov/2020:12:51:23 +0000] "GET /admin/v2/persistent/public/functions/coordinate/stats?getPreciseBacklog=false HTTP/1.1" 200 1278 "-" "Pulsar-Java-v2.6.2" 7` The next producer message sent after these log messages is accepted without error. ---------------------------------------------------------------- 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: [email protected]
