Fix followerDistributedDataStore tear down
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / databroker /
2024-01-20 Robert VargaEliminate OSGiDOMDataBroker 11/109811/9
2024-01-20 Robert VargaFactor out DataBrokerCommitExecutor 10/109810/9
2024-01-20 Robert VargaConvert OSGiDOMDataBroker to ForwardingDOMDataBroker 09/109809/9
2024-01-20 Robert VargaBump upstreams 76/109676/33
2023-12-31 Robert VargaSeal AbstractProxyTransaction 00/109500/5
2023-12-31 Robert VargaDo not use static import for Patterns.ask() 97/109497/3
2023-12-29 Robert VargaBump upstreams 48/109448/4
2023-06-20 Robert VargaBump upstreams 06/106506/10
2023-05-10 Robert VargaRemove ABIVersion.MAGNESIUM 95/103495/12
2023-04-18 Robert VargaMigrate users of Optional.get() 83/105483/4
2023-04-04 Robert VargaHonor shard-batched-modification-count 85/105185/6
2023-04-03 Robert VargaUse instanceof patterns in RemoteProxyTransaction 84/105184/3
2022-12-01 Robert VargaPrune old ABI versions 99/103099/12
2022-11-15 Ruslan KashapovDo not allow multi-datastore transactions 81/103181/3
2022-11-08 Robert VargaUse a VarHandle for closed flag 45/103145/1
2022-11-08 Robert VargaImprove AbstractDOMTransactionFactory 43/103143/1
2022-05-17 Robert VargaChange RTE to an ISE 39/101139/5
2022-04-24 Robert VargaHandle the case when newModification() fails 57/100657/9
2022-04-24 Robert VargaFail read requests after we have observed a modificatio... 65/100765/7
2022-04-24 Robert VargaDo not use NPE for consistency checks 66/100766/1
2022-04-24 Robert VargaClean up unhandled request exceptions 64/100764/1
2022-04-19 Robert VargaImprove LocalProxyTransaction.doExists() 56/100656/1
2022-04-19 Robert VargaRemove FindBugs workaround 55/100655/2
2022-04-19 Robert VargaExpose CursorAwareDataTreeSnapshot from local RW proxy 54/100654/1
2022-04-08 Robert VargaImplement scatter/gather on module shards 78/100478/3
2022-04-07 Robert VargaUse ImmutableBiMap builder fluently 76/100476/2
2022-03-09 Robert VargaRemove an unneeded @SuppressFBWarnings 52/100052/1
2022-03-09 Robert VargaUse CommitInfo in AsyncNotifyingSettableFuture 51/100051/1
2022-03-09 Robert VargaUse Empty instead of Void in cohorts 12/100012/5
2022-03-09 Robert VargaBump upstream SNAPSHOTS 02/99502/13
2021-11-13 Robert VargaHandle ModifyTransactionRequest in forward path 89/98489/4
2021-11-13 Robert VargaFix error message concatenation 72/98472/1
2021-11-12 Robert VargaTrack skipped transactions 49/85749/63
2021-11-07 Robert VargaMinor sal-distributed-datastore cleanups 14/98314/3
2021-11-05 Robert VargaCorrect annotations 97/98297/3
2021-05-09 Robert VargaBump odlparent/yangtools/mdsal 62/95162/17
2021-03-26 Robert VargaRemove DOMDataTreeProducer-related classes 63/95163/13
2021-03-19 Robert VargaDeprecate DOMDataTreeProducer-related classes 61/95161/6
2020-11-17 tadei.bilanUse java.lang.ref.Cleaner for ClientBackedTransaction 87/93287/7
2020-10-23 Robert VargaMove MXBean definitions to cds-mgmt-api 05/93305/3
2020-07-30 Robert VargaConvert sal-distributed-datastore to OSGi DS 70/91770/4
2020-05-21 Robert VargaAdd support for root DTCL listening on all shards in DS 04/88804/15
2020-05-19 Robert VargaClean up legacy API bridging 65/89865/1
2020-01-06 Robert VargaRefactor AbstractClientHandle a bit 45/85745/10
2019-10-10 Robert VargaBump odlparent to 6.0.0 02/83802/42
2019-09-23 Robert VargaMigrate from YangInstanceIdentifier.EMPTY 91/84091/17
2019-08-21 Robert VargaFix modernization issues 32/83832/8
2019-07-10 Robert VargaUse OptionalLong to track enqueue time 06/83006/5
2019-07-01 Robert VargaMigrate use of AbstractDOMStoreTransaction 60/82860/1
2019-05-21 Robert VargaDo not leak DataTree from backend actor 82/82182/1
2019-04-16 Robert VargaBump mdsal to 4.0.0 30/81130/38
2019-04-16 Robert VargaBump odlparent to 5.0.0 28/81128/25
2019-03-30 Robert VargaMigrate nullness annotations 18/81318/2
2019-03-28 Robert VargaMigrate to use openCursor() 61/81261/1
2019-02-25 Robert VargaRename ActorContext to ActorUtils 94/80394/4
2019-02-20 Robert VargaDo not assert seal transition on forward path 11/80411/2
2019-02-20 Robert VargaImprove aborted transaction logging 15/80415/2
2019-02-20 Robert VargaCleanup java.util.Optional references 10/80410/2
2019-01-16 Tom PantelisImprove error reporting for tell-based reads 10/78310/5
2018-11-27 Tom Pantelistell-based - reconnect on leader change 29/78029/5
2018-10-24 Robert VargaIntegrate MRI projects for Neon 55/74855/74
2018-08-22 Robert VargaFix findbugs warnings 51/75351/4
2018-07-25 Stephen KittSimplify code using Java 8 features 44/74344/4
2018-07-19 Tom PantelisAdjust to mdsal DOM read/exists FluentFuture change 28/74128/8
2018-07-12 Robert VargaEliminate getSupportedExtensions() 69/73969/3
2018-07-12 Tom PantelisMove LegacyDOMDataBrokerAdapter to sal-core-compat 62/73962/2
2018-07-11 Robert VargaAdd DOMExtensibleService.getExtensions() implementations 37/73937/1
2018-07-11 Robert VargaUse ClassToInstanceMap for extensions 35/73935/1
2018-06-27 Stephen KittBump odlparent to 3.1.2 88/72488/7
2018-06-01 Tom PantelisConvert mdsal submit() calls to commit() 71/72171/4
2018-05-29 Tom PantelisRemove DataChangeListener and friends 01/71801/7
2018-05-15 Tom PantelisDefault AsyncWriteTransaction.submit() 47/71547/6
2018-04-30 Robert VargaSimplify AbstractDOMBroker.isSupported() 64/71564/1
2018-04-28 Tom PantelisAdd AsyncWriteTransaction.commit() 16/71516/5
2018-04-12 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3 76/69876/11
2018-03-23 Tom PantelisAdd default implementation for AsyncWriteTransaction... 35/69935/2
2018-03-11 Tom PantelisConvert CDS implementation to use msdal APIs 69/50269/13
2018-02-19 Robert VargaAdd AbstractDOMBrokerTransaction.toString() 00/68400/2
2018-02-07 Jaime Caamaño RuizFix infinite loop on cancel transaction 04/67804/7
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-12-11 Michael VorburgerConcurrentDOMDataBroker LOG debug instead of error 62/66362/1
2017-10-12 Robert VargaImport MappingCheckedFuture from mdsal 94/64194/1
2017-10-11 Tom PantelisFix sonar warnings in sal-distributed-datastore 63/63363/6
2017-09-11 Robert VargaBUG-8639: always invalidate primary info cache 95/62995/1
2017-09-05 Robert VargaAdd an explicit null data check 52/62652/3
2017-07-15 Robert VargaBUG-8618: rework AbstractProxyTransaction.flushState() 17/60417/2
2017-07-10 Robert VargaCleanup warnings 89/59589/11
2017-07-10 Robert VargaFix Verify/Preconditions string format 66/59866/3
2017-07-03 Robert VargaBUG-8704: rework seal mechanics to not wait during... 51/59851/2
2017-07-03 Robert VargaBUG-8620: handle direct commit and disconnect correctly 41/59841/2
2017-06-28 Robert VargaImprove ShardBackendInfo.toString() 17/59617/2
2017-06-26 Tom PantelisBug 7449: Introduce ClientActorConfig in cds-access... 06/59406/5
2017-06-21 Robert VargaBUG-8494: propagate submit failure immediately 80/59280/2
2017-06-15 Robert VargaBUG-8618: make sure we refresh backend info 89/58989/2
2017-06-07 Robert VargaBUG-8403: fix DONE state propagation 87/58387/1
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
next