BUG-5280: add frontend state lifecycle
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / entityownership /
2017-03-09 Tom PantelisBug 7901: Prevent null Modification in BatchedModifications 83/52883/4
2017-02-17 Tom PantelisBug 7746: Fix intermittent EOS test failure and synchro... 41/51941/3
2017-02-15 Robert VargaCleanup warnings around methods being potentially static 00/51900/2
2016-11-16 Tom PantelisFix FindBugs warnings in sal-distributed-datastore... 48/47548/6
2016-10-12 Tom PantelisFix warnings/javadocs in sal-distributed-datastore 92/46692/2
2016-10-11 Tom PantelisBug 6540: EOS - handle edge case with pruning pending... 38/45638/5
2016-09-26 Tom PantelisBug 6540: EOS - Prune pending owner change commits... 16/45516/4
2016-09-23 Stephen KittMechanical code cleanup (sal-distributed-datastore) 70/46070/3
2016-09-07 Tom PantelisBug 6540: EOS - Rework behavior of onPeerDown 29/45129/5
2016-08-05 Tom PantelisBug 5504: Add PreLeader raft state 28/42728/4
2016-07-19 Tom PantelisConvert distributed EOS impl to use new DOM EOS interfaces 75/35475/14
2016-06-10 Robert VargaBUG-5280: switch transaction IDs from String to Transac... 90/38990/47
2016-06-08 Robert VargaBUG-5280: switch transactionIdentifier 62/38962/34
2016-05-31 Robert VargaEnsure AbstractUntypedActor#unknownMessage() is called 17/36117/9
2016-05-20 Robert VargaBUG-5626: Eliminate ShardIdentifier.Builder 09/38809/15
2016-05-20 Robert VargaBUG-5280: use MemberName instead of String 02/38802/16
2016-05-02 Robert VargaBUG-5414 introduce EOS inJeopardy flag 52/36752/8
2016-04-12 Robert VargaBUG-5626: do not allow overriding of RaftActor.handleCo... 58/36958/18
2016-04-11 Moiz RajaBUG 5690 : No owner present even when entity has a... 68/37368/2
2016-04-06 Moiz RajaBUG 5656 : Entity ownership candidates not removed... 16/37116/3
2016-04-02 Robert VargaDo not use Strings for internal messages 10/37010/5
2016-03-30 Robert VargaUse java.util.Objects instead of Guava 82/36682/5
2016-03-30 Robert VargaUse a static YangInstanceIdentifier in AbstractEntityOw... 13/36813/3
2016-03-21 Robert VargaDo not allow overrides of onReceive{Command,Recover} 92/36292/3
2016-03-10 Moiz RajaFix issues with LeastLoadedCandidateSelectionStrategy 14/33714/3
2016-03-07 Robert VargaClean up DistributedEntityOwnershipService instantiation 01/35501/9
2016-03-07 Robert VargaDo not use String.toString() 42/35542/3
2016-02-15 Robert VargaBUG-5247: notify listeners for entities which are not... 79/34179/19
2016-02-10 Robert VargaUse a singleton instead of an ArrayList 81/34181/4
2016-02-10 Robert VargaSimplify listener management 80/34180/3
2016-02-04 Moiz RajaChoose owner when all candidate registrations received. 94/33494/4
2016-02-04 Moiz RajaWhen no candidates are present for an entity do not... 93/33493/4
2016-02-04 Moiz RajaFix reading of EntityOwnerSelectionStrategy 92/33492/4
2016-02-01 Tom PantelisDeprecate 3PC protobuff messages 85/33385/5
2016-01-27 Tom PantelisBug 4992: Removed old leader's candidates on leader... 01/33601/2
2015-12-02 Tom PantelisBug 2187: EOS shard recovery after AddShardReplica 04/29904/6
2015-12-01 Tom PantelisBug 2187: Refactor MemberNode from ClusterAdminRpcServi... 03/29903/6
2015-11-17 Tom PantelisBug 2187: Bootstrap EOS shard when no local shards... 76/29576/12
2015-11-13 Robert VargaMake methods static 43/29643/1
2015-11-13 Moiz RajaBUG 4554 : Ownership is not cleared when all candidates... 32/29632/2
2015-11-13 Moiz RajaBUG 4615 : Add method on EOS to check if a candidate... 31/29631/1
2015-11-13 Moiz RajaImplement LeastLoadedCandidateSelectionStrategy 07/29407/5
2015-11-13 Moiz RajaMaintain EntityOwnershipStatistics 06/29406/6
2015-11-13 Moiz RajaAdd a mechanism to read the entity owner selection... 05/29405/8
2015-11-12 Moiz RajaPass in EntityOwnerSelectionStrategyConfig when constru... 04/29404/5
2015-11-12 Moiz RajaPass in EntityOwnerSelectionStrategyConfig when constru... 03/29403/5
2015-11-12 Moiz RajaAllow passing of delay to the EntityOwnerElectionStrategy 01/29401/4
2015-11-12 Moiz RajaAdd Delayed Owner selection base on strategy 00/29400/4
2015-11-11 Tom PantelisBug 4564: Add Shard Builder class 37/29237/6
2015-11-11 Moiz RajaIntroduce EntityOwnerSelectionStrategy 22/28222/4
2015-10-27 Robert VargaReduce ShardDataTree#getDataTree() callsites 29/28729/7
2015-10-26 Robert VargaMake private methods static 26/28726/5
2015-09-27 Tom PantelisAdd getOwnershipState method to EntityOwnershipService 51/27551/2
2015-09-17 Robert VargaBUG-2399: take into account new ModificationTypes 10/27110/5
2015-09-15 Tom PantelisBug 4105: Remove EntityOwnershipCandidate 50/26950/2
2015-09-14 Tom PantelisBug 4105: Add hasOwner param to EntityOwnershipListener... 98/26898/2
2015-09-10 Tom PantelisBug 4105: Remove candidates on PeerDown 08/26808/1
2015-09-10 Tom PantelisBug 4105: Implement EntityOwnershipListener registratio... 07/26807/1
2015-09-10 Tom PantelisBug 4105: Pass ModuleShardConfiguration with CreateShard 06/26806/1
2015-09-10 Tom PantelisBug 4105: Change ownership on member down/up 04/26804/1
2015-09-10 Tom PantelisBug 4105: Add dynamic module/shard config for entity... 01/26801/1
2015-09-10 Tom PantelisBug 4105: Implement UnregisterCandidateLocal in EntityO... 00/26800/1
2015-09-10 Tom PantelisBug 4105: Integrate EntityOwnerChangeListener with... 99/26799/1
2015-09-10 Moiz RajaBug 4105: Choose Owner for an Entity based on first... 98/26798/1
2015-09-10 Tom PantelisBug 4105: Change commit retry mechanism in EntityOwners... 97/26797/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnerDataChangeListener 96/26796/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipListenerActor and support 95/26795/1
2015-09-10 Tom PantelisBug 4105: Implement RegisterCandidate in EntityOwnershi... 93/26793/1
2015-09-10 Tom PantelisBug 4105: Implement candidate registration close 92/26792/1
2015-09-10 Tom PantelisBug 4105: Implement DistributedEntityOwnershipService... 91/26791/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipShard 89/26789/1
2015-09-10 Tom PantelisBug 4105: Added DistributedEntityOwnershipService and... 86/26786/2