influxdb/replications
davidby-influx c169e98f30
fix: corrrectly return 4XX errors instead of 5XX errors (#24519) (#24534)
HTTP 5XX errors were being returned incorrectly from
BoltDB errors that were actually bad requests, e.g.,
names that were too long for buckets, users, and
organizations. Map BoltDB errors to correct Influx
errors and return 4XX errors where appropriate. Also
add op codes to more errors

(cherry picked from commit a3fd489864)
2023-12-28 09:03:37 -08:00
..
internal test: use `T.TempDir` to create temporary test directory (#23258) 2023-03-21 16:22:11 -04:00
metrics feat: replications metrics include failure to enqueue (#22962) 2021-12-02 14:42:55 -06:00
mock fix: Show Replication Queue size and Replication TCP Errors (#23960) 2023-02-02 09:47:45 -05:00
remotewrite fix: corrrectly return 4XX errors instead of 5XX errors (#24519) (#24534) 2023-12-28 09:03:37 -08:00
transport feat: replicate based on bucket name rather than id (#23638) 2022-08-18 14:21:59 -04:00
bucket_service.go feat: deleting a bucket also deletes all associated replications (#22424) 2021-09-09 15:22:36 -04:00
service.go fix: rename replication fields for better clarity (#24126) 2023-03-09 13:11:43 -05:00
service_test.go fix: rename replication fields for better clarity (#24126) 2023-03-09 13:11:43 -05:00