controller.git
2016-03-27 Robert VargaEnlarge critical section to cover processNextTransaction() 49/36749/2
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 Tom PantelisImplement change to voting with no leader 23/32723/12
2016-03-23 Stephen KittAdd a few toString() methods 05/36105/2
2016-03-22 Robert VargaUse partial mocking for FollowerTest 68/36568/1
2016-03-22 Robert VargaMake AbstractRaftActorBehavior.state() final 66/36566/1
2016-03-22 Robert VargaDecouple RaftState and RaftActorBehaviors 65/36565/1
2016-03-22 Robert VargaMake SwitchShardBehavior transport RaftState 57/36557/1
2016-03-22 Robert VargaFixup ShardManagerInfo constants 56/36556/1
2016-03-22 Tom PantelisFix wait for schema in BindingToNormalizedNodeCodec 81/35881/7
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 VargaHandle snapshot support messages first 97/36297/2
2016-03-21 Robert VargaRemove duplicate 'return true' statements 96/36296/2
2016-03-21 Robert VargaDo not allow overrides of onReceive{Command,Recover} 92/36292/3
2016-03-21 Filip GregorBug 2562: Binding Data Codec: Incorrectly deserialized... 35/36435/2
2016-03-18 Tom PantelisFix forwarding in Shard.handleBatchedModifications 21/35121/6
2016-03-18 Tom PantelisImplement ChangeServersVotingStatus message in RafActor 11/32511/8
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-16 Tom PantelisBug 5460: Fix snaphots on follower 74/36274/2
2016-03-13 Tom PantelisConvert toaster-it to use mdsal-it 74/36074/9
2016-03-12 Tom PantelisFix intermittent RaftActorLeadershipTransferCohortTest... 58/36158/2
2016-03-11 Thanh HaAdd Maven Site generation data 22/36022/4
2016-03-11 Thanh HaFix yangtools version in startup archetype 21/36021/3
2016-03-11 Thanh HaChange default version to 0.1.0-SNAPSHOT 20/36020/4
2016-03-11 Thanh HaBump default copyright year to 2016 19/36019/4
2016-03-11 Thanh HaImprove formatting for visual satisfaction 18/36018/4
2016-03-11 Tom PantelisBug 4823: Offload generation of DCNs from Shard 96/34096/5
2016-03-11 Robert VargaDo not guard simple logging with isXXXEnabled() 18/36118/1
2016-03-11 Robert VargaRemove commented-out logging 16/36116/1
2016-03-10 Moiz RajaFix issues with LeastLoadedCandidateSelectionStrategy 14/33714/3
2016-03-09 Tony TkacikRemoved unnecessary file. 83/35083/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-03-05 Tom PantelisModify toaster example to use DataTreeChangeListener 09/35209/3
2016-03-04 Tom PantelisFix ConcurrentModificationEx in RpcRegistry.onBucketsUp... 14/35714/2
2016-03-03 Tony TkacikRemove unused obsolete concepts code. 87/35087/4
2016-03-03 Tony TkacikRemoved non-building code. 84/35084/3
2016-02-25 Robert VargaMove JMX generator out of src/main 52/35052/3
2016-02-25 Robert VargaUse {{VERSION}} for config files 20/35320/3
2016-02-24 Robert VargaBUG-4329: remove references to JDT 58/35358/1
2016-02-24 Robert VargaFix broken downstream features 17/35317/1
2016-02-23 Tom PantelisBug 4866: Add wait/retries for routed RPCs 75/34175/4
2016-02-23 Tom PantelisFix sporadic failures in ClusterAdminRpcServiceTest 85/35285/2
2016-02-23 Tom PantelisBug 5329: Add factory akka.conf 53/34553/5
2016-02-23 Tom PantelisRemove unused org.opendaylight.controller.xml.codec... 14/35114/5
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-22 Robert VargaSwitch aggregator to odlparent-lite 50/35150/3
2016-02-21 Robert VargaBUG-4329: switch to javaparser 53/35153/2
2016-02-21 Colin DixonBUG-2912: Better document DataChangeScope.ONE 11/34911/4
2016-02-21 Robert VargaFix missing bundle 48/35148/1
2016-02-19 Tom PantelisFix sporadic ShardManagerTest failures 28/34928/3
2016-02-19 Tony TkacikBinding Codecs support of APPEARED,DISAPPEARED. 58/35058/2
2016-02-19 Robert VargaRemove target-ide override 51/35051/2
2016-02-19 Robert VargaMake sure yang-maven-plugin executes in eclipse 23/34823/2
2016-02-18 Robert VargaReduce reliance on NormalizedNodeInputStreamReader 51/34851/2
2016-02-18 Robert VargaHide NormalizedNodeOutputStreamWriter 47/34847/6
2016-02-18 Robert VargaRemove InputStream constructors 41/34841/4
2016-02-17 Robert VargaNormalizedNodeDataOutput should be AutoCloseable 46/34846/3
2016-02-17 Robert VargaRemove implements NormalizedNodeStreamWriter declaration 45/34845/3
2016-02-17 Robert VargaRemove NormalizedNodeStreamReader 42/34842/2
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-17 Robert VargaAdd SendInstallSnapshot javadoc 18/34618/12
2016-02-17 Robert VargaClean AbstractServerChangeReply up 22/34622/9
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 VargaMake RequestVoteReply final 21/34621/6
2016-02-15 Robert VargaDocument RaftRPC 19/34619/5
2016-02-15 Robert VargaTurn OperationState into an abstract class 17/34617/4
2016-02-15 Robert VargaTurn SendHeartBeat into a singleton 16/34616/4
2016-02-15 Robert VargaTurn LeaderTransitioning into a singleton 15/34615/4
2016-02-15 Robert VargaHide IsolatedLeaderCheck message 14/34614/4
2016-02-15 Robert VargaMake FollowerInitialSyncUpStatus final 13/34613/4
2016-02-15 Robert VargaTurn ElectionTimeout into a proper singleton 12/34612/4
2016-02-15 Robert VargaMake NOOP_CALLBACK internal constant 08/34608/5
2016-02-15 Robert VargaBUG-5247: notify listeners for entities which are not... 79/34179/19
2016-02-15 Robert VargaMake GetSnapshot final and add a link 07/34607/5
2016-02-15 Robert VargaFix raw type warnings 56/34556/7
2016-02-15 Tom PantelisDeprecate InstallSnapshot protobuff messages 68/33768/6
2016-02-15 Tom PantelisReduce output from DeadlockMonitor 61/34561/2
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-13 Robert VargaMake methods static 55/34555/2
2016-02-12 Tom PantelisFix intermittent LeaderTest/CandidateTest failures 44/34544/2
2016-02-12 Tom PantelisAdd raftVersion field to AppendEntriesReply 67/33767/6
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
next