pervazea

Results 12 issues of pervazea

This is trying to resolve #1382, which turns out to be a just a broken test. Overview: - Trying to run oltpbench (specifically YCSB), with codegen. - Enabled VALUE_PARAMETER, so...

Assess if Peloton compiles and / or what changes are needed to get it to compile

Found during performance testing. We configured YCSB to use a 100% read workload, removing the primary key from the schema, to force Peloton to use codegen sequential scan rather than...

Recording some observations, that will need resolution (at some point). 1. Running TPCC. Sometimes (not often, maybe 1 in 10 or 1 in 20 runs), peloton crashes with memory corruption....

_Regarding this and your separate note about updating the docker images with all the new dependencies, could you please specify what version(s) of the compiler you'd like to have pre-installed?_...

On Jenkins, has leaks when running under the address sanitizer Seen in several recent builds. Extract of logs from PR-1271 appended. This seems to be reporting that the leaks are...

In trying to walk through (trace) code execution paths, I see that __PELOTONFILE__ is not always correct. I've seen this before too, but previously thought it was my error. With...

From #1063 See the an extract of one of the tests added, below. In this version, the transaction is terminated with commit. This works fine. The original version terminated the...

If I run Peloton, then run another instance. In the second instance: Peloton does a bit of initialization, then fails on the socket bind (expected), and throws an exception The...