Bug 8606: Continue leadership transfer on pauseLeader timeout
[controller.git] / opendaylight / md-sal / sal-distributed-datastore /
2017-06-12 Tomas CereBUG 8618: Log leader status when rejecting request 72/58772/1
2017-06-09 Robert VargaRemove unneeded cast 24/57624/11
2017-06-07 Robert VargaBUG-8403: fix DONE state propagation 87/58387/1
2017-06-06 Tom PantelisRemove deprecated ShardDataTree#commit method 13/58013/2
2017-06-06 Tom PantelisRemove deprecated NormalizedNodeInputStreamReader ctor 15/58015/3
2017-06-05 Tom PantelisBug 5740: Configure control-aware mailbox 19/57819/5
2017-06-04 Robert VargaBUG-8494: fix throttling during reconnect 14/58214/2
2017-06-04 Robert VargaBUG-8403: propagate DONE state to successor 13/58213/2
2017-06-04 Robert VargaBUG-8403: go through the DONE transition 12/58212/1
2017-06-04 Robert VargaBUG-8403: add state documentation and DONE state 11/58211/1
2017-06-04 Robert VargaBUG-8403: move successor allocation to AbstractProxyTra... 10/58210/1
2017-06-04 Robert VargaCleanup time access 08/58208/1
2017-06-04 Robert VargaBUG-8515: make sure we retry connection on NotLeaderExc... 07/58207/1
2017-06-04 Robert VargaBUG-8403: do not throttle purge requests 06/58206/1
2017-06-04 Robert VargaBUG-8538: rework transaction abort paths 05/58205/1
2017-06-04 Robert VargaBUG-8538: do not invoke read callbacks during replay. 04/58204/1
2017-06-04 Robert VargaBUG-8371: Respond to CreateLocalHistoryRequest after... 50/57950/2
2017-06-04 Robert VargaBUG-8452: make NoShardLeaderException retriable 92/57092/2
2017-06-01 Tom PantelisRemove deprecated Snapshot and related code 11/58011/3
2017-05-30 David SuarezFix checkstyle problems not detected by the current... 21/58021/1
2017-05-30 Tom PantelisRemove deprecated PreBoronShardDataTreeSnapshot 99/57999/2
2017-05-29 Tom PantelisRemove deprecated ShardManagerSnapshot 95/57995/1
2017-05-29 Robert VargaBUG-8402: correctly propagate read-only bit 49/57949/3
2017-05-28 Robert VargaBUG-8371: raise unknown history log to warn 40/57940/2
2017-05-28 Robert VargaBUG-8403: raise misordered request log message 41/57941/2
2017-05-27 Tomas CereBUG 8402: Close readonly tx 82/57682/3
2017-05-27 Tomas CereBUG 8525 Listeners not getting triggered from followers 64/57764/2
2017-05-22 Robert VargaFix test warnings 23/57623/4
2017-05-20 Robert VargaMigrate to yang-data-codec-xml 82/57582/1
2017-05-19 Stephen KittSimplify code with new Map features 34/57334/4
2017-05-19 Robert VargaBUG-8507: Fix replayed directCommit() on reconnect 71/57571/1
2017-05-19 Robert VargaBUG-8403: guard against ConcurrentModificationException 69/57569/1
2017-05-19 Robert VargaBUG-8491: Remove requests as they are replayed 68/57568/1
2017-05-19 Tomas CereBUG 8462: Switch to using cds-client in usubscribe... 67/57567/1
2017-05-19 Robert VargaDo not retain initial SchemaContext 24/57424/1
2017-05-18 Robert VargaBUG-8402: fix sequencing with read/exists requests 78/57378/1
2017-05-18 Robert VargaBUG-8402: Separate out OutOfOrderRequestException 77/57377/1
2017-05-18 Robert VargaBUG-8402: Record modification failures 76/57376/1
2017-05-18 Robert VargaBUG-8422: separate retry and request timeouts 75/57375/1
2017-05-18 Robert VargaFix logging format/argument mismatch 94/57094/2
2017-05-18 Robert VargaFix read-only abort message mismatch 74/57374/1
2017-05-18 Robert VargaPropagate shard name to FrontendClientMetadataBuilder 73/57373/1
2017-05-18 Robert VargaHandle AbortLocalTransactionRequest 70/57370/1
2017-05-18 Robert VargaAdd ClientBackedTransaction allocation recording 69/57369/2
2017-05-18 Robert VargaRelax visibility on FrontendReadWriteTransaction methods 67/57367/2
2017-05-18 Robert VargaBUG-5280: update transaction statistics 66/57366/1
2017-05-17 Stephen Kittsal-distributed-datastore: use lambdas 85/57185/2
2017-05-16 Tomas CereBUG 8447: Add shard getRole rpcs 33/57133/2
2017-05-16 Robert VargaBUG-8159: apply object lifecycle to metadata 40/57140/2
2017-05-12 Robert VargaBUG-8056: place an upper bound on number of transaction... 85/56985/2
2017-05-12 Robert VargaBUG-8422: Propagate enqueue time 51/56951/4
2017-05-12 Robert VargaBUG-8372: fix AbstractProxyTransaction.replayMessages() 50/56950/2
2017-05-12 Tom PantelisFix testLeaderAndFollowerEntityOwnersReassignedAfterShu... 47/56847/4
2017-05-12 Tom PantelisBug 8424: Don't output data tree and tree candidates... 80/56880/5
2017-05-11 Robert VargaBUG-8372: add dataTree information 70/56870/1
2017-05-10 Tom PantelisBug 8385: Fix testMultipleRegistrationsAtOnePrefix... 22/56722/4
2017-05-10 Tom PantelisFix testTransactionForwardedToLeaderAfterRetry failure 63/56763/2
2017-05-09 Robert VargaBUG-8372: fix abort message confusion 38/56638/2
2017-05-08 Jakub MorvayBug 8385 - @Ignore testMultipleRegistrationsAtOnePrefix 58/56658/2
2017-05-06 Robert VargaBUG-8372: improve forward/replay naming 37/56637/1
2017-05-06 Tom PantelisBug 8380: Fix unhandled messages in ShardManager 15/56615/2
2017-05-06 Tom PantelisBug 8385: Fix testMultipleRegistrationsAtOnePrefix... 90/56590/4
2017-05-05 Jakub MorvayFix DistributesShardedDOMDataTree.ProxyProducer's getSh... 79/56579/1
2017-05-04 Robert VargaFix logger formatting strings 37/56537/1
2017-05-04 Jakub MorvayBug 8328 - Create prefix shards with correct peers 98/56498/2
2017-05-04 Jakub MorvayBug 8336 - Fix NPE in DistributedShardedDOMDataTree... 99/56499/1
2017-04-30 Tom PantelisRefactor Register*ListenerReply classes 76/55176/2
2017-04-30 Tom PantelisImprove test logging in DistributedEntityOwnershipInteg... 95/56295/3
2017-04-29 Tom PantelisBug 8337: Ignore testMultipleShardLevels 87/56287/1
2017-04-28 Tom PantelisAdd more debug logging for DTCL registration/notificati... 54/56154/3
2017-04-27 Robert VargaImprove logging around transaction lifecycle 15/56015/3
2017-04-27 Tom PantelisBug 8301: Fix some issues with testProducerRegistrations 50/56150/2
2017-04-27 Tom PantelisFix intermittent failure in testLeadershipTransferOnShu... 16/56016/3
2017-04-26 Tom PantelisBug 8301: Disable DistributedShardedDOMDataTreeRemoting... 19/56019/2
2017-04-24 Jakub MorvayBug 8116 - Make DistributedShardChangePublisher agnosti... 21/55921/3
2017-04-24 Robert VargaImprove orphan transaction logging 31/55931/1
2017-04-23 Robert VargaBUG-8219: Cleanup CompositeDataTreeCohort 59/55859/1
2017-04-22 DavidFix checkstyle problems not detected by the current... 75/55775/2
2017-04-22 Tom PantelisSimplify DelayedListenerRegistration functionality 75/55175/2
2017-04-21 Robert VargaBUG-8159: fix local transaction history tracking 27/55827/1
2017-04-21 Robert VargaBUG-5280: unwrap RuntimeRequestExceptions 20/55720/2
2017-04-20 Tom PantelisFix intermittent testAddShardReplicaWithAddServerReplyF... 73/55673/2
2017-04-19 Robert VargaBUG-5280: fix snapshot accounting 39/55239/1
2017-04-19 Andrej MakBug 5280: Enable tests for ClientBackedDatastore 95/54295/12
2017-04-18 Tom PantelisBug 8231: Fix testChangeListenerRegistration failure 08/55108/5
2017-04-18 Robert VargaFix incorrect last history update 79/55079/4
2017-04-18 Jakub MorvayChange DistributedShardedDOMDataTree's ctor signature 73/55073/4
2017-04-18 Robert VargaFix warnings in tests 17/54617/7
2017-04-18 Robert VargaBUG-5280: fix invalid local transaction replay 27/54327/9
2017-04-15 Robert VargaRemove DataTreeCandidatePayload 76/55076/2
2017-04-14 Robert VargaBUG-8159: add payload debugs 72/55072/1
2017-04-14 Robert VargaBUG-5280: Correct reconnect retry logic 02/54102/20
2017-04-14 Robert VargaBUG-8205: use updated DatastoreContext 56/54956/3
2017-04-14 Tom PantelisMake AbstractIdentifiablePayloadTest public 04/54804/3
2017-04-14 Robert VargaRemove akka-distributed-data-experimental 83/54983/3
2017-04-14 Tom PantelisFix intermittent failure in testWriteTransactionWithSin... 21/54821/3
2017-04-14 Tom PantelisFix FindBugs error in DelayedListenerRegistration#getIn... 54/55054/1
2017-04-11 Anil BelurBump versions by x.(y+1).z for next dev cycle 89/54689/1
2017-04-06 Robert VargaBUG-5280: add the concept of a recorded failure 71/54371/4
2017-04-06 Tomas CereBug 7806 - Implement agent RPCs for shard replica manip... 38/54038/9
next