Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
2020-1, 2020-2
Description
Noticed what is likely a cut & paste error. Need to skim the S3Storage class at least, and make sure log msgs are going to the right place. Ex:
{{ if (ms3_server_error(creds))
logger->log(LOG_WARNING, "S3Storage::putObject(): failed to PUT, server says '%s'. bucket = %s, key = %s.",
ms3_server_error(creds), bucket.c_str(), destKey.c_str());
else
logger->log(LOG_ERR, "S3Storage::putObject(): failed to PUT, got '%s'. bucket = %s, key = %s.",
s3err_msgs[s3err], bucket.c_str(), destKey.c_str());}}
I can't think of a reason one should go to warning, one should go to err, it's the same error msg.
Attachments
Issue Links
- relates to
-
MCOL-3494 S3 When postConfigure failed to access online storage, better error msg is needed
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Ben Thompson [ ben.thompson ] | Patrick LeBlanc [ pleblanc ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Rank | Ranked higher |
Fix Version/s | 1.4.3 [ 24038 ] | |
Fix Version/s | 1.4.2 [ 24023 ] |
Status | In Review [ 10002 ] | In Testing [ 10301 ] |
Assignee | Patrick LeBlanc [ pleblanc ] | Daniel Lee [ dleeyh ] |
Sprint | 2020-1 [ 376 ] |
Rank | Ranked lower |
Story Points | 1 |
Rank | Ranked higher |
Sprint | 2020-1 [ 376 ] | 2020-1, 2020-2 [ 376, 382 ] |
issue.field.resolutiondate | 2020-02-12 20:58:36.0 | 2020-02-12 20:58:36.14 |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
Team | ColumnStore Team |
Rank | Ranked higher |