Skip to content

Unable to invoke function on cluster #28

@MichaelKreutz

Description

@MichaelKreutz

Hi,

I followed the documentation https://github.com/hydro-project/cluster/blob/master/docs/getting-started-aws.md to setup a cloudburst cluster in AWS. The creation of the cluster is working as described. Then I spin up an additional EC2 instance in order to start a cloudburst client from there and try to invoke a function following https://github.com/hydro-project/cloudburst/blob/master/docs/function-execution.md :

>>> from cloudburst.client.client import CloudburstConnection
>>> cloudburst = CloudburstConnection(AWS_FUNCTION_ELB, MY_IP, local=local)
>>> incr = lambda _, a: a + 1
>>> cloud_incr = cloudburst.register(incr, 'incr')
>>> cloud_incr(1).get()

The first 4 commands are working without error but the invocation of the function (command 5) does not terminate. Unfortunately I do not have much ideas how to debug it. Can you help me out or give me some guidance what I could check?

Best regards and many thanks in advance,

Michael

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions