dibyendumajumdar / simpledbm

SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.
52 stars 11 forks source link

Implement a trace buffer facility for capturing runtime trace #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To debug the concurrency errors we need a mechanism for tracing the complex
operations with low overhead. See the article in DDJ April 23, 2007,
Multi-threaded Debugging Techniques by Shameem Akhter and Jason Roberts.
This is an excerpt from the book Multi-Core Programming by the same authors.

Original issue reported on code.google.com by d.majum...@gmail.com on 26 Jul 2008 at 10:49

GoogleCodeExporter commented 9 years ago
Committed in SVN.
Trace messages will be added gradually in all the modules. Currently BTree 
Manager
has been enhanced.

Original comment by d.majum...@gmail.com on 30 Jul 2008 at 10:21

GoogleCodeExporter commented 9 years ago
Fixed in RSS 1.0.10 BETA release

Original comment by d.majum...@gmail.com on 30 Jul 2008 at 11:36