mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
dbms: Server: queries with several replicas: development [#METR-14410]
This commit is contained in:
parent
e7928382e1
commit
c60ed2b1df
@ -121,9 +121,7 @@ protected:
|
||||
}
|
||||
if (use_many_replicas)
|
||||
{
|
||||
/// XXX Какой из этих вариантов правильный?
|
||||
/// 1. Выбрать одно соединение, например connection[0], и к нему применить sendExternalTablesData(res)?
|
||||
/// 2. Отправить res по всем соединениям? <- this one!!!
|
||||
/// XXX Отправить res по всем соединениям.
|
||||
//replicas_connections->sendExternalTablesData(res);
|
||||
}
|
||||
else
|
||||
|
@ -85,6 +85,7 @@ namespace DB
|
||||
|
||||
if (info.packet_number == next_packet_number)
|
||||
{
|
||||
++info.packet_number;
|
||||
++next_packet_number;
|
||||
return packet;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user