caibirdme opened a new issue #702:
URL: https://github.com/apache/pulsar-client-go/issues/702
#### Expected behavior
no panic
#### Actual behavior
panic
#### System configuration
**Pulsar version**: v0.7.0
#### panic log
```
m_xx subscription=qwe
topic="persistent://pulsar-asdasdad/formal/qweqwe-partition-3"
panic: runtime error: slice bounds out of range [:277] with capacity 273
goroutine 598 [running]:
github.com/apache/pulsar-client-go/pulsar/internal.(*buffer).Read(0xc0050dc8c0,
0x106, 0x10d, 0x1e40040, 0xc0050b9170)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/buffer.go:113
+0x6a
github.com/apache/pulsar-client-go/pulsar/internal.(*MessageReader).readSingleMessage(0xc004e1cc10,
0xc000000111, 0x45b17c, 0x0, 0x19d7e60, 0xc0050da401, 0x2fbbfc0)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/commands.go:150
+0xed
github.com/apache/pulsar-client-go/pulsar/internal.(*MessageReader).ReadMessage(0xc004e1cc10,
0x3ff0000000000000, 0x0, 0x2fbbfc0, 0x1e71520, 0xc0050dc8c0, 0x0)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/commands.go:130
+0x60
github.com/apache/pulsar-client-go/pulsar.(*partitionConsumer).MessageReceived(0xc004cd6680,
0xc0050b1360, 0x1e71520, 0xc0050dc340, 0x1488a01, 0xc004de48b8)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/consumer_partition.go:580
+0xf4b
github.com/apache/pulsar-client-go/pulsar/internal.(*connection).handleMessage(0xc004de4840,
0xc0050b1360, 0x1e71520, 0xc0050dc340)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/connection.go:682
+0x112
github.com/apache/pulsar-client-go/pulsar/internal.(*connection).internalReceivedCommand(0xc004de4840,
0xc0050d56c0, 0x1e71520, 0xc0050dc340)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/connection.go:558
+0x287
github.com/apache/pulsar-client-go/pulsar/internal.(*connection).run(0xc004de4840)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/connection.go:412
+0x3e2
github.com/apache/pulsar-client-go/pulsar/internal.(*connection).start.func1(0xc004de4840)
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/connection.go:227
+0x81
created by
github.com/apache/pulsar-client-go/pulsar/internal.(*connection).start
/usr/local/app/go/pkg/mod/github.com/apache/[email protected]/pulsar/internal/connection.go:223
+0x56
```
--
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]