Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | Remove debug printout | Hans Bolinder | |
2011-12-04 | Make sure disk_log does not write too much data | Hans Bolinder | |
While disk_log eagerly collects logged data for better performance, collecting too much data may choke the system and cause huge binaries to be written. (Reported by Klarna.) (Logging data faster than the speed disk_log can write to disk can still cause problems.) | |||
2011-09-01 | Fix two minor disk_log bugs | Hans Bolinder | |
disk_log:reopen/2,3 and disk_log:breopen/3 could return the error reason from file:rename/2 rather than the reason {file_error, Filename, Reason}. The message {disk_log, Node, {error, disk_log_stopped}} which according the documentation is sent upon failure to truncate or reopen a disk log was sometimes turned into a reply. | |||
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |