BUG-5280: synchronize access to local histories
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller /
2016-12-17 Robert VargaBUG-5280: synchronize access to local histories 27/49427/5
2016-12-16 Robert VargaBUG-5280: add ClientTransactionCursor 24/49424/3
2016-12-15 Robert VargaBUG-7033: Allow ShardDataTree to pipeline transactions 75/28775/21
2016-12-15 Robert VargaRemove RV_RETURN_VALUE_IGNORED FB supression 59/49259/3
2016-12-15 Tom PantelisBug 7271: Use mdsal AbstractDOMStoreTreeChangePublisher... 03/48903/4
2016-12-13 Robert VargaBUG-5280: add READY protocol 50/49250/5
2016-12-13 Tomas CereBUG 2138: Introduce prefix based shards into ShardManager 05/44705/48
2016-12-12 Robert VargaBUG-5280: add basic concept of ClientSnapshot 27/48727/32
2016-12-12 Robert VargaBUG-5280: expose queue messages during reconnect 80/48980/11
2016-12-12 Robert VargaBUG-5280: report history which was not found 98/48998/7
2016-12-12 Robert VargaBUG-5280: do not cache modify responses 79/48979/5
2016-12-08 Robert VargaRemove FB suppression 39/49139/1
2016-11-30 Robert VargaBUG-5280: fix transaction seal atomicity 31/48831/2
2016-11-30 Robert VargaBUG-5280: TransactionAbortRequest is used for user... 30/48830/2
2016-11-30 Robert VargaBUG-5280: fix problems identified by integration tests 06/48706/17
2016-11-28 Robert VargaBUG-5280: add executionTimeNanos 86/48686/16
2016-11-28 Robert VargaBUG-5280: add SimpleDataStoreClientBehavior 92/48292/32
2016-11-25 Robert VargaFix javadocs and enable doclint 83/48683/4
2016-11-21 Robert VargaBUG-5280: add AbstractClientConnection 10/44910/72
2016-11-19 Robert VargaBUG-5280: implement backend message handling 32/41032/75
2016-11-16 Tom PantelisFix FindBugs warnings in sal-distributed-datastore... 48/47548/6
2016-11-14 Robert VargaBUG-5280: fix a thinko around sealed transactions 74/48274/3
2016-11-03 Robert VargaFixup javadoc 16/47816/2
2016-10-31 Tom PantelisRemove SerializationUtils in sal-distributed-datastore 65/47765/1
2016-10-27 Tom PantelisMove SerializationUtils to sal-clustering-commons 37/47637/2
2016-10-27 Tom PantelisRemove pre-Lithium serialization support in sal-distrib... 34/47634/2
2016-10-26 Robert VargaBUG-5280: move transactions keeping to history 09/44909/20
2016-10-25 Tom PantelisFix remaining CS warnings in sal-distributed-datastore 99/47499/3
2016-10-21 Tom PantelisFix CS warnings in sal-clustering-commons and enable... 53/46853/4
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-10-07 Tom PantelisFix warnings/javadocs in sal-distributed-datastore 39/46639/4
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-09 Robert VargaFix a few javadoc errors 52/45152/2
2016-09-07 Tom PantelisBug 6540: EOS - Rework behavior of onPeerDown 29/45129/5
2016-09-01 Tom PantelisNotify listeners on applySnapshot 28/45028/1
2016-08-31 Tom PantelisFix incorrect remove call in ShardManager 49/44949/1
2016-08-25 Robert VargaBUG-5280: add ExplicitAsk utility class 54/44654/1
2016-08-24 Tom PantelisImplement toString in DataBroker impls 73/44573/2
2016-08-24 Robert VargaBUG-5280: Create AbstractProxyHistory class 77/44277/4
2016-08-24 Robert VargaBUG-5280: move proxy instantiation to AbstractClientHistory 76/44276/4
2016-08-24 Robert VargaBUG-5280: separate request sequence and transmit sequence 33/43333/28
2016-08-23 Tom PantelisFix issues when persistence enabled 21/44521/3
2016-08-22 Robert VargaMake DataTreeCandidatePayload MigratedSerializable 09/44109/2
2016-08-22 Tom PantelisTake snapshot after recovery on migrated messages 47/43747/8
2016-08-15 Robert VargaLimit visibility of ShardDataTree methods 06/43006/12
2016-08-12 Tom PantelisAddress review comments 75/43775/2
2016-08-12 Robert VargaBUG-5280: add FrontendMetadata 24/43124/15
2016-08-12 Robert VargaBUG-5280: persist metadata in snaphots 74/42974/19
2016-08-12 Robert VargaBUG-5280: split out cds akka client substrate 21/43321/9
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-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 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-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-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-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 Tom PantelisFix minor bug in ShardManager#removeShardReplica 63/39863/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-5626: Eliminate ShardIdentifier.Builder 09/38809/15
next