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

LIU-165: Service Drops Fix #85

Merged
merged 3 commits into from
Dec 9, 2021
Merged

LIU-165: Service Drops Fix #85

merged 3 commits into from
Dec 9, 2021

Conversation

calgray
Copy link
Collaborator

@calgray calgray commented Dec 1, 2021

I've noticed that the translator is currently trying to create a service drop and the input app into the physical graph which is causing _create_test_drop_spec to raise an exception (I get the impression that this method wasn't intended for production)

I've updated the logic in lgn_to_pgn to explicitly filter out the parent node from the graph and change the child to service_app type in make_single_drop.

gen_pg

pg_generator.py is getting quite is large so I propose a refactor with pg.py, pgt.py and pgtp.py seperated out

@coveralls
Copy link

coveralls commented Dec 1, 2021

Coverage Status

Coverage decreased (-0.03%) to 78.31% when pulling f2d9ab3 on liu-207 into baea9b8 on master.

@calgray calgray self-assigned this Dec 1, 2021
@calgray calgray changed the title LIU-207: Service Drops Fix LIU-165: Service Drops Fix Dec 2, 2021
@calgray
Copy link
Collaborator Author

calgray commented Dec 2, 2021

I've tested with the following graph that drops of several megabytes in size can serialize deserialize as expected (making sure to raise the default plasma store shared memory size). Reading around ~100Mb started causing a new issue that is logged in https://icrar.atlassian.net/browse/LIU-213

image

@calgray calgray requested a review from awicenec December 8, 2021 09:18
@awicenec awicenec merged commit 2d76084 into master Dec 9, 2021
@awicenec awicenec deleted the liu-207 branch December 9, 2021 02:01
awicenec added a commit that referenced this pull request May 19, 2022
LIU-165: Service Drops Fix
pritchardn pushed a commit that referenced this pull request May 20, 2022
LIU-165: Service Drops Fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants