Move ShardManagerSnapshot to new package
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller /
2015-11-18 Tom PantelisBug 2187: Implement add-shard-replica RPC 05/29705/8
2015-11-17 Moiz RajaRemove unused ShardCommitCoordinator#CohortEntry constr... 13/29713/4
2015-11-16 Tom PantelisBug 2187: Don't close over internal state in ShardManager 18/29718/4
2015-11-17 Tom PantelisBug 2187: Bootstrap EOS shard when no local shards... 76/29576/12
2015-11-16 kalaiselvikBUG 2187 - Persisting shard list in ShardManager 70/29370/7
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-13 Robert VargaMake methods static 43/29643/1
2015-11-13 Tom PantelisBug 4564: Implement restore from snapshot in RaftActor 80/29280/7
2015-11-13 Moiz RajaBUG 4554 : Ownership is not cleared when all candidates... 32/29632/2
2015-11-13 Moiz RajaBUG 4615 : Add method on EOS to check if a candidate... 31/29631/1
2015-11-13 Moiz RajaImplement LeastLoadedCandidateSelectionStrategy 07/29407/5
2015-11-13 Moiz RajaMaintain EntityOwnershipStatistics 06/29406/6
2015-11-13 Moiz RajaAdd a mechanism to read the entity owner selection... 05/29405/8
2015-11-12 Moiz RajaPass in EntityOwnerSelectionStrategyConfig when constru... 04/29404/5
2015-11-12 Moiz RajaPass in EntityOwnerSelectionStrategyConfig when constru... 03/29403/5
2015-11-12 Moiz RajaAllow passing of delay to the EntityOwnerElectionStrategy 01/29401/4
2015-11-12 Moiz RajaAdd Delayed Owner selection base on strategy 00/29400/4
2015-11-11 Tom PantelisBug 4564: Add Shard Builder class 37/29237/6
2015-11-11 Moiz RajaIntroduce EntityOwnerSelectionStrategy 22/28222/4
2015-11-09 Tom PantelisBug 4564: Implement clustering backup-datastore RPC 15/29215/3
2015-11-09 Tom PantelisBug 4564: Implement GetSnapshot message in ShardManager 73/29173/3
2015-11-06 Tom PantelisBug 4149: Implement per-shard DatastoreContext settings 20/28420/6
2015-11-02 Tom PantelisBug 2187: Address comments in https://git.opendaylight... 81/28981/3
2015-10-29 kalaiselvikBUG 2187 - Creating ShardReplica 96/28596/9
2015-10-27 Robert VargaMake REUSABLE_*_TL final 69/28769/5
2015-10-27 Robert VargaReduce ShardDataTree#getDataTree() callsites 29/28729/7
2015-10-26 Robert VargaDo not declare unneeded Exception throw 27/28727/5
2015-10-26 Robert VargaMake private methods static 26/28726/5
2015-10-23 Gary WuBug 4037: Allow auto-downed node to rejoin cluster 52/27852/8
2015-10-23 kalaiselvikBUG 2187 - JMX API for create/delete shard replica 42/27742/13
2015-10-14 Tom PantelisAdd cluster config yang RPCs and provider wiring 66/28366/6
2015-10-14 Tom PantelisFix DistributedDataStoreIntegrationTest failure 95/28395/3
2015-10-10 Moiz RajaBUG 4151 : Create a shared actor system 62/27562/9
2015-10-09 Gary WuFix Eclipse compilation warnings. 30/28030/3
2015-10-09 Tom PantelisRemove peer address cache in ShardInformation 60/27760/4
2015-10-09 Gary WuRefactor to fix unchecked cast warnings. 66/28166/3
2015-10-08 Tom PantelisAdd ShardPeerAddressResolver 06/27606/4
2015-09-27 Tom PantelisAdd getOwnershipState method to EntityOwnershipService 51/27551/2
2015-09-17 Robert VargaBUG-2399: take into account new ModificationTypes 10/27110/5
2015-09-17 Shaleen SaxenaBug-4214 - Add support for configurable snapshot chunk... 13/26413/3
2015-09-16 Robert VargaBUG-865: remove use of DefaultDataTreeCandidate 51/27051/1
2015-09-15 Tom PantelisBug 4105: Remove EntityOwnershipCandidate 50/26950/2
2015-09-15 Tom PantelisBug 4094: Fix DCNs on initial registration 49/26949/2
2015-09-14 Tom PantelisBug 4105: Add hasOwner param to EntityOwnershipListener... 98/26898/2
2015-09-10 Tom PantelisBug 4105: Remove candidates on PeerDown 08/26808/1
2015-09-10 Tom PantelisBug 4105: Implement EntityOwnershipListener registratio... 07/26807/1
2015-09-10 Tom PantelisBug 4105: Pass ModuleShardConfiguration with CreateShard 06/26806/1
2015-09-10 Tom PantelisBug 4105: Change ownership on member down/up 04/26804/1
2015-09-10 Tom PantelisBug 4105: Add dynamic module/shard config for entity... 01/26801/1
2015-09-10 Tom PantelisBug 4105: Implement UnregisterCandidateLocal in EntityO... 00/26800/1
2015-09-10 Tom PantelisBug 4105: Integrate EntityOwnerChangeListener with... 99/26799/1
2015-09-10 Moiz RajaBug 4105: Choose Owner for an Entity based on first... 98/26798/1
2015-09-10 Tom PantelisBug 4105: Change commit retry mechanism in EntityOwners... 97/26797/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnerDataChangeListener 96/26796/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipListenerActor and support 95/26795/1
2015-09-10 Tom PantelisBug 4105: Move Configuration classes to config package 94/26794/1
2015-09-10 Tom PantelisBug 4105: Implement RegisterCandidate in EntityOwnershi... 93/26793/1
2015-09-10 Tom PantelisBug 4105: Implement candidate registration close 92/26792/1
2015-09-10 Tom PantelisBug 4105: Implement DistributedEntityOwnershipService... 91/26791/1
2015-09-10 Tom PantelisBug 4105: Add EntityOwnershipShard 89/26789/1
2015-09-10 Tom PantelisBug 4105: Added DistributedEntityOwnershipService and... 86/26786/2
2015-09-10 Tom PantelisBug 4105: Add CreateShard message in ShardManager 27/26727/3
2015-09-10 Tom PantelisBug 4105: Add method to get all unique member names 26/26726/3
2015-09-10 Moiz RajaBUG 2185: Expand the scope of sync status to cover... 26/26426/2
2015-09-02 Moiz RajaBUG 2185 : Add JMX API to change the state of a Shard 31/26331/1
2015-09-01 Moiz RajaBUG 2185 : Make the Custom Raft Policy externally confi... 10/24810/4
2015-08-28 Harman SinghBug 2461 : Adding capture snapshot JMX operation. 32/26132/2
2015-08-18 Harman SinghEnabling Data Change Notifications for all nodes in... 96/24496/6
2015-08-17 kalaiselvikRemoving the redundant configuration reader in the... 39/25139/3
2015-08-13 Tom PantelisCDS: Include CAN_COMMIT phase in rate limiter time... 59/25259/1
2015-08-09 Thanh HaFix license header violations in sal-distributed-datastore 85/24985/1
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-07-08 Tom PantelisBug 3195: Cleanup on error paths and error handling 11/23911/2
2015-07-08 Tom PantelisCDS: Change operationTimeout units to millis 84/23884/2
2015-06-16 Tony TkacikMake sure DataTreeModifications are ready. 27/22727/2
2015-06-12 Moiz RajaBUG 2970 : Recovery fails with SchemaValidationExceptio... 05/22505/1
2015-06-11 Moiz RajaChange variables, methods, field names from transaction... 82/22382/1
2015-06-11 Moiz RajaBUG 3019 : Fix Operation throttling for modification... 71/22371/2
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-09 Robert VargaMove operation limiter down to TransactionContextWrapper 47/22147/3
2015-06-09 Robert VargaConvert OperationCompleter to OperationLimiter 41/22141/1
2015-06-08 Tony TkacikBug 3189: Check consistency of Instance Identifier... 65/22065/2
2015-06-06 Tom PantelisBug 3020: Add leader version to LeaderStateChanged 36/22036/2
2015-06-06 Tom PantelisCheck total batched messages sent in ShardCommitCoordin... 34/22034/2
2015-06-06 Tom PantelisBug 3372: Convert backend DataTree exceptions appropriately 33/22033/2
2015-06-05 Moiz RajaBUG 3340 : Log the count of modifications on a given... 16/21916/1
2015-06-04 Moiz RajaBUG 2970 : Handle SchemaValidationFailedException inste... 99/21599/2
2015-06-04 Tom PantelisBug 2970: Remove SchemaContextModules perisistence 65/21865/2
2015-06-01 Tom PantelisRemove PrimaryShardInfoFutureCache entry on Unreachable... 71/21571/2
2015-06-01 Tom PantelisAddress comments in https://git.opendaylight.org/gerrit... 68/21568/1
2015-05-30 Moiz RajaBUG 3340 : Improve logging 86/21486/1
2015-05-29 Moiz RajaBUG 2970 : Create a PruningDataTreeModification 84/21384/2
2015-05-28 Tom PantelisBug 3376: Add debug context for CDS transactions 71/21371/1
2015-05-27 Harman SinghBug -3221 : Adding a new DataStoreUnavailableException... 78/20678/6
2015-05-26 Tom PantelisBug 3194: Dynamically update PrimaryShardInfo cache... 48/21148/2
2015-05-21 Moiz RajaUse TransactionCommitOperationTimeout when commiting... 18/20918/1
next