Skip to content

Commit 5026e43

Browse files
fix: 大范围检索时需要进行分片查询 - 完成 unify-query 的适配,bug修复 --bug=142074464 (#6187)
1 parent 43cfe21 commit 5026e43

File tree

1 file changed

+1
-0
lines changed
  • bklog/apps/log_unifyquery/handler

1 file changed

+1
-0
lines changed

bklog/apps/log_unifyquery/handler/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def query_ts_raw(self, search_dict, raise_exception=False, pre_search=False):
174174
查询时序型日志数据
175175
"""
176176
try:
177+
search_dict = copy.deepcopy(search_dict)
177178
pre_search_seconds = settings.PRE_SEARCH_SECONDS
178179
first_field, order = self.origin_order_by[0] if self.origin_order_by else [None, None]
179180
if (

0 commit comments

Comments
 (0)