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

GAS communication logic in Akka VertexEntities #10

Merged
merged 4 commits into from
Nov 15, 2021
Merged

Conversation

DSep
Copy link
Collaborator

@DSep DSep commented Nov 15, 2021

Joe's GAS communication logic in the Main and Mirror entities. Also some refactoring, generally moving messages to VertexEntity trait.

@DSep DSep requested a review from atrostan November 15, 2021 04:23
ctxLog("Initializing Main")
vertexId = vid
partitionId = pid.toShort
neighbors = neigh
mirrors = mrs
partitionCoordinator = pc
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assignment to partitionCoordinator var happens in a separate command:
https://github.com/atrostan/akka-gps/blob/coord/partition-global/src/main/scala/com/cluster/graph/entity/MainEntity.scala#L50-L53.
Can resolve in merge.

@atrostan atrostan merged commit 9891df0 into main Nov 15, 2021
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

2 participants