featurebase/http
Jason E. Aten 458095a707 rbf default. Add TODO comments, slurp -profile returns a cpu profile
- default Tx is once again RBF, changed from bolt.
- document the RBF code review comments that were not addressed
  before #1052 was merged, so they don't get lost.
- they should be easily addressed by replaying the entire WAL file
  rather than from the DB meta page 0 notion of the last WalID
- cleanup rbf/cfg/cfg.go stale comments, ensure default0 respected.
  1 msec checkpoint time, 1MB wal segment defaults.
- return a specific error, ErrNoMetaFound, from findNextWALMetaPage()
  rather than io.EOF, since there actually wasn't any file IO involved.
- add http handlers for /cpu-profile/start and /cpu-profile/stop
  in http/handler.go enable CPU profiling at specific time points
  during an ingest or other operation.
2020-11-04 01:36:17 +00:00
..
client.go address review comments for #989 translate-maybe 2020-10-23 10:59:08 -04: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 rbf default. Add TODO comments, slurp -profile returns a cpu profile 2020-11-04 01:36:17 +00: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