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

Delegation order #296

Open
bealwang opened this issue Jan 5, 2017 · 1 comment
Open

Delegation order #296

bealwang opened this issue Jan 5, 2017 · 1 comment

Comments

@bealwang
Copy link

bealwang commented Jan 5, 2017

Hello,
I am confused about your intra-node MessageList design which use compare_and_swap to insert a outbound message. (https://github.com/uwsampa/grappa/blob/master/system/RDMAAggregator.hpp#L672)

So, the newer message will on the top of the older message in your messagelist like:

[new message] -> [old message] 

and I think we should reverse the MessageList before we process it since we should make sure that the older message should be handled first.

However, I did't find something like that, and I just see you use compare_and_swap to grab a messagelist and process it one by one. (https://github.com/uwsampa/grappa/blob/master/system/RDMAAggregator.hpp#L546)

@bholt
Copy link
Member

bholt commented Jan 18, 2017 via email

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

No branches or pull requests

2 participants