Implement the routine load process of Kafka on Backend (#671)
This commit is contained in:
@ -310,7 +310,7 @@ Status PlainTextLineReader::read_line(const uint8_t** ptr, size_t* size, bool* e
|
||||
|
||||
// (cmy), for now, return failed to avoid potential endless loop
|
||||
std::stringstream ss;
|
||||
ss << "decompress made no progess."
|
||||
ss << "decompress made no progress."
|
||||
<< " input_read_bytes: " << input_read_bytes
|
||||
<< " decompressed_len: " << decompressed_len;
|
||||
LOG(WARNING) << ss.str();
|
||||
|
||||
Reference in New Issue
Block a user