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

700MB input case the Resource Manager to stuck #920

Closed
tamir321 opened this issue Aug 30, 2020 · 1 comment
Closed

700MB input case the Resource Manager to stuck #920

tamir321 opened this issue Aug 30, 2020 · 1 comment

Comments

@tamir321
Copy link

HKube micro-service
Resource Manager

Describe the bug
when executing the following pipeline the Resource Manager get stuck casing Hkube to be unable to execute other pipelines
Node "one" - create 700Mb byte array
Node "two" - get node one output and batch "#[1...100]" (if its "#[1...50]" pipeline pass)
only restart the Resource Manager free Hkube

{
    "name": "benchmarkpython6",
    "nodes": [
        {
            "nodeName": "one",
            "algorithmName": "python-big-array-6g",
            "input": [
                "@flowInput.objectSize"
            ]
        },
        {
            "nodeName": "two",
            "algorithmName": "python-big-array-6ga",
            "input": [
                "@one",
                "#[1...100]"
            ]
        }
    ],
    "flowInput": {
        "objectSize": 700000000
    },
    "experimentName": "main",
    "options": {
        "ttl": 3600,
        "batchTolerance": 80,
        "progressVerbosityLevel": "info"
    },
    "priority": 3
    
}
@maty21
Copy link
Member

maty21 commented Aug 31, 2020

this not an issue the storage should be configured to the user needs

@maty21 maty21 closed this as completed Aug 31, 2020
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

4 participants