John Rollinson
John Rollinson
On digging a little further, it looks like this is in fact a bug either in `inkwell` or possibly `llvm-sys`. Specifically, the following minimal C program which should be equivalent...
I did some testing of what that option does and came to the conclusion that the semantics of that flag are confusing (not helped by `llvm`'s naming of the parameter)....
After some further digging, I discovered that I was accidentally linking the C code against a different version of LLVM than the Rust code (11.0.0 vs 11.0.1). When linked against...
I'm not sure I agree with the ordering assertion in A. Any replica will need access to all logs since the last checkpoint (or database init) as part of coming...
@lmwnshn, looking at the code, the current `startup.sql` flow appears to violate all sorts of assumptions (I'm surprised it actually works at all). Most notably it appears we are creating...
[Repeated](http://jenkins.db.cs.cmu.edu:8080/blue/organizations/jenkins/terrier/detail/PR-1272/5/tests) again on #1272. This appears to be a race between deallocating a `SqlTable` and the registered abort action to delete it. I suspect that the test fails to respect...
Looking at the code more closely, I think the issue is that we are not finishing GC on the original table prior to the scope-triggered call to the underlying SqlTable...