S3SL: S3 Select request
This message logs a completion after an S3 Select request has been returned to the client. The S3SL message can include error message and error code details. The request might not have been successful.
Code | Field | Description |
---|---|---|
BYSC |
Bytes Scanned |
Number of bytes scanned (received) from Storage Nodes. BYSC and BYPR are likely to be different if the object is compressed. If the object is compressed BYSC would have the compressed byte count and BYPR would be the bytes after decompression. |
BYPR |
Bytes Processed |
Number of bytes processed. Indicates how many bytes of "Bytes Scanned" were actually processed or acted upon by an S3 Select job. |
BYRT |
Bytes Returned |
Number of bytes that an S3 Select job returned to the client. |
REPR |
Records Processed |
Number of records or rows that an S3 Select job received from Storage Nodes. |
RERT |
Records Returned |
Number of records or rows an S3 Select job returned to the client. |
JOFI |
Job Finished |
Indicates if the S3 Select job finished processing or not. If this is false, then the job failed to finish and the error fields will likely have data in them. The client might have received partial results, or no results at all. |
REID |
Request ID |
Identifier for the S3 Select request. |
EXTM |
Execution Time |
The time, in seconds, it took for the S3 Select Job to complete. |
ERMG |
Error Message |
Error message that the S3 Select job generated. |
ERTY |
Error Type |
Error type that the S3 Select job generated. |
ERST |
Error Stacktrace |
Error Stacktrace that the S3 Select job generated. |
S3BK |
S3 bucket |
The S3 bucket name. |
S3AK |
S3 Access Key ID (request sender) |
The S3 access key ID for the user that sent the request. |
S3AI |
S3 tenant account ID (request sender) |
The tenant account ID of the user who sent the request. |
S3KY |
S3 Key |
The S3 key name, not including the bucket name. |