-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Enable timeline visualizations of object transfers. #3255
Enable timeline visualizations of object transfers. #3255
Conversation
ProfileTableDataT profile_info; | ||
profile_info.component_type = "object_manager"; | ||
profile_info.component_id = client_id_.binary(); | ||
//profile_info.node_ip_address = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this or make it a todo
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
74919f7
to
7ef905c
Compare
7ef905c
to
49427d5
Compare
Test FAILed. |
Test FAILed. |
It looks something like this. Each "process" refers to an object manager. Black boxes refer to sends and gray boxes refer to receives. Each object has its own color.
In this workload, the bottom node broadcasts 4 objects to 3 other nodes.
All of the little pieces are due to object chunking.