influxdb/replications
mcfarlm3 60234964d0
refactor: replications local write optimization (#22993)
* refactor: eliminate sqlite query in case of no configured replications

* refactor: updated write-related tests to reflect tracking of orgID and localBucket by the queue manager

* refactor: removed redundant trackedReplications field

* refactor: corrected slice init in GetReplications and added TestGetReplications

* refactor: eliminated tracked package and moved TrackedReplication struct to influxdb package via replication.go

* chore: ran make fmt

* fix: added closeRq function back in to address flaky tests

* refactor: small changes to queue manager test based on code review
2021-12-15 12:32:46 -08:00
..
internal refactor: replications local write optimization (#22993) 2021-12-15 12:32:46 -08:00
metrics feat: replications metrics include failure to enqueue (#22962) 2021-12-02 14:42:55 -06:00
mock refactor: replications local write optimization (#22993) 2021-12-15 12:32:46 -08:00
remotewrite fix: replications remote writes do not block server shutdown (#22958) 2021-12-02 12:04:52 -06:00
transport feat: enable remotes and replication streams feature (#22990) 2021-12-13 16:01:50 -06:00
bucket_service.go feat: deleting a bucket also deletes all associated replications (#22424) 2021-09-09 15:22:36 -04:00
service.go refactor: replications local write optimization (#22993) 2021-12-15 12:32:46 -08:00
service_test.go refactor: replications local write optimization (#22993) 2021-12-15 12:32:46 -08:00