deardeng commented on code in PR #66623:
URL: https://github.com/apache/doris/pull/66623#discussion_r3756246938
##########
be/src/load/channel/tablets_channel.cpp:
##########
@@ -418,8 +412,6 @@ Status TabletsChannel::close(LoadChannel* parent, const
PTabletWriterAddBlockReq
}
}
- _write_single_replica = req.write_single_replica();
Review Comment:
These issues are only reachable if single replica load was enabled on an old
version or clients still access its experimental session variable. This
experimental feature has never been used in production and is being removed
intentionally, so these compatibility scenarios
are out of scope and should not block this 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]