https://flyte.org logo
Title
e

Edgar Trujillo

11/03/2022, 3:37 PM
Is anyone else seeing
FlytePropeller &  user defined pod executions
logs having for the most part static timestamps? We're running EKS with FluentBit deployed that pushes logs to Cloudwatch, but seeing the following
s

Shivay Lamba

11/03/2022, 4:42 PM
Thanks for reporting Edgar. @Prafulla Mahindrakar / @Kevin Su if you could take a look at this.
k

Kevin Su

11/03/2022, 5:34 PM
what log you got when you expand them? I guess you got this warning. If so, upgrading propeller can fix it.
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554033","routine":"worker-2","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:01Z"}
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554039","routine":"worker-2","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:02Z"}
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554040","routine":"worker-2","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:02Z"}
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554040","routine":"worker-3","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:08Z"}
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554064","routine":"worker-3","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:08Z"}
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554064","routine":"worker-2","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:18Z"}
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554064","routine":"worker-3","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:24Z"}
{"json":{"exec_id":"abqczk9ch2lrjtb664th","node":"n0","ns":"flytesnacks-development","res_ver":"5554064","routine":"worker-3","tasktype":"python-task","wf":"flytesnacks:development:<http://example_sd.wf|example_sd.wf>"},"level":"warning","msg":"No plugin found for Handler-type [python-task], defaulting to [container]","ts":"2022-11-03T01:27:24Z"}
e

Edgar Trujillo

11/03/2022, 5:38 PM
Yes, upgrading to which version? Currently its set to cr.flyte.org/flyteorg/flytepropeller-release:v1.2.0
k

Kevin Su

11/03/2022, 5:44 PM
sorry, I found that the latest flytepropeller doesn’t use latest flyteplugin which fixes this issue. Let me create a quick pr to bump flyteplugin version in propeller, and I’ll get back to you.
e

Edgar Trujillo

11/03/2022, 5:45 PM
Thanks for the quick responses!
k

Kevin Su

11/03/2022, 8:16 PM
@Edgar Trujillo we just merged the pr, and you could update your propeller image to ghcr.io/flyteorg/flytepropeller:v1.1.46 to fix it.
e

Edgar Trujillo

11/04/2022, 12:44 PM
Thanks Kevin! Updated the image