You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened
:
When using etcd instead of nutsdb,
the Go code line err := common.OpenSQL("../meta_db/dat/cbtumblebug.s3db") causes error.
❯ make run
./cb-tumblebug
[CLOUD-BARISTA].[ERROR]: 2021-07-14 19:46:52 etcd-driver.go:214, github.com/cloud-barista/cb-store/store-drivers/etcd-driver.InitializeDriver() - context deadline exceeded
[Update system environment]
[Setup SQL Database]
Database access info set successfully unable to open database file: no such file or directory
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x51fcbf]
What happened
:
When using
etcd
instead ofnutsdb
,the Go code line
err := common.OpenSQL("../meta_db/dat/cbtumblebug.s3db")
causes error.What you expected to happen
:
How to reproduce it (as minimally and precisely as possible)
:
Anything else we need to know?
:
Environment
Proposed solution
:
Add these lines before the
err := common.OpenSQL("../meta_db/dat/cbtumblebug.s3db")
line:Any other context
:
The text was updated successfully, but these errors were encountered: