Ali Tofighi
Ali Tofighi
Same problem here. These canceled errors (when caused by timeouts) don't even result in grpc's `DEADLINE_EXCEEDED` status code.
To solve this, I think a simple `sleep` would be a workaround. A better fix would be watching data directory until it becomes non-empty, and then running workloop.
I had forgotten that you can't write to a `mongod` started with `--replSet` option when a Replica Set is not initiated. So my above solutions are not valid for this...
Hi everyone. Is there any draft or progress about this? I'd like to contribute.
@alok87 Thanks, but I wanted to forward the events to an external endpoint. So I tried [this](https://github.com/heptiolabs/eventrouter/blob/master/config.json#L8), but nothing was sent. Even I don't know what `glog` was supposed to...
I have another update. If the user is not in a party, the eye icon is not there, however, I can still watch their game by right-clicking on their profile...
As your update is really mandatory to this plugin, I think they're not maintaining it anymore. (@jtlisi Are you there?) I think [this repository](https://github.com/devopsprodigy/kubegraf) can be a substitute, but I...
I believe this is a really important feature that lots of users need to find what causes their logs to be incomplete. In my case I'm seeing lots of `max_bytes_length_exceeded_exception`...
Hey @jasonrberk that's great. Your workaround for truncating the log reminded me of an alternative way: You can use pipelines, especially the [substring()](https://docs.graylog.org/docs/functions-1#substring) function to capture only the first 32766...
@JulianSL Set `main` project as startup project in Visual Studio, then try again. In "ALL_BUILD" project there is only `CMakeLists.txt` which is not a valid c++ project, and if you...