Skip to content

ETT-1612 fixes - #99

Merged
moseshll merged 1 commit into
mainfrom
ETT-1612_fixes
Aug 24, 2026
Merged

moseshll merged 1 commit into
mainfrom
ETT-1612_fixes

Conversation

@moseshll

Copy link
Copy Markdown
Contributor
  • Production reported Incorrect string value: '\xCC\x84hjah...' for a pub place field with Unicode.
    • Add ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci to the table creation SQL.
  • Testing reported a timeout talking to Solr, from the logs it looks like a 60 second timeout.
    • Try setting Faraday to a 120 second timeout (solrcloud may be less responsive?)

- Production reported `Incorrect string value: '\xCC\x84hjah...'` for a pub place field with Unicode.
  - Add `ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci` to the table creation SQL.
- Testing reported a timeout talking to Solr, from the logs it looks like a 60 second timeout.
  - Try setting Faraday to a 120 second timeout (solrcloud may be less responsive?)
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 99.914%. remained the same — ETT-1612_fixes into main

@moseshll
moseshll requested a review from aelkiss August 21, 2026 19:34

@aelkiss aelkiss left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me. I suspect solrcloud may be less responsive either because of resources allocated to it, because not everything is cached, or both.

@moseshll
moseshll merged commit 7364e57 into main Aug 24, 2026
1 check passed
@moseshll
moseshll deleted the ETT-1612_fixes branch August 24, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants