Chance Zibolski
Chance Zibolski
I'm probably going to take over #1535 and begin updating it to fully handle provisioning certificates in a helm hook Job that will create secret that can be mounted by...
Is there an existing HTTP endpoint on the dispatcher we can hit to see if it's healthy? I'm running librenms in kubernetes and would like an HTTP endpoint i can...
Oh, I guess I also used a node pool + a cloud storage at the time. I was using Azure and 3 pods. I forgot about this. Sorry totally forgot...
I just got this again using only regular node pools, and no deletions of data happening. The only thing that happened was some nodes were rebooting during this time.
Honestly it mostly seems like a mongodb issue overall.
Logs https://gist.github.com/chancez/27eb74592410a3a4fc84174a659441f2
Your right, i do see ``` 2019-10-16T19:49:49.069+0000 I COMMAND [conn6] command nbcore.objectparts command: find { find: "objectparts", filter: { obj: ObjectId('5da7745871c75a0a59a47c4d') }, projection: { _id: 0, chunk: 1 }, returnKey:...
@gingerwizard seems like the batch behavior should be handled by the callers. What if you want to... ``` INSERT INTO foo SELECT * FROM bar ``` Or: ``` INSERT INTO...
We're inserting in a transaction and previously were seeing when trying to insert outside a transaction: ``` insert statement supported only in the batch mode (use begin/commit) ```
I hit this too. It seems like `jupyterhub/user.py` should handle calling `self.stop(spawner.name)` if the spawner fails to start the notebook, but I'm not seeing that happen. Additionally, even though I'm...