Use a static YangInstanceIdentifier in AbstractEntityOwnerChangeListener
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src /
2016-03-30 Robert VargaUse a static YangInstanceIdentifier in AbstractEntityOw... 13/36813/3
2016-03-29 Tom PantelisFix ShardManagerInfo JMX registration error 94/36794/3
2016-03-29 Robert VargaSplit out AbstractBuilder and rename it 13/36613/6
2016-03-29 Robert VargaRefactor MessageTracker 11/36511/5
2016-03-29 Robert VargaMove MessageTracker to sal-clustering-commons 10/36510/5
2016-03-29 Robert VargaMove SwitchShardBehaviorMessage to shardmanager package 53/36653/4
2016-03-29 Robert VargaMove ShardManagerSnapshot to new package 98/36598/4
2016-03-29 Robert VargaInitialized visitedAddresses to a smaller list 54/36654/4
2016-03-25 Robert VargaMove ShardManager into its own package 90/36590/7
2016-03-24 Tom PantelisForward pending transactions on leadership change 99/35199/9
2016-03-22 Robert VargaMake SwitchShardBehavior transport RaftState 57/36557/1
2016-03-22 Robert VargaFixup ShardManagerInfo constants 56/36556/1
2016-03-21 Moiz RajaStop logging complete data tree on prepare/commit failure 57/36457/2
2016-03-21 Robert VargaUse instanceof instead of .class.isInstance() 98/36298/2
2016-03-21 Robert VargaDo not allow overrides of onReceive{Command,Recover} 92/36292/3
2016-03-18 Tom PantelisFix forwarding in Shard.handleBatchedModifications 21/35121/6
2016-03-18 Tom PantelisFix intermittent unit test failures 40/36440/1
2016-03-16 Tom PantelisBug 5485: Improve DataTreeModification pruning on recovery 13/36013/5
2016-03-11 Tom PantelisBug 4823: Offload generation of DCNs from Shard 96/34096/5
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 duplicate candidate list 45/35545/3
2016-03-07 Robert VargaDo not use String.toString() 42/35542/3
2016-03-07 Robert VargaBUG-4964: Bump to akka-2.4.1 24/32524/19
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-22 Tom PantelisFix unit test errors due to Mockito upgrade 11/35211/2
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-17 Robert VargaRemove unused variant of newShardProps() 24/34624/12
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 VargaTurn ElectionTimeout into a proper singleton 12/34612/4
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-15 Tom PantelisFix intermittent ShardTest failures 32/34632/2
2016-02-13 Robert VargaMake Shutdown message a proper singleton 06/34606/3
2016-02-13 Robert VargaCleanup and document FindLeaderReply 05/34605/4
2016-02-13 Robert VargaDocument FindLeader message 04/34604/3
2016-02-11 Robert VargaBUG-5247: Fix Optional.get() on absent return 24/34524/2
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-11 Robert VargaShardTestKit.waitUntilLeader() is static 89/34389/3
2016-02-11 Robert VargaFix raw reference 92/34392/5
2016-02-11 Robert VargaNodeWithValue is generic 91/34391/4
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 Helium protobuff code from AppendEntries 09/33509/5
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 5109: Handle stand alone leaf nodes in CDS streaming 28/33228/2
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-19 Tom PantelisUse ActorFactory in ShardTest 73/32473/5
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 PantelisFix intermittent failure in DistributedEntityOwnershipI... 18/32218/3
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-19 Tony TkacikFixed incorrect model. 38/31638/1
2015-12-19 Tom PantelisAdd unit test for ReadyLocalTransaction NPE 63/31463/2
2015-12-17 Tom PantelisBug 4774: Wait for prior RO tx creates on tx chain 18/31318/5
2015-12-16 Robert VargaMake a method static 27/31427/2
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
next