2020-02-28 07:14:58 UTC - Markus Thömmes: Good morning! This one might be slightly controversial so raising it for @Sven Lange-Last and folks as well: <https://github.com/apache/openwhisk/pull/4844> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582874098081600 ---- 2020-02-28 07:15:28 UTC - Markus Thömmes: Though I don't expect issues to arise really. CI will tell https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582874128082100 ---- 2020-02-28 07:19:16 UTC - Markus Thömmes: I tell ya, that Scala 2.13 migration is no joke :smile: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582874356082400 ---- 2020-02-28 07:38:52 UTC - Keerthi Kumar S R: Hi all, I am deploying openwhisk on kubernetes. I want to disable nodeAffinity for the pods created by invoker. I disabled affinity by overriding values.yaml but still i not able remove nodeAffinity from the pods. How do i disable nodeAffinity? Can i disable by sending some ENV variables to the Invoker pod? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582875532082600 ---- 2020-02-28 08:35:09 UTC - Bill Zong: @Markus Thömmes What’s the breakthroughs of Scala 2.13 contrast to 2.12, apart from the `akka-kafka` as you mention in PR? Curious :smile: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582878909085800?thread_ts=1582878909.085800&cid=C3TPCAQG1 ---- 2020-02-28 08:46:05 UTC - Markus Thömmes: check the linked issue and discussion on dev list. Lots of improvements and future proofing :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582879565086100?thread_ts=1582878909.085800&cid=C3TPCAQG1 ---- 2020-02-28 08:55:31 UTC - Bill Zong: XD. Got it. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582880131086300?thread_ts=1582878909.085800&cid=C3TPCAQG1 ---- 2020-02-28 12:27:58 UTC - Alvaro Lopez: I understand, thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582892878086500?thread_ts=1582534522.004500&cid=C3TPCAQG1 ---- 2020-02-28 12:28:37 UTC - Alvaro Lopez: I've fixed a 20MB limit now, and I got rid of the 413 Entity Too large errors, but I am now getting a different one, a bad request error: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582892917086700?thread_ts=1582534522.004500&cid=C3TPCAQG1 ---- 2020-02-28 12:31:14 UTC - Alvaro Lopez: ```invoker-local_logs.log:[2020-02-28T12:30:33.310Z] [INFO] [#tid_oPUX7bIoecqg25KUBYDdFX2NvIjqw8U0] [MesosTask] sending arguments to /deepaas/deep-oc/plants-classification-tf at ContainerId(whisk-18-1582891061) ContainerAddress(172.16.96.22,31012) [marker:invoker_activationRun_start:480] invoker-local_logs.log:[2020-02-28T12:30:33.724Z] [INFO] [#tid_oPUX7bIoecqg25KUBYDdFX2NvIjqw8U0] [MesosTask] running result: not ok [marker:invoker_activationRun_finish:894:414]``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582893074086900?thread_ts=1582534522.004500&cid=C3TPCAQG1 ---- 2020-02-28 12:58:20 UTC - Alvaro Lopez: I see that the request is actually done to the container (i.e. the request arrives) but just after that the container gets killed https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582894700087200?thread_ts=1582534522.004500&cid=C3TPCAQG1 ----