Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail to execute node with input object that contains flowinput and batch on previews node results #1365

Closed
tamir321 opened this issue Aug 10, 2021 · 1 comment
Assignees

Comments

@tamir321
Copy link

tamir321 commented Aug 10, 2021

HKube micro-service
in version 1.3 pipeline driver - "Cannot read property "StorageInfo" of Undefined"
in version 2.0 worker - "unable to find storage key"

Describe the bug
fail to execute node with input object that contains flowinput and batch on previews node results

{
    "modified": 1628595121257,
    "name": "tikshov",
    "nodes": [
        {
            "nodeName": "green",
            "algorithmName": "eval-alg",
            "input": [
                {
                    "inp_a": "@flowInput.inp_a"
                }
            ],
            "extraData": {
                "code": [
                    "(input) => {",
                    "const range = Array.from(Array(30).keys());",
                    "return range }"
                ]
            },
            "kind": "algorithm"
        },
        {
            "nodeName": "yellow",
            "algorithmName": "yellow-alg",
            "input": [
                {
                    "b": "@flowInput.inp_b",
                    "a": "#@green"
                }
            ],
            "kind": "algorithm"
        }
    ],
    "flowInput": {
        "inp_a": 1,
        "inp_b": 2
    },
    "options": {
        "batchTolerance": 100,
        "progressVerbosityLevel": "debug",
        "ttl": 3600
    },
    "kind": "batch",
    "experimentName": "main",
    "priority": 3
}

the input of the yellow nodes is missing the flowInput:

{
       "origInput":[
                           {
                                 "b":"@flowInput.inp_b"
                                  "a":"#@green"
                             }
                        ]
              "input":[
                       {
                        "a":{
                               "path":"test-hkube/qqbsrmjcr1e9/34wydx2k"
                               "size":41
                             }
                       }
                  ]
}
@yehiyam yehiyam self-assigned this Aug 12, 2021
@yehiyam yehiyam changed the title fail to execute node with input array that contains flowinput and batch on previews node results fail to execute node with input **object** that contains flowinput and batch on previews node results Aug 12, 2021
@yehiyam yehiyam changed the title fail to execute node with input **object** that contains flowinput and batch on previews node results fail to execute node with input __object__ that contains flowinput and batch on previews node results Aug 12, 2021
@yehiyam yehiyam changed the title fail to execute node with input __object__ that contains flowinput and batch on previews node results fail to execute node with input object that contains flowinput and batch on previews node results Aug 12, 2021
@tamir321
Copy link
Author

tested on
systemVersion: "v2.2.40",
fullSystemVersion: "v2.2.40-1644834418052",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants