Fixup checkstyle
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / databroker / actors /
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-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-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 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-01-06 Robert VargaRefactor AbstractClientHandle a bit 45/85745/10
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-05-21 Robert VargaDo not leak DataTree from backend actor 82/82182/1
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 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-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-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-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-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
2017-06-04 Robert VargaBUG-8403: move successor allocation to AbstractProxyTra... 10/58210/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-8452: make NoShardLeaderException retriable 92/57092/2
2017-05-29 Robert VargaBUG-8402: correctly propagate read-only bit 49/57949/3
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-18 Robert VargaBUG-8402: fix sequencing with read/exists requests 78/57378/1
2017-05-17 Stephen Kittsal-distributed-datastore: use lambdas 85/57185/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 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-09 Robert VargaBUG-8372: fix abort message confusion 38/56638/2
2017-05-06 Robert VargaBUG-8372: improve forward/replay naming 37/56637/1
2017-04-24 Robert VargaImprove orphan transaction logging 31/55931/1
2017-04-21 Robert VargaBUG-5280: unwrap RuntimeRequestExceptions 20/55720/2
2017-04-19 Robert VargaBUG-5280: fix snapshot accounting 39/55239/1
2017-04-18 Robert VargaBUG-5280: fix invalid local transaction replay 27/54327/9
2017-04-14 Robert VargaBUG-5280: Correct reconnect retry logic 02/54102/20
2017-04-06 Robert VargaBUG-5280: add the concept of a recorded failure 71/54371/4
2017-04-06 Andrej MakPass no op callback instead of null during replay 22/54022/5
2017-04-06 Ivan HraskoUnit test for ClientBackedTransaction derived classes 88/53988/21
2017-04-06 Ivan HraskoUnit tests for ClientBackedTransactionChain class 18/54018/10
2017-04-01 Ivan HraskoBUG-5280: Close client history after all histories... 37/54037/9
2017-03-24 Andrej MakAdd case for READY in RemoteProxyTransaction 12/53712/4
2017-03-21 Andrej MakMove forwardToRemote() to LocalProxyTransaction 40/53540/2
2017-03-08 Tomas CereBUG-2138: Create DistributedShardFrontend 29/46829/76
2017-03-02 Jakub MorvayBUG-5280: handle TransactionPurgeRequest replay 97/52497/2
2017-02-27 Robert VargaBUG-5280: handle TransactionPurgeRequest replay 12/52212/3
2017-02-17 Robert VargaBUG-5280: emit DestroyLocalHistory and PurgeLocalHistor... 54/51954/3 54/51954/4
2017-02-17 Robert VargaBUG-5280: add a transction purge step 30/51930/5
2017-02-15 Michael Vorburgersal-distributed-datastore Checkstyle fixes (for next... 89/51389/4
next