Moved from GitHub dgraph/5695
Posted by danielmai:
What version of Dgraph are you using?
master
Have you tried reproducing the issue with the latest release?
Does not happen in latest release. (introduced in #5625)
What is the hardware spec (RAM, OS)?
Ubuntu Linux (Docker)
Steps to reproduce the issue (command/config used to run Dgraph).
- Run Dgraph cluster with sentry reporting enabled.
- Restart Dgraph cluster with sentry reporting disabled (
--enable_sentry=false
). - See the following warning log in Alpha
W0619 18:50:54.447838 1 sentry_integration.go:116] unable to write CID to file open : no such file or directory
Expected behaviour and actual result.
The warning log seems harmless, but it shouldn’t happen. This log tells me that Sentry is still trying to do something even when the flag is set to disable it. This is where I start being skeptical and paranoid on whether Sentry is enabled or not.