GoogleCloudPlatform / GoogleCloudPlatform/cloud-spanner-emulator

Protocol Buffer namespace warnings

Open
#163 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
334
Forks
77
Avg merge
8m
Merged PRs (30d)
2

Description

I am noticing warnings when I launch the spanner emulator, both in the terminal locally, and when using the `gcr.io/cloud-spanner-emulator/emulator` docker image on a bitbucket pipeline.

```
WARNING: proto: file "google/rpc/status.proto" is already registered
previously from: "[google.golang.org/genproto/googleapis/rpc/status](http://google.golang.org/genproto/googleapis/rpc/status)"
currently from: "unknown"
See https://protobuf.dev/reference/go/faq#namespace-conflict
WARNING: proto: file "google/rpc/status.proto" has a name conflict over google.rpc.Status
previously from: "[google.golang.org/genproto/googleapis/rpc/status](http://google.golang.org/genproto/googleapis/rpc/status)"
currently from: "unknown"
See https://protobuf.dev/reference/go/faq#namespace-conflict
WARNING: proto: message google.rpc.Status is already registered
previously from: "google.golang.org/genproto/googleapis/rpc/status"
currently from: "unknown"
See https://protobuf.dev/reference/go/faq#namespace-conflict
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.