archmangler commented on issue #15045:
URL: https://github.com/apache/pulsar/issues/15045#issuecomment-1091256379

   I've run the upgrade  using the helm chart (it's at revision 3 now):
   
   ```
   (base) welcome@Traianos-MacBook-Pro apache-pulsar % ./update.sh 
   W0407 15:24:25.809512   30274 warnings.go:70] policy/v1beta1 
PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use 
policy/v1 PodDisruptionBudget
   Release "pulsar" has been upgraded. Happy Helming!
   NAME: pulsar
   LAST DEPLOYED: Thu Apr  7 15:24:24 2022
   NAMESPACE: pulsar
   STATUS: deployed
   REVISION: 3
   TEST SUITE: None
   ```
   
   However, with a fresh run:
   
   
   ```
   root@pulsar-toolset-0:/pulsar/development# ./pulse 
   2022/04/07 08:03:21.761 c_client.go:68: [info] INFO  | ConnectionPool:84 | 
Created connection for pulsar://pulsar-broker.pulsar.svc.cluster.local:6650
   2022/04/07 08:03:21.789 c_client.go:68: [info] INFO  | ClientConnection:364 
| [192.168.4.54:39724 -> 192.168.2.72:6650] Connected to broker
   2022/04/07 08:03:21.800 c_client.go:68: [info] INFO  | HandlerBase:54 | 
[persistent://ragnarok/transactions/requests, reader-cb90910902, 0] Getting 
connection from pool
   2022/04/07 08:03:21.805 c_client.go:68: [info] INFO  | ConnectionPool:84 | 
Created connection for 
pulsar://pulsar-broker-1.pulsar-broker.pulsar.svc.cluster.local:6650
   2022/04/07 08:03:21.807 c_client.go:68: [info] INFO  | ClientConnection:364 
| [192.168.4.54:37658 -> 192.168.6.78:6650] Connected to broker
   2022/04/07 08:03:21.819 c_client.go:68: [info] INFO  | ConsumerImpl:220 | 
[persistent://ragnarok/transactions/requests, reader-cb90910902, 0] Created 
consumer on broker [192.168.4.54:37658 -> 192.168.6.78:6650] 
   1  ->  (162,0,-1,0)  ->  [redacted]
   2  ->
   .
   .
   .
   16  ->  (162,15,-1,0)  ->  [redacted]
   
   reached stream end. breaking out.
   
   2022/04/07 08:03:21.973 c_client.go:68: [info] INFO  | ClientImpl:483 | 
Closing Pulsar client
   2022/04/07 08:03:21.973 c_client.go:68: [info] INFO  | ConsumerImpl:871 | 
[persistent://ragnarok/transactions/requests, reader-cb90910902, 0] Closing 
consumer for topic persistent://ragnarok/transactions/requests
   2022/04/07 08:03:21.994 c_client.go:68: [info] ERROR | ClientConnection:523 
| [192.168.4.54:37658 -> 192.168.6.78:6650] Read failed: End of file
   2022/04/07 08:03:21.995 c_client.go:68: [info] INFO  | ClientConnection:1436 
| [192.168.4.54:37658 -> 192.168.6.78:6650] Connection closed
   2022/04/07 08:03:21.995 c_client.go:68: [info] ERROR | ConsumerImpl:929 | 
[persistent://ragnarok/transactions/requests, reader-cb90910902, 0] Failed to 
close consumer: ConnectError
   2022/04/07 08:03:21.995 c_client.go:68: [info] INFO  | ClientConnection:1436 
| [192.168.4.54:39724 -> 192.168.2.72:6650] Connection closed
   ```
   
   Second run:
   
   ```
   root@pulsar-toolset-0:/pulsar/development# ./pulse 
   2022/04/07 08:06:45.637 c_client.go:68: [info] INFO  | ConnectionPool:84 | 
Created connection for pulsar://pulsar-broker.pulsar.svc.cluster.local:6650
   2022/04/07 08:06:45.651 c_client.go:68: [info] INFO  | ClientConnection:364 
| [192.168.4.54:57400 -> 192.168.4.116:6650] Connected to broker
   2022/04/07 08:06:45.656 c_client.go:68: [info] INFO  | HandlerBase:54 | 
[persistent://ragnarok/transactions/requests, reader-23527b3907, 0] Getting 
connection from pool
   2022/04/07 08:06:45.658 c_client.go:68: [info] INFO  | ConnectionPool:84 | 
Created connection for 
pulsar://pulsar-broker-1.pulsar-broker.pulsar.svc.cluster.local:6650
   2022/04/07 08:06:45.660 c_client.go:68: [info] INFO  | ClientConnection:364 
| [192.168.4.54:38658 -> 192.168.6.78:6650] Connected to broker
   2022/04/07 08:06:45.669 c_client.go:68: [info] WARN  | ClientConnection:971 
| [192.168.4.54:38658 -> 192.168.6.78:6650] Received error response from 
server: BrokerPersistenceError -- req_id: 0
   2022/04/07 08:06:45.669 c_client.go:68: [info] ERROR | ConsumerImpl:263 | 
[persistent://ragnarok/transactions/requests, reader-23527b3907, 0] Failed to 
create consumer: BrokerPersistenceError
   2022/04/07 08:06:45 Could not create reader: Failed to create Reader: 
BrokerPersistenceError
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to