featurebase/http
Matt Jaffee b8cbd54d1b
forward all CreateIndex/CreateField requests to coordinator
this should avoid a race condition with CreateField where createdAt
can get out of sync if there are multiple concurrent requests.

The client methods didn't allow specification of the URI, so I
modified the implementation to find the coordinator and send to it
explicitly.
2020-12-18 10:16:46 -06:00
..
client.go forward all CreateIndex/CreateField requests to coordinator 2020-12-18 10:16:46 -06:00
client_test.go Add test to reproduce deadlock 2020-10-12 12:32:58 -06:00
error.go Fix linter issues: vet 2018-07-19 11:37:50 -05:00
handler.go Merge branch 'master' into pilosa-id-gen 2020-12-07 09:46:58 -05:00
handler_internal_test.go Revert "back out the pql.Decimal changes" 2020-04-01 17:46:46 -05:00
handler_test.go fix lint 2020-04-22 14:30:14 -05:00
translator.go Add benchmark for translation reader 2020-08-21 15:15:41 +02:00
translator_test.go testhook: leak auditing infrastructure 2020-08-24 11:26:39 -05:00