Kevin Bates

Results 510 comments of Kevin Bates

I don't think HDFS is an immediate goal. Ideally we'd prefer a NoSQL DB to make the persisted kernel sessions accessible from other EG nodes. However, if HDFS is the...

@saipradeepkumar - It has just dawned on me that the current kernel session persistence implementation (including the changes in #645) is geared toward an Active/Passive scenario. This is because the...

@mihirkapadiap - thanks for opening this issue. I believe sites have supported more notebooks, but I'm not sure at what point additional EG servers get configured. Since the messages you...

@mihirkapadiap - thanks for the update. I took the liberty to strip out the prefix such that it doesn't also remove spaces... ``` [D 2019-09-03 17:49:26.718 EnterpriseGatewayApp] activity on 8d53e04e-a0ed-4b90-85a0-22a43acb7dfc:...

It might be interesting to issue `docker service ls` when this condition occurs.

@mihirkapadiap - thanks for checking lower-level logs and perform `docker service ls` once back in this condition. With the NB2KG server extension[*], the Notebook server that serves user's Notebook sessions...

>2867t16cjx3k guest-0cba85a3-1df3-4515-a74b-71268a78c2ca replicated 0/1 elyra/kernel-py:dev se89667ot341 guest-0d31d807-cb08-42c5-8d71-b9c81c6b5876 replicated 0/1 elyra/kernel-py:dev k2ybqapgpmg0 guest-0dffc888-c70b-4022-9cd5-52e7dcf4c031 replicated 0/1 elyra/kernel-py:dev Could you try getting at the logs from one of these containers? > How do...

Thanks for the update (sigh). Yeah, given the reports of various folks running into this outside of EG and the fact that EG is built on that same code base,...

That would be fantastic. I think this is probably more of a function of going through NB2KG and the Kernel Gateway handlers. I think the problem is that startup is...

You probably want to make edits to the kernel-pod template file located in each of the kernelspec `scripts` directories. You can "convey" user-specific details (directory name, etc.) via `KERNEL_`-prefixed environment...