ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Refactored replication router to support parallel writes #34

Closed brewkode closed 7 years ago

brewkode commented 7 years ago

@ashwanthkumar Implemented parallel replication. As part of this, refactored some portions of existing replicator parent class to do error handling and pushed out "actual" replication logic alone to be implemented.

codecov-io commented 7 years ago

Current coverage is 61.51% (diff: 65.62%)

Merging #34 into master will decrease coverage by 0.64%

@@             master        #34   diff @@
==========================================
  Files            22         22          
  Lines           378        408    +30   
  Methods           0          0          
  Messages          0          0          
  Branches         57         61     +4   
==========================================
+ Hits            235        251    +16   
- Misses          124        137    +13   
- Partials         19         20     +1   

Powered by Codecov. Last update cb5d51c...ba7d4a6

ashwanthkumar commented 7 years ago

I just fixed one of the issues I pointed out.

ashwanthkumar commented 7 years ago

Adding reference to #30 here for tracking.

brewkode commented 7 years ago

@ashwanthkumar your concerns have been addressed(or, reasoned out) hopefully. Please take a look.