BUG-5280: remove support for talking to pre-Boron clients
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / Shard.java
2016-06-06 Robert VargaBUG-5280: eliminate ShardTransactionIdentifier 15/39015/25
2016-05-20 Robert VargaBUG-5626: remove CompositeModification(ByteString)Payload 87/38987/5
2016-05-20 Robert VargaBUG-5626: remove createTypedTransactionActor() 89/38989/5
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-04-28 Tony TkacikBug 1435: CDS: Added support for custom commit cohort. 02/32602/21
2016-04-12 Robert VargaBUG-5626: do not allow overriding of RaftActor.handleCo... 58/36958/18
2016-04-02 Robert VargaDo not use Strings for internal messages 10/37010/5
2016-04-02 Robert VargaMake MessageTracker.Context implement AutoCloseable 08/37008/3
2016-03-31 Robert VargaInvert equals() invocation for expired TX_COMMIT_TIMEOU... 00/36900/3
2016-03-30 Robert VargaUse java.util.Optional in ShardLeaderStateChanged and... 95/36695/4
2016-03-29 Robert VargaRefactor MessageTracker 11/36511/5
2016-03-29 Robert VargaMove MessageTracker to sal-clustering-commons 10/36510/5
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-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-11 Tom PantelisBug 4823: Offload generation of DCNs from Shard 96/34096/5
2016-03-07 Robert VargaBUG-4964: Bump to akka-2.4.1 24/32524/19
2016-02-23 Tom PantelisRemove clientTxVersion from ShardTransaction 96/35096/5
2016-02-05 Tom PantelisDeprecate CloseTransactionChain protobuff message 08/33508/7
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 CreateTransaction protobuff message 42/33142/5
2016-01-14 Tom PantelisRemove ModificationPayload class 01/32401/5
2016-01-08 Tom PantelisAbort pending txn's in Shard on leader transition and... 79/31979/5
2016-01-07 Tom PantelisImplement suspend leader in Shard 36/31936/6
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-15 Robert VargaBUG-1014: pass proper TreeType to DataTreeFactory 69/29669/12
2015-12-15 Tom PantelisHandle leader change on ForwardedReadyTransaction in... 71/31171/3
2015-11-26 Robert VargaBUG-1014: expose a proper ShardDataTree constructor 45/29645/6
2015-11-19 Moiz RajaBUG 2817 : Handle ServerRemoved message in Shard/ShardM... 04/29804/5
2015-11-15 Moiz RajaRemove unused ShardCommitCoordinator constructor parameter 10/29710/3
2015-11-14 Tom PantelisBug 4564: Implement datastore restore from backup file 43/29243/12
2015-11-11 Tom PantelisBug 4564: Add Shard Builder class 37/29237/6
2015-10-26 Robert VargaDo not declare unneeded Exception throw 27/28727/5
2015-09-27 Tom PantelisAdd getOwnershipState method to EntityOwnershipService 51/27551/2
2015-09-10 Tom PantelisBug 4105: Change commit retry mechanism in EntityOwners... 97/26797/1
2015-09-10 Tom PantelisBug 4105: Implement RegisterCandidate in EntityOwnershi... 93/26793/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipShard 89/26789/1
2015-08-18 Harman SinghEnabling Data Change Notifications for all nodes in... 96/24496/6
2015-07-20 Tom PantelisCDS: Changes to Tx abort in Shard 62/24262/2
2015-07-20 Tom PantelisCDS: Retry remote front-end transactions on AskTimeoutE... 61/24261/2
2015-07-10 Tom PantelisCDS: Add pending tx queue size to ShardStats 08/24008/1
2015-06-12 Moiz RajaBUG 2970 : Recovery fails with SchemaValidationExceptio... 05/22505/1
2015-06-10 Tom PantelisBug 3570: Persist snapshot on follower ApplySnapshot 50/22250/2
2015-06-10 Tom PantelisBug 3020: Use leader version in LeaderStateChanged 48/22248/1
2015-06-06 Tom PantelisBug 3020: Add leader version to LeaderStateChanged 36/22036/2
2015-06-01 Tom PantelisAddress comments in https://git.opendaylight.org/gerrit... 68/21568/1
2015-05-29 Moiz RajaBUG 2970 : Create a PruningDataTreeModification 84/21384/2
2015-05-21 Tom PantelisBug 3206: CDS - issues with direct commit 90/20890/2
2015-05-16 Moiz RajaBUG 3232 : Fix intermittent failure in ShardTest 92/20592/2
2015-05-16 Tom PantelisBug 3020: Add version to AppendEntries and AppendEntrie... 24/20524/2
2015-05-12 Robert VargaCDS: add backend support for local transactions 72/19072/7
2015-05-08 Robert VargaCDS: split TransactionType from TransactionProxy 89/19089/8
2015-05-07 Tony TkacikMerge "Add missing copyright text"
2015-05-07 Tony TkacikMerge "BUG 2954 : Thread local DocumentBuilder's for...
2015-05-05 Tony TkacikMerge "BUG 2820 - LLDP refactor"
2015-05-05 Tony TkacikMerge "Bug 2820 - LLDP TLV support and testing"
2015-05-05 Tony TkacikMerge "Bug 2820 - problem to add second TLV with type...
2015-05-04 Tony TkacikMerge "BUG 3057 - notify added event source by topics...
2015-05-04 Tony TkacikMerge changes Ibe016728,Ic719c519,I87a81a54
2015-05-04 Tony TkacikMerge "BUG 3066 : Optimistic lock failed, on NetconfSta...
2015-05-04 Tony TkacikMerge "Bug222:Comments incorporated for response based...
2015-05-01 Moiz RajaMerge "BUG 3049 : Upgrade from akka 2.3.9 to 2.3.10"
2015-04-30 Tony TkacikMerge "BUG-2288: deprecate old binding Notification...
2015-04-30 Tom PantelisMerge "Return local shard tree from FindPrimaryShard"
2015-04-30 Tom PantelisReturn local shard tree from FindPrimaryShard 56/19356/1
2015-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-24 Tom PantelisMerge "Fix NoSuchElementException thrown when transacti...
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
2015-04-24 Tony TkacikMerge "Use ImmutableNodes.fromInstanceId in restconf"
2015-04-24 Tony TkacikMerge "BUG 3045 : Use non-strict parsing in hello message."
2015-04-24 Tony TkacikMerge "Create transaction on the backend datastore...
2015-04-24 Tom PantelisMerge "Tests for DOMDataTreeListener"
2015-04-24 Tom PantelisMerge "Moved legacy Notification implementation to...
2015-04-24 Tom PantelisMerge "Replaced Helium Notification Broker with new...
2015-04-24 Tom PantelisMerge "Make TransactionProxy.isRootPath() static"
2015-04-23 Tony TkacikMerge "IMDS: trim down commit overhead"
2015-04-23 Tony TkacikMerge "Publish SnapshotBacked transactions"
2015-04-23 Moiz RajaMerge "Fix ShardTest#testCreateSnapshot unit test failures"
2015-04-23 Moiz RajaMerge "CDS: switch persistence to persisting the candid...
2015-04-23 Robert VargaCDS: switch persistence to persisting the candidates 91/18591/27
2015-04-22 Robert VargaCDS: use internal DataTree instance 98/18498/32
2015-04-21 Moiz RajaMerge "Elide front-end 3PC for single-shard Tx"
2015-04-18 Tom PantelisElide front-end 3PC for single-shard Tx 92/18392/7
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-13 Tony TkacikMerge "Stop swallowing exceptions in XmlElement optiona...
2015-04-13 Tony TkacikMerge "Remove isCloseMsg check for each rpc"
2015-04-11 Moiz RajaMerge "Add LeadershipChangeCount to ShardStats"
2015-04-10 Tom PantelisAdd LeadershipChangeCount to ShardStats 81/17981/2
2015-04-10 Moiz RajaMerge "CDS: Split out TransactionFutureCallback"
2015-04-10 Moiz RajaMerge "Remove deprecation suppression"
2015-04-10 Moiz RajaMerge "Add generic arguments"
2015-04-10 Moiz RajaMerge "Update lispflowmapping options in custom.properties"
2015-04-10 Moiz RajaMerge "Fixes Bug 2935"
2015-04-10 Moiz RajaMerge changes I114cbac1,I45c2e7cd
next