You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you configure an index to have targets: ClickHouse (primary), Elastic and if the ClickHouse query fails (but Elastic one succeeds), on the debug console interface in the "Live tail drill down" "Quesma response" is incorrectly filled out with the Elastic's response:
I think that the issue boils down to storeAsyncSearchWithRaw doing qmc.PushSecondaryInfo instead of pushPrimaryInfo.
The text was updated successfully, but these errors were encountered:
If you configure an index to have targets: ClickHouse (primary), Elastic and if the ClickHouse query fails (but Elastic one succeeds), on the debug console interface in the "Live tail drill down" "Quesma response" is incorrectly filled out with the Elastic's response:
I think that the issue boils down to
storeAsyncSearchWithRaw
doingqmc.PushSecondaryInfo
instead ofpushPrimaryInfo
.The text was updated successfully, but these errors were encountered: