ObjectRepair: fix exception with HTTP error responses#338
ObjectRepair: fix exception with HTTP error responses#338bert-e merged 3 commits intodevelopment/1.15from
Conversation
Fix exceptions `SyntaxError: Unexpected end of JSON input` in ObjectRepair when trying to fetch the RAFT oplog returns an HTTP error status with an empty body. Also do not crash if the returned JSON is invalid, although this is unlikely to happen. Issue: S3UTILS-192
Hello jonathan-gramain,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
ping |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
|
/approve |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue S3UTILS-192. Goodbye jonathan-gramain. The following options are set: approve |
Fix exceptions
SyntaxError: Unexpected end of JSON inputin ObjectRepair when trying to fetch the RAFT oplog returns an HTTP error status with an empty body. Also do not crash if the returned JSON is invalid, although this is unlikely to happen.issue: S3UTILS-192