Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot backup for S3:errmsg:EntityTooLarge : Unable to parse ExceptionName: EntityTooLarge Message #2

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from

Conversation

jayson-wang
Copy link

Use version:4.0.12-6
Use S3 equipment for hot backup
command:
db.runCommand({createBackup: 1, s3: {bucket: "mongobackup",
path: "wjs/mongodb_backup",
scheme: "HTTP",
endpoint: "**********",
useVirtualAddressing: false,
profile: "localminio"}})
error:

{
"ok" : 0,
"errmsg" : "Cannot backup '/-29-7545783987985807831.wt' : EntityTooLarge : Unable to parse ExceptionName: EntityTooLarge Message: ",
"operationTime" : Timestamp(1576636321, 24),
"$clusterTime" : {
"clusterTime" : Timestamp(1576636321, 24),
"signature" : {
"hash" : BinData(0,"bON+Efo7mgez50xriHl5Yo/ZKHw="),
"keyId" : NumberLong("6737552503321133058")
}
}
}

I looked at some documentation:
aws/aws-sdk-cpp#386
I think it's probably an SDK usage issue
so !
Can you help locate the problem

paroski and others added 30 commits March 30, 2024 01:35
GitOrigin-RevId: ade7d5fbc401baa5f06f1ccab1c6b0651a6d7f3b
GitOrigin-RevId: bdc64ee3124d03bce35d9b41f2e9bdb4ae45fc6c
…20590)

GitOrigin-RevId: 64f85532c2167d23c0d097b64953832e67907665
GitOrigin-RevId: 21a176e61065861035004607fe589550b5081126
…flict() access stateDoc safely. (#20573)

GitOrigin-RevId: 7a938811a319035e46bacd37c019dc68fcf2dc27
GitOrigin-RevId: e52157d2131ecefb5fc5adbd01826159cef183d3
…g (#19971)

GitOrigin-RevId: dd77915a25fdbbd9c015729ebcbf3806642ac197
GitOrigin-RevId: 30b6d737b98addcb101720824cd6e7df47ad3157
…#20584)

GitOrigin-RevId: a785a61bbaf969bc78699887d3bda848ea6a5d30
….cpp (#20571)

GitOrigin-RevId: 8f0910c87cca6b11418eb619f4f36f71c7e94a3d
…-series buckets (#20592)

GitOrigin-RevId: 6427f47f6a678c18d04028cddc4d3abfd4b96ce0
… variants. (#20301)

GitOrigin-RevId: c685333ff1656a47021c0ac2447143e5ea512c5a
…nParticipant (#20600)

GitOrigin-RevId: 3694d922076738055e2166b4e9d5f235e19772f5
GitOrigin-RevId: 46c629fba804b3f70f74a455084df3acf18c1fee
… retryable update that modifies doc shard key (#20067)

GitOrigin-RevId: c44f704d60f7354bb1d872b39eff0fdfb75de6b2
GitOrigin-RevId: 0271d12f5b0794ff735a1f77fcd8422b19a66a22
GitOrigin-RevId: 0e7522126001f966e314c9ccc99391088c85b465
GitOrigin-RevId: 433b8b0569226c6637d4bcc906ac7f1bb3a75950
…#17292)

GitOrigin-RevId: 5c31098540b36db9940067b32de6f0bdc1f75ec9
…suite tag (#19971)"

This reverts commit dd77915a25fdbbd9c015729ebcbf3806642ac197.

GitOrigin-RevId: dc287509f0cdb0be79caf90add1774289dd76124
GitOrigin-RevId: f1ae9e962d9c2881915ed0d3545fde31f2f2179a
…rge issue."

This reverts commit ca5486367db5ff3962349ff2e2da1991a5669108.

GitOrigin-RevId: d741b7c53409ab8c11c77515dfbe2558655c6082
GitOrigin-RevId: 066ef12a1c2913a017789c5186bad758fa07d451
GitOrigin-RevId: f79436d6edf636df862c584ad65dccf30f6642e8
…nfig_transitions.yml (#20576)

GitOrigin-RevId: dbc0b04c409fcc1b79e3c76bb89dec4ff4cf5a69
…yml (#20575)

GitOrigin-RevId: 9771c3a05d59254420c94700d60ea9e7bbbe0854
GitOrigin-RevId: b754b02c9e125f049e481bf222adde74e717c252
…e transition to primary. (#20605)

GitOrigin-RevId: 169d167815586116f2a48965959b28d7d6d97156
…riants (#20584)"

This reverts commit a785a61bbaf969bc78699887d3bda848ea6a5d30.

GitOrigin-RevId: 815528b0ce41ad5c45a3c5a89366c985c9b242bd
(cherry picked from commit 60837f8d1d37ebb5d3effb205154a60148f76b11)

GitOrigin-RevId: 67da0d665d605978ffcfb1e34d9a5681cb623cb0
igorsol and others added 30 commits July 25, 2024 15:48
'8.1.0-alpha'

Conflicts:
	src/third_party/wiredtiger/src/conn/conn_api.c
Telemetry Phase 1 for the master branch
Don't create a new secret version on a Vault server
when `max_versions` is reached.
* PSMDB-1535 change the warning message in assert

* PSMDB-1535 use regex for the warning message in assert

* PSMDB-1535 fix regex for the warning message in assert

(cherry picked from commit bbc64f2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.