You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/03 02:25:27 UTC

[GitHub] [skywalking-banyandb] hanahmily opened a new pull request #97: Fix NPE of stating badger kv

hanahmily opened a new pull request #97:
URL: https://github.com/apache/skywalking-banyandb/pull/97


   The bug emerges like
   
   ```
   panic: runtime error: invalid memory address or nil pointer dereference
   [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8bc544]
   
   goroutine 2662 [running]:
   github.com/dgraph-io/badger/v3.(*DB).Stats(0x3)
   	/home/runner/go/pkg/mod/github.com/!sky!a!p!m/badger/v3@v3.0.0-20220331082938-b907904d6089/banyandb.go:134 +0x4
   github.com/apache/skywalking-banyandb/banyand/kv.badgerStats(...)
   	/home/runner/work/skywalking-banyandb/skywalking-banyandb/banyand/kv/badger.go:56
   github.com/apache/skywalking-banyandb/banyand/kv.(*badgerTSS).Stats(0xbc62[40](https://github.com/apache/skywalking-banyandb/runs/5781082094?check_suite_focus=true#step:7:40))
   ```
   
   Signed-off-by: Gao Hongtao <ha...@gmail.com>


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking-banyandb] wu-sheng merged pull request #97: Fix NPE of stating badger kv

Posted by GitBox <gi...@apache.org>.
wu-sheng merged pull request #97:
URL: https://github.com/apache/skywalking-banyandb/pull/97


   


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org