Fix TerminationMonitor to reference correct Monitor class
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight /
2016-02-23 Tom PantelisFix TerminationMonitor to reference correct Monitor... 13/35113/5
2016-02-23 Tom PantelisRemoved unused class NonPersistent 12/35112/4
2016-02-23 Tom PantelisRemove returnSerialized from ForwardedReadyTransaction 00/35100/4
2016-02-23 Tom PantelisChange BatchedModifications to extend VersionedExternal... 97/35097/8
2016-02-23 Tom PantelisRemove clientTxVersion from ShardTransaction 96/35096/5
2016-02-19 Tom PantelisFix sporadic ShardManagerTest failures 28/34928/3
2016-02-18 Robert VargaReduce reliance on NormalizedNodeInputStreamReader 51/34851/2
2016-02-18 Robert VargaHide NormalizedNodeOutputStreamWriter 47/34847/6
2016-02-17 Robert VargaFollow-up to protobuff deprecation 38/34638/11
2016-02-16 Tom PantelisBug 4627: Fix premature RO tx cleanup 57/34757/1
2016-02-16 Tom PantelisBug 4823: Use tx commit timeout for BatchedModifications 98/34298/3
2016-02-15 Robert VargaBUG-5247: notify listeners for entities which are not... 79/34179/19
2016-02-15 Tom PantelisRemove TransactionContext.supportsDirectCommit method 72/34472/2
2016-02-13 Robert VargaMake Shutdown message a proper singleton 06/34606/3
2016-02-11 Tom PantelisBug 5153: Add timestamp to TransactionIdentifier 19/34019/4
2016-02-11 Robert VargaMake private methods static 90/34390/3
2016-02-10 Robert VargaFix raw type warnings 93/34393/5
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-10 Robert VargaFix Eclipse errors with Java 8/Scala 87/34387/2
2016-02-05 Gary WuRefactor VersionedExternalizableMessage messages 71/33871/2
2016-02-05 Tom PantelisRemove deprecated Helium Payload methods 10/33510/7
2016-02-05 Tom PantelisDeprecate CloseTransactionChain protobuff message 08/33508/7
2016-02-05 Robert VargaPublic constants need to be final 64/34164/1
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 PantelisRemove ListenerRegistration protobuff messages 06/33506/3
2016-02-01 Tom PantelisRemove DataChangeListener protobuff messages 05/33505/3
2016-02-01 Tom PantelisHandle 3PC message backwards compatibility 86/33386/4
2016-02-01 Tom PantelisDeprecate 3PC protobuff messages 85/33385/5
2016-01-27 Tom PantelisDeprecate ReadData/DataExists protobuff messages 78/33178/3
2016-01-27 Tom PantelisDeprecate CreateTransaction protobuff message 42/33142/5
2016-01-27 Tom PantelisBug 4992: Removed old leader's candidates on leader... 01/33601/2
2016-01-25 Tom PantelisRemove Helium ReadDataReply protobuff message 98/33098/3
2016-01-25 Robert VargaRemove deprecated ShardDataTree constructor 99/33499/1
2016-01-23 Tom PantelisDeprecate CloseTransaction protobuff message 41/33141/3
2016-01-22 Tom PantelisRemove Helium Tx modify operation messages 55/33055/3
2016-01-22 Tom PantelisRemove deprecated PreLithium Tx context classes and... 39/33039/2
2016-01-14 Tom PantelisRemove ModificationPayload class 01/32401/5
2016-01-14 Tony TkacikRemoved unused actorPath from ShardManager. 08/31408/5
2016-01-14 Tom PantelisRemove deprecated getDataStoreType methods 96/32396/3
2016-01-12 Tom PantelisRemove deprecated DataExistsReply constructor 95/32395/2
2016-01-11 Tom PantelisImplement remove-all-shard-replicas RPC 60/32360/1
2016-01-11 Tom PantelisSend Shutdown message to Shard on ServerRemoved 38/32238/4
2016-01-08 Tom PantelisAbort pending txn's in Shard on leader transition and... 79/31979/5
2016-01-08 Tom PantelisBug 4823: Add ReachableMember event to Cluster subscription 19/32219/3
2016-01-08 Tom PantelisImplement graceful ShardManager shutdown 52/31952/8
2016-01-07 Tom PantelisImplement suspend leader in Shard 36/31936/6
2016-01-06 Gary WuRefactor TransactonContext 85/31485/6
2016-01-05 Tom PantelisBug 4823: Notify findPrimary callbacks on ReachableMemb... 66/31866/3
2016-01-05 Thanh HaAdd missing license headers 79/31379/3
2016-01-04 Tom PantelisMake LocalThreePhaseCommitCohort::operationError final 64/31464/2
2015-12-19 Tom PantelisTransaction retry when leader is isolated 30/31230/4
2015-12-19 Tom PantelisTransaction message retry when no shard leader present 83/31183/8
2015-12-17 Tom PantelisBug 4774: Wait for prior RO tx creates on tx chain 18/31318/5
2015-12-16 Robert VargaDo not overwrite operation failure 48/31448/2
2015-12-16 Robert VargaGuard against null transaction IDs 25/31425/1
2015-12-15 Moiz RajaBUG 2187 Implement Remove Shard Replica RPC 99/30999/3
2015-12-15 Moiz RajaBUG 2187 Handle RemoveShardReplica in ShardManager 30/30330/6
2015-12-15 Robert VargaRemove DatastoreContext#getDataStoreType() 43/30443/4
2015-12-15 Robert VargaBUG-1014: pass proper TreeType to DataTreeFactory 69/29669/12
2015-12-15 Tom PantelisBug 4774: Add Tx ID to logging on Tx chain failures 17/31317/2
2015-12-15 Tom PantelisHandle leader change on ForwardedReadyTransaction in... 71/31171/3
2015-12-15 Tom PantelisMove Tx ready call from ShardWriteTransaction to Shard 70/31170/2
2015-12-14 Tom PantelisBug 2187: Implement add-replicas-for-all-shards RPC 22/31022/4
2015-12-14 Robert VargaBUG-1014: clean up DatastoreContext.dataStoreType() 68/29668/12
2015-12-10 Tom PantelisRemove CompositeModification field in ShardWriteTransaction 69/31169/1
2015-12-10 Tom PantelisRemoved unused Modification field in ForwardedReadyTran... 68/31168/1
2015-12-10 Robert VargaBUG-4626: Introduce NormalizedNodeData{Input,Output} 72/30872/10
2015-12-07 Tom PantelisBug 2187: Add datastoreType to add-shard-replica RPC 59/30559/2
2015-12-01 kalaiselvikBUG 2187 - Removal of old snapshots in ShardManager 50/29850/5
2015-12-02 Tom PantelisBug 4564: Implement backup/restore of ShardManagerSnapshot 38/30038/5
2015-12-02 Tom PantelisBug 2187: EOS shard recovery after AddShardReplica 04/29904/6
2015-12-02 Tom PantelisCDS: ShardManagerTest cleanup 36/30036/5
2015-12-01 Tom PantelisBug 2187: Refactor MemberNode from ClusterAdminRpcServi... 03/29903/6
2015-11-26 Robert VargaBUG-1014: expose a proper ShardDataTree constructor 45/29645/6
2015-11-25 Tom PantelisMake ModuleConfig immutable 61/29761/5
2015-11-20 Tom PantelisBug 4651: Implement handling of ClusteredDOMDataTreeCha... 43/29943/2
2015-11-19 Gary WuFix bug in DatastoreContext copy constructor 45/29945/1
2015-11-19 Moiz RajaBUG 2817 - Create reusable classes for doing an action... 37/29837/5
2015-11-19 Moiz RajaBUG 2817 : Handle ServerRemoved message in Shard/ShardM... 04/29804/5
2015-11-18 Tom PantelisBug 2187: Remove ShardManager mbean replica operations 19/29719/5
2015-11-18 Gary WuPrevent partial init in DatastoreSnapshotRestore 81/29881/1
2015-11-18 Tom PantelisBug 2187: Implement add-shard-replica RPC 05/29705/8
2015-11-17 Moiz RajaRemove unused ShardCommitCoordinator#CohortEntry constr... 13/29713/4
2015-11-16 Tom PantelisBug 2187: Don't close over internal state in ShardManager 18/29718/4
2015-11-17 Tom PantelisBug 2187: Bootstrap EOS shard when no local shards... 76/29576/12
2015-11-16 kalaiselvikBUG 2187 - Persisting shard list in ShardManager 70/29370/7
2015-11-15 Moiz RajaRemove unused ShardCommitCoordinator constructor parameter 10/29710/3
2015-11-14 Tom PantelisBug 4564: Implement datastore restore from backup file 43/29243/12
2015-11-13 Robert VargaMake methods static 43/29643/1
2015-11-13 Tom PantelisBug 4564: Implement restore from snapshot in RaftActor 80/29280/7
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
next