cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 624 forks source link

EpochManager thread_id looks fishy #1430

Open tli2 opened 6 years ago

tli2 commented 6 years ago

This keeps track of front end thread ids (which apparently defaults to 0 and we never bothered to fill that argument out in some places). Each front end thread id can have multiple transaction live on it at the same time.

We haven't investigated this thoroughly but this does not pass the smell test. Marking this for later.