mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +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)
|
if (use_many_replicas)
|
||||||
{
|
{
|
||||||
/// XXX Какой из этих вариантов правильный?
|
/// XXX Отправить res по всем соединениям.
|
||||||
/// 1. Выбрать одно соединение, например connection[0], и к нему применить sendExternalTablesData(res)?
|
|
||||||
/// 2. Отправить res по всем соединениям? <- this one!!!
|
|
||||||
//replicas_connections->sendExternalTablesData(res);
|
//replicas_connections->sendExternalTablesData(res);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -85,6 +85,7 @@ namespace DB
|
|||||||
|
|
||||||
if (info.packet_number == next_packet_number)
|
if (info.packet_number == next_packet_number)
|
||||||
{
|
{
|
||||||
|
++info.packet_number;
|
||||||
++next_packet_number;
|
++next_packet_number;
|
||||||
return packet;
|
return packet;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user