We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
When I run
$ kubectl create -f deploy/katlas-service.yaml
I got a error
$ kubectl logs -f katlas-service-58b8bcf9c4-h9bvd time="2019-11-27T06:47:21Z" level=info msg="EnvNamespace=" time="2019-11-27T06:47:21Z" level=info msg="ServerType=http" time="2019-11-27T06:47:21Z" level=info msg="DgraphHost=dgraph-public:9080" time="2019-11-27T06:47:21Z" level=info msg="Connecting to dgraph [dgraph-public:9080]" time="2019-11-27T06:47:21Z" level=info msg="LRU cache created with given size" time="2019-11-27T06:47:21Z" level=info msg="Starting initialize schema and metadata... " time="2019-11-27T06:47:21Z" level=error msg="Query[{objects (func:eq(name,\"application\")) @filter(eq(objtype,\"metadata\")) {count(uid)}}] Error [rpc error: code = Internal desc = grpc: error unmarshalling request: proto: wrong wireType = 2 for field StartTs]\n" time="2019-11-27T06:47:21Z" level=debug msg="rpc error: code = Internal desc = grpc: error unmarshalling request: proto: wrong wireType = 2 for field StartTs" panic: interface conversion: interface {} is nil, not []interface {} goroutine 1 [running]: main.serve() /home/travis/gopath/src/github.com/intuit/katlas/service/.gopath~/src/github.com/intuit/katlas/service/server.go:115 +0x2ee3 main.main() /home/travis/gopath/src/github.com/intuit/katlas/service/.gopath~/src/github.com/intuit/katlas/service/server.go:141 +0x18b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
When I run
I got a error
The text was updated successfully, but these errors were encountered: