Fix followerDistributedDataStore tear down
[controller.git] / opendaylight / md-sal / cds-access-client / src / main / java / org / opendaylight /
2024-01-05 Robert VargaSeal TransmitQueue 48/109648/1
2023-12-29 Robert VargaBump upstreams 48/109448/4
2023-04-18 Robert VargaMigrate users of Optional.get() 83/105483/4
2022-12-18 Robert VargaModernize cds-access-client 80/103580/4
2022-12-03 Robert VargaFixup Sonar issues 34/103534/4
2022-11-03 Robert VargaPromote cds-access-client constructs 55/103055/3
2022-11-03 Robert VargaPromote cds-access-api 53/103053/7
2022-04-24 Robert VargaImprove AbstractClientConnection nullness guarantees 67/100767/1
2021-11-12 Robert VargaTrack skipped transactions 49/85749/63
2019-10-28 Robert VargaAllow AbstractClientActor generation to start from... 97/85397/2
2019-09-23 Robert VargaBump odlparent to 5.0.2 01/83801/24
2019-08-21 Robert VargaFix modernization issues 32/83832/8
2019-07-15 Tomas CereChange remaining SnapshotSelectionCriteria to prioritiz... 17/83017/2
2019-07-10 Robert VargaUse OptionalLong in AbstractClientConnection 05/83005/5
2019-05-09 Robert VargaPoison entries outside of main lock 49/81949/4
2019-04-16 Robert VargaBump odlparent to 5.0.0 28/81128/25
2019-03-29 Robert VargaMigrate to AbstractActor 96/80396/8
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
2019-01-16 Tom PantelisImprove error reporting for tell-based reads 10/78310/5
2019-01-07 Tom PantelisOutput Request toString in RequestTimeoutException 84/79284/1
2018-11-27 Tom Pantelistell-based - reconnect on leader change 29/78029/5
2018-08-22 Robert VargaFix findbugs warnings 51/75351/4
2018-07-28 Vratko PolakImprove ProgressTracker class javadoc 80/74580/3
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-08-01 Robert VargaBUG-8898: prioritize InternalCommand 81/60981/1
2017-08-01 Robert VargaBUG-8898: do not invoke timeouts directly 80/60980/1
2017-07-30 Tom PantelisSlice front-end request messages 74/60574/7
2017-07-24 Robert VargaBUG-8619: do not touch forward path during purge enqueue 00/60700/1
2017-07-18 Vratko PolakBug 8619: Introduce inheritance of progress trackers 38/60538/1
2017-07-17 Vratko PolakProgressTracker: Decrease delay due nearestAllowed 38/60438/2
2017-07-15 Robert VargaBUG-8618: reconnect connections more aggressively 16/60416/2
2017-07-15 Robert VargaBUG-8618: improve logging 14/60414/2
2017-07-14 Tom PantelisBug 7449: Slice ReadTransactionSuccess response 07/59407/11
2017-07-10 Robert VargaFix Verify/Preconditions string format 66/59866/3
2017-07-10 Tom PantelisMake AbstractClientConnection timeouts configurable 87/60087/4
2017-07-03 Robert VargaBUG-8445: check sessionId before propagating failures 47/59847/2
2017-06-28 Robert VargaBUG-8445: ignore responses from mismatched sessions 16/59616/1
2017-06-27 Robert VargaRemove EmptyQueue 25/59525/2
2017-06-26 Tom PantelisBug 7449: Introduce ClientActorConfig in cds-access... 06/59406/5
2017-06-14 Robert VargaImprove timeout message 36/58836/2
2017-06-09 Robert VargaFix format string mismatch 19/58219/4
2017-06-07 Robert VargaBUG-8494: do not attempt to reconnect ReconnectingClien... 88/58388/1
2017-06-04 Robert VargaBUG-8494: fix throttling during reconnect 14/58214/2
2017-06-04 Robert VargaBUG-8494: Cap queue sleep time 09/58209/1
2017-06-04 Robert VargaBUG-8403: do not throttle purge requests 06/58206/1
2017-06-04 Robert VargaBUG-8540: suppress ConnectingClientConnection backend... 03/58203/1
2017-06-04 Robert VargaBUG-8452: make NoShardLeaderException retriable 92/57092/2
2017-05-19 Robert VargaBUG-8511: add more explicit messages 70/57570/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-18 Robert VargaBUG-8402: Separate out OutOfOrderRequestException 77/57377/1
2017-05-18 Robert VargaBUG-8422: separate retry and request timeouts 75/57375/1
2017-05-17 Robert VargaBUG-8402: fix transmit accounting 16/57216/2
2017-05-12 Robert VargaBUG-8422: Propagate enqueue time 51/56951/4
2017-05-11 Robert VargaBUG-8372: add dataTree information 70/56870/1
2017-04-29 Robert VargaBUG-8309: Add message identity information 56/56156/2
2017-04-27 Robert VargaBUG-5280: handle NotLeaderException 47/56047/2
2017-04-22 DavidFix checkstyle problems not detected by the current... 75/55775/2
2017-04-14 Robert VargaBUG-5280: Correct reconnect retry logic 02/54102/20
2017-03-31 Vratko PolakClarify javadocs related to ProgressTracker 47/53147/3
2017-03-29 Robert VargaBUG-5280: make sure we arm the request timer 00/53900/4
2017-01-21 Vratko PolakBug 5280: Add ProgressTracker 53/49053/18
2017-01-09 ShrenikFixup Typos in Comments 36/49836/2
2017-01-04 Robert VargaBUG-5280: Fix deadlock with TransmitQueue 24/50024/4
2016-12-21 Robert VargaBUG-5280: fix InversibleLock race 98/49698/1
2016-12-12 Robert VargaBUG-5280: expose queue messages during reconnect 80/48980/11
2016-12-01 Robert VargaBUG-5280: refactor AbstractClientConnection 64/48864/3
2016-11-30 Robert VargaBUG-5280: fix problems identified by integration tests 06/48706/17
2016-11-28 Robert VargaBUG-5280: add SimpleDataStoreClientBehavior 92/48292/32
2016-11-21 Robert VargaBUG-5280: add AbstractClientConnection 10/44910/72
2016-10-26 Tom PantelisFix FindBugs warnings in cds-access-client and enable... 72/47472/3
2016-10-25 Tom PantelisFix CS warnings in cds-access-client and enable enforcement 71/47471/3
2016-08-30 Robert VargaBUG-5280: expose backing client actor reference 52/44852/1
2016-08-30 Robert VargaBUG-5280: make EmptyQueue public 51/44851/1
2016-08-25 Robert VargaBUG-5280: fix a few warnings 55/44655/1
2016-08-24 Robert VargaBUG-5280: separate request sequence and transmit sequence 33/43333/28
2016-08-12 Robert VargaBUG-5280: split out cds akka client substrate 21/43321/9