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
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/interface/merging.py", line 46, in _load_duplicated_profiles_for_profile
return await _load_profile_duplicates(profile_ids)
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/interface/merging.py", line 14, in _load_profile_duplicates
return await storage_manager('profile').query({
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/driver/persistence_service.py", line 583, in query
_logger.error(str(e))
File "/opt/venv/lib/python3.10/site-packages/tracardi/exceptions/log_handler.py", line 17, in error
super().error(msg, *args, **kwargs)
2024-10-02 05:44:33,498: INFO: Unlocking due to error.: (tracardi.service.tracking.locking:locking.py:177)
2024-10-02 05:44:33,499: ERROR: Error while merging profile RequestError(400, 'search_phase_execution_exception', 'failed to create query: The number of terms [195405] used in the Terms Query request has exceeded the allowed maximum of [65536]. This maximum can be set by changing the [index.max_terms_count] index level setting.'): (main:log_handler.py:17)
Traceback (most recent call last):
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/driver/persistence_service.py", line 580, in query
return await self.storage.search(query)
The text was updated successfully, but these errors were encountered:
Describe the bug
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/interface/merging.py", line 46, in _load_duplicated_profiles_for_profile
return await _load_profile_duplicates(profile_ids)
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/interface/merging.py", line 14, in _load_profile_duplicates
return await storage_manager('profile').query({
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/driver/persistence_service.py", line 583, in query
_logger.error(str(e))
File "/opt/venv/lib/python3.10/site-packages/tracardi/exceptions/log_handler.py", line 17, in error
super().error(msg, *args, **kwargs)
2024-10-02 05:44:33,498: INFO: Unlocking due to error.: (tracardi.service.tracking.locking:locking.py:177)
2024-10-02 05:44:33,499: ERROR: Error while merging profile RequestError(400, 'search_phase_execution_exception', 'failed to create query: The number of terms [195405] used in the Terms Query request has exceeded the allowed maximum of [65536]. This maximum can be set by changing the [index.max_terms_count] index level setting.'): (main:log_handler.py:17)
Traceback (most recent call last):
File "/opt/venv/lib/python3.10/site-packages/tracardi/service/storage/elastic/driver/persistence_service.py", line 580, in query
return await self.storage.search(query)
The text was updated successfully, but these errors were encountered: