Skip to content

Commit

Permalink
modify log
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiden-Dong committed Jan 6, 2022
1 parent 075f70c commit 8eacfe8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ private[sql] class DorisSourceProvider extends DataSourceRegister

if(!rowsBuffer.isEmpty){
logger.warn("Data that failed to load : " + dorisStreamLoader.listToString(rowsBuffer))
logger.warn("Failed to load data on BE: {} node ", dorisStreamLoader.getLoadUrlStr)
throw new IOException(s"Failed to load data on BE: ${dorisStreamLoader.getLoadUrlStr} node and exceeded the max retry times.")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ private[sql] class DorisStreamLoadSink(sqlContext: SQLContext, settings: SparkSe

if(!rowsBuffer.isEmpty){
logger.warn("Data that failed to load : " + dorisStreamLoader.listToString(rowsBuffer))
logger.warn("Failed to load data on BE: {} node ", dorisStreamLoader.getLoadUrlStr)
throw new IOException(s"Failed to load data on BE: ${dorisStreamLoader.getLoadUrlStr} node and exceeded the max retry times.")
}
}
Expand Down

0 comments on commit 8eacfe8

Please sign in to comment.