We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c6afb commit a8b8852Copy full SHA for a8b8852
yt/yt/client/table_client/adapters.cpp
@@ -21,7 +21,7 @@ using NProfiling::TWallTimer;
21
22
////////////////////////////////////////////////////////////////////////////////
23
24
-const NLogging::TLogger Logger("TableClientAdapters");
+YT_DEFINE_GLOBAL(const NLogging::TLogger, Logger, "TableClientAdapters");
25
26
27
@@ -237,7 +237,7 @@ void PipeReaderToWriterByBatches(
237
} catch (const std::exception& ex) {
238
YT_LOG_ERROR(ex, "Failed to transfer batches from reader to writer");
239
240
- THROW_ERROR_EXCEPTION(ex);
+ throw;
241
}
242
243
0 commit comments