Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3344082
D13314.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
571 B
Referenced Files
None
Subscribers
None
D13314.diff
View Options
diff --git a/services/identity/src/database/one_time_keys.rs b/services/identity/src/database/one_time_keys.rs
--- a/services/identity/src/database/one_time_keys.rs
+++ b/services/identity/src/database/one_time_keys.rs
@@ -141,6 +141,7 @@
match transaction {
Ok(_) => return Ok((Some(otk_row.otk), requested_more_keys)),
Err(e) => {
+ info!("Error retrieving one-time key: {:?}", e);
let dynamo_db_error = DynamoDBError::from(e);
let retryable_codes = HashSet::from([
retry::CONDITIONAL_CHECK_FAILED,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 4:18 AM (18 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2568222
Default Alt Text
D13314.diff (571 B)
Attached To
Mode
D13314: [identity] update transactwriteitems error log
Attached
Detach File
Event Timeline
Log In to Comment