From 83dd8026d59813025983f3995a1cbeb09bce0007 Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Fri, 30 Oct 2020 13:55:36 -0500 Subject: [PATCH] default to Bolt txn due to CI failures blocking other team Our nightly CI has been failing for a week due to WAL issues and it's making it difficult for Kuba and Antonio to do things on the integration repo. Hoping bolt backend will solve that in the short term. I think the issue is Pilosa #1046 (that's from memory though) --- txfactory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txfactory.go b/txfactory.go index 4fc489b53..4f42ada64 100644 --- a/txfactory.go +++ b/txfactory.go @@ -46,7 +46,7 @@ const ( // DefaultTxsrc is set here. pilosa/server/config.go references it // to set the default for pilosa server exeutable. // Can be overridden with env variable PILOSA_TXSRC for testing. -const DefaultTxsrc = RBFTxn +const DefaultTxsrc = BoltTxn // DetectMemAccessPastTx true helps us catch places in api and executor // where mmapped memory is being accessed after the point in time