aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
429 stars 199 forks source link

Need more node information in error message #349

Closed linchuan4028 closed 3 years ago

linchuan4028 commented 3 years ago

Can we add more node information? Such as when the client encounter a timeout issue, we want to know which node the transaction is visiting.

khaf commented 3 years ago

This feature is coming with the new v5 client. You will also get wrapped errors inside and a stack trace of where the error was originated from.

khaf commented 3 years ago

The feature is released with the v5 client.