We’re seeing an error where each task in a map tas...
# ask-the-community
b
We’re seeing an error where each task in a map task get’s two lines in Flyteconsole and the numbering of the task does not match up. E.g in the screenshot in the 🧵 only one task is running, but two are shown. Clicking on the second link will lead to the second screenshot. In case there would be more tasks, the second link would be labeled the same but lead to the details of the second task. We believe that this might be because we’re showing two links per task (Stackdriver + custom datadog). Is this known or fixed in a newer version? Flyteconsole version is 1.4.1
image.png,image.png
j
Yeah we have seen this as well, 1 leads to stackdriver log but other one leading to localhost, its probably not wired up in our case
s
cc @Jason Porter
b
I’ve just confirmed that his is due to us having two log links configured. Example configuration:
Copy code
task_logs:
      plugins:
        k8s-array:
          logs:
            config:
              stackdriver-enabled: true
              stackdriver-logresourcename: k8s_container
              gcp-project: <OUR PROJECT>
              templates:
                - displayName: <SOME SOURCE>
                  templateUris:
                    - <SOME URI>
j
Okay yeah that's definitely not supposed to happen - we'll look into this 👍 https://github.com/flyteorg/flyte/issues/3468
b
Thank you!
152 Views