Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APM issue with big data #874

Open
atompie opened this issue Oct 2, 2024 · 0 comments
Open

APM issue with big data #874

atompie opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@atompie
Copy link
Collaborator

atompie commented Oct 2, 2024

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)

@atompie atompie added the bug Something isn't working label Oct 2, 2024
@atompie atompie added this to the version 1.1.x milestone Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant