Description
Bug description
Hi! i encounter something that feels like a bug. it is related to what is talked about here.
Basically, we run z2jh on eks. when saving large notebooks the correspondent http put request sent by content manager fails with connection reset after =~ 1 min.
To check things, we ran a standalone notebook on the same cluster. using it, large files are saved just fine (after something like 2 minutes). that lead me thinking that the issue is chp related, so i added a chp before the stand alone notebook, and the issue appeared (getting connection reset after =~ 1 min ).
I tried setting --timeout and --proxy-timeout params but that didn't help.. log debug level didn't help me either.
any thoughts? are we sure timeout params working well?
Ill Appreciate any help whatsoever ,
thanx!