Parallelize up- and downstream syncing
Reported by Ben Hood | April 21st, 2011 @ 03:16 PM
Currently the process of syncing a pair kicks of a sync with the upstream and then once it has finished it begins syncing with the downstream. There is no real need for this happen sequentially, so it should be parallelized. In doing so, we need make sure that the process remains thread safe.
Comments and changes to this ticket
-

Ben Hood May 11th, 2011 @ 12:12 PM
- State changed from new to open
- Milestone cleared.
- Assigned user set to Ben Hood
- Milestone order changed from 49 to 0
-

-

Ben Hood May 13th, 2011 @ 07:10 PM
(from [21232e1448de28c4fd9d127f8aa6a8311029bdf9]) [#208] Fixed bug in the pair actor https://github.com/lshift/diffa/commit/21232e1448de28c4fd9d127f8aa6...
-

-

Ben Hood May 13th, 2011 @ 10:36 PM
(from [a49b538f35a947576be2488d219352762f708bfe]) [#208] Fixed CorrelatedVersionPolicyTest https://github.com/lshift/diffa/commit/a49b538f35a947576be2488d2193...
-

Ben Hood May 13th, 2011 @ 10:40 PM
(from [0dac2ab709bbb38cf73b4df222011d71a503a557]) [#208] Fixed AbstractDataDrivenPolicyTest https://github.com/lshift/diffa/commit/0dac2ab709bbb38cf73b4df22201...
-

Ben Hood May 22nd, 2011 @ 09:08 PM
(from [a2b21427686a06aa6c4192ddde705f45b9c69529]) [#208] Enums seem to have changed in Scala 2.9 https://github.com/lshift/diffa/commit/a2b21427686a06aa6c4192ddde70...
-

Ben Hood May 23rd, 2011 @ 03:22 PM
(from [64cc496c19bec817ce2156ab77017fa329bca358]) [#208] Fixed concurrency bug in the PairActor https://github.com/lshift/diffa/commit/64cc496c19bec817ce2156ab7701...
-

-

Ben Hood May 23rd, 2011 @ 04:30 PM
- State changed from open to resolved
- Assigned user changed from Ben Hood to Paul Jones
-

Paul Jones May 24th, 2011 @ 10:10 AM
- State changed from resolved to open
- Assigned user changed from Paul Jones to Ben Hood
I've added first pass review comments in Github.
-

-

Ben Hood May 24th, 2011 @ 02:52 PM
(from [86bbc4c173542cd51bcf7dbd002e5b103d258c14]) [#208] Implemented ACK/NACK hack for child actor failure https://github.com/lshift/diffa/commit/86bbc4c173542cd51bcf7dbd002e...
-

Ben Hood May 24th, 2011 @ 03:23 PM
(from [e7c07cd7bd6c9333dc7a38729bf04bf7d7d4f949]) [#208] Reduced the verbosity of the writer command set https://github.com/lshift/diffa/commit/e7c07cd7bd6c9333dc7a38729bf0...
-

Ben Hood May 25th, 2011 @ 02:22 PM
- State changed from open to resolved
- Assigned user changed from Ben Hood to Paul Jones
Addressed QA issues -> resolving again
-

Ben Hood May 26th, 2011 @ 03:45 PM
(from [1714379eec11da9b112d38d8ea3bc9a737bcc194]) [#208]: Addressed bug during scan failure https://github.com/lshift/diffa/commit/1714379eec11da9b112d38d8ea3b...
-

Ben Hood June 1st, 2011 @ 04:35 PM
- State changed from resolved to closed
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Referenced by
-
208
Parallelize up- and downstream syncing
(from [deeff7e2450a779e00a26454fce39a0caf982b84])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [21232e1448de28c4fd9d127f8aa6a8311029bdf9])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [66cd8e6c1f20be2a2fe808377117890c7e31961c])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [a49b538f35a947576be2488d219352762f708bfe])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [0dac2ab709bbb38cf73b4df222011d71a503a557])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [a2b21427686a06aa6c4192ddde705f45b9c69529])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [64cc496c19bec817ce2156ab77017fa329bca358])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [7e047966e9d098300bd1e913e19066e8349d550c])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [c724981711fe24896bca0b5e5ea1241c02fd63f1])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [86bbc4c173542cd51bcf7dbd002e5b103d258c14])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [e7c07cd7bd6c9333dc7a38729bf04bf7d7d4f949])
[#208] ...
-
208
Parallelize up- and downstream syncing
(from [1714379eec11da9b112d38d8ea3bc9a737bcc194])
[#208]:...
-
201
Actor does not shut down cleanly
Since #208 has landed, I haven't seen this issue -
potent...