BUG-7927: stop scanning bundles on framework stop
[controller.git] / opendaylight / md-sal / sal-distributed-datastore /
2017-04-21 Robert VargaBUG-8219: optimize empty CompositeDataTreeCohort case 21/55821/3
2017-04-12 Tom PantelisBug 7814: Add counter to make tx actor names unique 82/54882/1
2017-04-07 Anil BelurBumping versions by x.y.(z+1) for next dev cycle 66/54466/1
2017-03-12 Tom PantelisBug 7814: Fix InvalidActorNameException 90/53190/1
2017-02-17 Tom PantelisBug 7746: Fix intermittent EOS test failure and synchro... 98/51998/1
2017-02-16 Tom PantelisFix intermittent failure in testCloseCandidateRegistrat... 63/51963/2
2017-02-16 Tom PantelisUsage of Collections.unmodifiableCollection is unsafe 60/51960/1
2017-02-15 Tom PantelisAdd OnDemandShardState to report additional Shard state 05/51905/1
2017-01-30 Michael VorburgerCheckstyle compliant src/main|test/resources 90/51190/1
2017-01-12 Tom PantelisBug 7469: Advertise CDS DOMDataTreeCommitCohortRegistry 65/50365/1
2016-12-20 Anil BelurBumping versions by 0.0.1 for next dev cycle 75/49575/1
2016-11-04 Anil BelurBumping versions by 0.0.1 for next dev cycle 13/47913/1
2016-10-11 Tom PantelisBug 6540: EOS - handle edge case with pruning pending... 74/46774/1
2016-10-06 Robert VargaBUG-5280: add ExplicitAsk utility class 98/46498/5
2016-10-06 Robert VargaBUG-5280: Create AbstractProxyHistory class 97/46497/5
2016-10-06 Robert VargaBUG-5280: move proxy instantiation to AbstractClientHistory 96/46496/5
2016-10-06 Robert VargaBUG-5280: separate request sequence and transmit sequence 95/46495/5
2016-10-06 Robert VargaBUG-5280: split out cds akka client substrate 94/46494/5
2016-10-06 Robert VargaMove MessageTrackerTest 30/46630/1
2016-10-04 Robert VargaBUG-5280: add FrontendMetadata 92/46492/2
2016-10-03 Tom PantelisBug 6540: EOS - Prune pending owner change commits... 94/46194/2
2016-09-15 Anil BelurBumping versions by 0.0.1 for next dev cycle 61/45661/1
2016-09-06 Tom PantelisBug 6540: EOS - Rework behavior of onPeerDown 71/45271/1
2016-09-04 Tom PantelisBug 6540: Notify listeners on applySnapshot 28/45128/1
2016-09-04 Robert VargaBUG-5280: persist metadata in snaphots 27/45127/1
2016-09-01 Tom PantelisBug 6587: Retain state when transitioning between Leade... 70/44970/1
2016-08-23 Tom PantelisFix issues when persistence enabled 67/44567/1
2016-08-22 Tom PantelisTake snapshot after recovery on migrated messages 73/43773/2
2016-08-11 Tom PantelisBug 5450: Query akka cluster state on Follower Election... 55/43755/1
2016-08-05 Tom PantelisBug 5504: Add PreLeader raft state 28/42728/4
2016-08-05 Robert VargaBUG-5280: expand ShardDataTree to cover transaction... 97/42497/27
2016-08-05 Tom PantelisEnable akka WeaklyUp feature 99/42799/3
2016-08-03 Robert VargaDo not use ShardDataTree in PruningDataTreeModificationTest 75/42975/5
2016-08-03 Tom PantelisHandle DeleteSnapshots response messages 00/42800/3
2016-08-02 Tom PantelisAlleviate premature elections in followers 64/42564/7
2016-08-01 Robert VargaBUG-5280: centralize ShardSnapshot operations 85/42785/11
2016-07-30 Robert VargaMake deserializeNormalizedNode more obvious 03/42803/2
2016-07-30 Robert VargaAcquire SchemaContext from ShardDataTree 84/42784/3
2016-07-29 Tom PantelisCDS Frontend client actor should delete prior snapshots 72/42272/4
2016-07-28 Robert VargaUse ActorSystem.terminate() 68/42668/2
2016-07-26 Tom PantelisFix test failure in ShardTest 70/42570/2
2016-07-26 Robert VargaApply SchemaContext to dataTree first 10/42410/3
2016-07-26 Robert VargaBUG-5280: implement transaction dispatch 46/39946/63
2016-07-20 Tom PantelisFix compiler error due to removal of InMemoryDataTreeFa... 60/42160/1
2016-07-19 Tom PantelisConvert distributed EOS impl to use new DOM EOS interfaces 75/35475/14
2016-07-18 Robert VargaBUG-4167: fall back to unknown module for empty YangIns... 87/41887/2
2016-07-15 Isaku YamahataBug 6186 - fix testCandidateSerialization() 91/41691/5
2016-07-11 Robert VargaBUG-5280: refactor CohortEntry 28/41428/3
2016-07-11 Robert VargaBUG-5280: do not pass SchemaContext to ShardCommitCoord... 03/41403/3
2016-07-06 Robert VargaBUG-5280: introduce request/response Envelope 50/41150/10
2016-07-06 Robert VargaBUG-5280: implement message queueing 61/39561/75
2016-07-05 Tom PantelisEliminate dead letters message when there's no sender 41/41241/2
2016-07-04 Tom PantelisMove GlobalBundleScanningSchemaServiceImpl to its own... 58/40458/4
2016-07-03 Tom PantelisFix intermittent failure in ClusterAdminRpcServiceTest 42/41242/3
2016-06-29 Tom PantelisFix intermittent test failures in CDS 28/41028/3
2016-06-22 Robert VargaBUG-5280: move AbstractDataTreeModificationCursor 40/39840/38
2016-06-22 Robert VargaBUG-5280: add BackendInfo/BackendInfoResolver 58/39758/44
2016-06-22 Robert VargaBUG-5280: introduce cookie in LocalHistoryIdentifier 07/39607/45
2016-06-21 Robert VargaBUG-5903: do not rely on primary info on failure 27/40627/2
2016-06-21 Robert VargaBUG-5280: use a lambda for createLocalHistory()/close() 74/39574/38
2016-06-21 Robert VargaBUG-5280: introduce the notion of client actor time 72/39572/39
2016-06-20 Robert VargaBUG-5280: define RetiredGenerationException 40/39540/47
2016-06-16 Robert VargaBUG-5930: introduce PayloadVersion 83/39383/37
2016-06-15 Robert VargaBUG-5626: make CloseTransactionChain implement Identifiable 70/39470/33
2016-06-14 Tom PantelisBug 5913: Fix ISE in DefaultShardDataChangeListenerPubl... 06/40306/2
2016-06-14 Robert VargaBUG-5280: add CommitTransactionPayload 83/39283/46
2016-06-14 Robert VargaMake akka-testkit a test dependency 81/40281/2
2016-06-10 Tom PantelisCreate DatastoreSnapshotRestore instance via blueprint 13/36913/13
2016-06-10 Robert VargaBUG-5280: move DataTreeCandidate serialization to its... 67/39267/32
2016-06-10 Robert VargaBUG-5280: switch transaction IDs from String to Transac... 90/38990/47
2016-06-10 Tom PantelisWrite failed node data on recovery to a file 87/36987/6
2016-06-08 Robert VargaBUG-5280: do not use CompositeModification in Shard 25/39125/26
2016-06-08 Robert VargaBUG-5280: Remove PeristentMessages 22/39122/28
2016-06-08 Robert VargaBUG-5280: remove support for talking to pre-Boron clients 19/39119/28
2016-06-08 Robert VargaBUG-5280: switch transactionIdentifier 62/38962/34
2016-06-06 Robert VargaBUG-5280: eliminate ShardTransactionIdentifier 15/39015/25
2016-06-06 Robert VargaBUG-5280: introduce DistributedDataStoreClientActor 83/38683/52
2016-06-06 Robert VargaUse configured maximum memory to determine limits 01/37501/3
2016-06-06 Tom PantelisFix minor bug in ShardManager#removeShardReplica 63/39863/3
2016-06-03 Martin CiglanGet rid of old Yang Parser in Controller 45/39645/6
2016-06-01 Robert VargaAdd @Ignore to failing test 21/39721/3
2016-06-01 Tom PantelisImplement cluster admin RPCs to change member voting... 86/38086/6
2016-05-31 Robert VargaEnsure AbstractUntypedActor#unknownMessage() is called 17/36117/9
2016-05-31 Robert VargaChange declared exception 09/39409/3
2016-05-20 Robert VargaBUG-5626: remove CompositeModification(ByteString)Payload 87/38987/5
2016-05-20 Robert VargaUse YangInstanceIdentifier.EMPTY 14/39014/7
2016-05-20 Robert VargaBUG-5626: remove createTypedTransactionActor() 89/38989/5
2016-05-20 Robert VargaBUG-5280: make sure all DistributedDataStore instances... 29/38929/7
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-20 Robert VargaBUG-5280: add cds-access-api identifiers 70/38670/16
2016-05-13 Robert VargaFix a typo in getDdatastoreContextFactory() 01/38801/3
2016-05-13 Robert VargaEliminate unneeded String.format() 00/38800/3
2016-05-13 Robert VargaBUG-5626: use Identifier instead of String 32/38632/7
2016-05-11 Robert VargaBUG-5626: split out CohortEntry 87/38587/3
2016-05-09 Robert VargaFix a generic array warning 22/38322/2
2016-05-09 Robert VargaFix static methods and convert to lambdas 21/38321/2
2016-05-09 Robert VargaMake potentially-static methods static 20/38320/2
2016-05-03 Tom PantelisFix intermittent test failure in ShardTest.testPeerAddr... 87/38087/2
2016-05-02 Tom PantelisFix intermittent failures in DistributedDataStoreRemoti... 91/38291/2
next