yiguolei commented on code in PR #23362:
URL: https://github.com/apache/doris/pull/23362#discussion_r1308101344
##########
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java:
##########
@@ -67,19 +66,16 @@
// connect with its connection id.
// Use `volatile` to make the reference change atomic.
public class ConnectContext {
- private static final Logger LOG =
LogManager.getLogger(ConnectContext.class);
protected static ThreadLocal<ConnectContext> threadLocalInfo = new
ThreadLocal<>();
-
+ private static final Logger LOG =
LogManager.getLogger(ConnectContext.class);
private static final String SSL_PROTOCOL = "TLS";
// set this id before analyze
protected volatile long stmtId;
protected volatile long forwardedStmtId;
- // set for stream load with sql
- protected volatile TUniqueId loadId;
+ // set for http_stream
protected volatile long backendId;
- protected volatile LoadTaskInfo streamLoadInfo;
Review Comment:
do not format the code in this PR. May be in other PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]