mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Debug tests
This commit is contained in:
parent
82ea884d01
commit
68f9fd3767
@ -118,14 +118,14 @@ public:
|
||||
{
|
||||
try
|
||||
{
|
||||
std::cerr << "Done: " << done << "\n";
|
||||
LOG_TRACE(storage.log, "Done: {}\n", done);
|
||||
|
||||
if (!done)
|
||||
{
|
||||
/// Rollback partial writes.
|
||||
streams.clear();
|
||||
|
||||
std::cerr << "Repairing\n";
|
||||
LOG_TRACE(storage.log, "Repairing");
|
||||
|
||||
storage.file_checker.repair();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user