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
I'm trying to run sample codes to get some insight into this project.
However, a problem arose. Unknown desc = panic: runtime error: invalid memory address or nil pointer dereference.
Would you take a look at my problem?
golang version: go1.16.3
source version: tag: v0.3.46
8 workers and 1 master and etcd in localhost.
workers port : 12341 ~ 12348
worker command: go run ./test/cmd/workertest/main.go <port>
master command: go run ./test/cmd/mastertest/main.go
I got the below log messages when executed the master.
Hi~
This project is interesting.
I'm trying to run sample codes to get some insight into this project.
However, a problem arose.
Unknown desc = panic: runtime error: invalid memory address or nil pointer dereference
.Would you take a look at my problem?
I got the below log messages when executed the master.
I hope your help.
Thank you.
The text was updated successfully, but these errors were encountered: