Optimize transferring small objects for storage#3058
Optimize transferring small objects for storage#3058hekaisheng wants to merge 5 commits intomars-project:masterfrom
Conversation
e62540e to
302553c
Compare
302553c to
99d086e
Compare
_send_small_objects for sender to optimize sending small objects|
Seems vineyard cannot pass the ut for this PR, @sighingnow do you have to time to help to see what's going on? |
I would take a look later today. |
Sorry for the delay... Will be fixed today. |
|
I failed to reproduce the failure if only run the single test case. But I found the test case I have tried to debugging but failed to address the root cause. I think it is not a vineyard-only issue, @hekaisheng could you please help to try the You could update the |
What do these changes do?
Related issue number
This PR implements a method that send small objects directly to receiver without split them into small blocks.
Fixes #xxxx
Check code requirements