apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

attach backtrace (callstack) to the leaf errors #20

Closed ShiKaiWi closed 2 years ago

ShiKaiWi commented 2 years ago

Description Now the leaf error generated by coderr pkg has no inforamtion about the backtrace (callstack) which is important for trobleshooting problems.

Proposal Generate the call stacks and attach it to the leaf error. We may refer to implementations of errors pkg.

Additional context