Charlie Moad

Results 11 comments of Charlie Moad

We're seeing the exact same issue with pyspark v3.2.1. The streaming jobs are just stalling instead of the driver quitting so the job can start again. ``` 22/03/28 19:57:19 WARN...

Server version: v1.21.9 Client version: kubernetes-client-5.4.1.jar Should be good based on the compatibility matrix: https://github.com/fabric8io/kubernetes-client#kubernetes-compatibility-matrix

Fwiw, we now believe this error was a red herring. We found the true cause to be a quiet OOM on an executor and this error seemed to happen a...

I believe this is expected if you're not also running the mutating admission webhook. Check out the README for what it's used for. Can you confirm whether or not you're...

@ErebusBat Can this be merged? Thanks.

+1 Seeing this same behavior.

I could but that would require dereferencing the pointer every time the variable is accessed. That isn't ideal and I was hoping for a more general purpose solution. Sqlx supports...

I would recommend we close this issue. Several of us have reported this error message as downstream from the true, critical failure.

Do you have a code sample? Also, what version of python are you using? I haven't seen this sort of delay in tests.

I second this. I'm having a hard time building based on instructions I have found for godep. ``` ~/Source/romulus: export GOPATH=$(godep path) ~/Source/romulus: make build --> Building romulusd with ldflags...