Skip to content

Updating neo4j hanging #8

Open
Open
@explodecomputer

Description

@explodecomputer

Hey @mcgml can you help me with this - I'm trying to update the neo4j db but when I run the map_from_csv.py script it's hanging

gh13047@ieu-db-interface:~/mr-base-api/app/igd-metadata$ docker cp data/groups.tsv mr-base-api-v3_mr-base-api-v3-private_1:/tmp
gh13047@ieu-db-interface:~/mr-base-api/app/igd-metadata$ docker cp data/permissions.tsv mr-base-api-v3_mr-base-api-v3-private_1:/tmp
gh13047@ieu-db-interface:~/mr-base-api/app/igd-metadata$ docker cp data/memberships.tsv mr-base-api-v3_mr-base-api-v3-private_1:/tmp
gh13047@ieu-db-interface:~/mr-base-api/app/igd-metadata$ docker cp data/batches.tsv mr-base-api-v3_mr-base-api-v3-private_1:/tmp
gh13047@ieu-db-interface:~/mr-base-api/app/igd-metadata$ # import data to graph
gh13047@ieu-db-interface:~/mr-base-api/app/igd-metadata$ docker exec -it mr-base-api-v3_mr-base-api-v3-private_1 \
> python map_from_csv.py \
> --study /tmp/study.tsv \
> --groups /tmp/groups.tsv \
> --permissions_e /tmp/permissions.tsv \
> --memberships /tmp/memberships.tsv \
> --batches /tmp/batches.tsv
Production
Params: 

At this point it just hangs. I noticed a lot of analysis calls being made to this private repo, I'm not sure who is doing this or who has access to do it, and I wondered if this is essentially slowing it down, but I've left it running for several minutes and no progress

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