Data Sync User
Data Sync User
➤ Benjamin Forehand Jr. commented: Targeting strings that are showing errors: 1. (attributionData.medium == 'email') && (version|versionCompare('120.!') >= 0) 2. attributionData.medium == 'paidsearch') && (version|versionCompare('120.!') >= 0) 3. ((isFirstRun &&...
➤ Philip Jenvey commented: With the error no longer hidden by tokenserver we’re seeing: Failed to create Tokenserver pool: DbError { kind: Mysql(MysqlError { kind: Pool(Error(None)), status: 500, backtrace: 0:...
➤ Philip Jenvey commented: The major differences between 0.15.6..0.17.1 ( https://github.com/mozilla-services/syncstorage-rs/compare/0.15.6...0.17.1 ): * browserid removal * Update from debian bullseye to bookworm * and an associated update of mysql’s official...
➤ JR Conlin commented: I’m guessing there are a few things we should also investigate: 1. Is this version of Tokenserver able to connect to SQLStorage in the Stage environment...
➤ Philip Jenvey commented: 1. It works on stage. Stage currently has 0.13.6 due to how we roll that back out to prod, but it successfully rolled out there and...
➤ Philip Jenvey commented: I’ll also note the underlying Pool impl crate did not change either (r2d2 v0.8.10)
➤ Philip Jenvey commented: Unless I’m missing something, the only couple things I can think to try next are: * wait_for_initialization establishes min_idle.unwrap_or(max_size) number of connections, waiting a duration of...
➤ Philip Jenvey commented: The Python mysqlclient ( https://pypi.org/project/mysqlclient/ ) also relies on the C libmysqlclient, so we could try such a test by seeing if any of the 0.17.1...
➤ Philip Jenvey commented: We were finally able to resolve initialization failures on startup via 2 different options: * downgrading the mysqlclient (along with the Debian version) * shrinking the...
➤ Lesley Norton commented: Valentina Virlics The number positioning has greatly improved since the time of this ticket filing. What do you think about closing this issue?