imzhenyu / rDSN

Robust Distributed System Nucleus (rDSN) is an open framework for quickly building and managing high performance and robust distributed systems.
MIT License
33 stars 11 forks source link

concurrently load replicas on init, refer to #491 #495

Closed qinzuoyan closed 8 years ago

imzhenyu commented 8 years ago

@qinzuoyan I will merge this one for now. I'm wondering whether you have future changes to the core part, as that will be not easy to merge any more due to the directory name change done in #494 ?

qinzuoyan commented 8 years ago

@imzhenyu, yes, there are still some bug found by kill_test.

On Thu, Jul 28, 2016 at 12:21 PM, Zhenyu Guo notifications@github.com wrote:

Merged #495 https://github.com/imzhenyu/rDSN/pull/495.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/imzhenyu/rDSN/pull/495#event-737359304, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgQPdHa2rNy5YbgoIFCflASX9ATxLoDks5qaC4ygaJpZM4JW0gB .

imzhenyu commented 8 years ago

Then you may have to merge them manually instead of cherry-pick later as the organization of the directories are changed in #494 and after. I'll merge #494 later today in case you guys have some important fixes done today.