8000 Hot backup for S3:errmsg:EntityTooLarge : Unable to parse ExceptionName: EntityTooLarge Message by jayson-wang · Pull Request #2 · Tokutek/tokumxse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

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

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

etienneptl and others added 30 commits May 29, 2024 02:24
… $search document source planning metadata (#22488)" (#22666)

GitOrigin-RevId: 4989ee7
…ckets collection during interrupt (#21980)

GitOrigin-RevId: 396d9b9
10000
…lMonitor staleConfig errors (#22676)

GitOrigin-RevId: fd90232
… ns when issuing awaitdata getMore on oplog (#21558)

GitOrigin-RevId: 8944d7b
…ing capped resharding oplog application. (#22681)

GitOrigin-RevId: b6f4547
…hen the ReshardingImprovemnts flag is not enabled. (#22451)

GitOrigin-RevId: c0abe3a
plebioda and others added 30 commits March 13, 2025 17:15
Fix creating audit log file if provided as a relative path when forking.
Eliminate unneccessary copying of the string from the buffer when
flushing the audit log file. This is possible due to std::ostringstream
having a str() overload which is rvalue-ref qualified.
Added in C++20 p0408r7.
Check is basic_stringbuf::str()&& overload exists in order to determine
if an explicit call to clear the buffer is required after attempting to
move-construct the string out of the buffer.
Adding tests for psmdb-1227 to check that authenticatedUserRoles in the connectionStatus: 1 command is still viewable if the dn attribute is added to the queryTemplate string in mongod.conf.
Accept the 'security.kmip.useLegacyProtocol' option and print warning
message is used, because the KMIP protocol version 1.0 is always used.
* PSMDB-1617 KMIP client: improve error messages

In the `Asio` (and `Boost.Asio`) library, most of the throwing functions
provide very littly context in their exception messages. For certain
functions, the patch uses the overloads accepting an error code and
constructs more specific error messages manually.
Improve audit options validation by ensuring the audit log file can be
created when a default path is used. This ensures consistent behavior
and avoids exceptions in the Audit class constructor if the default path
is invalid or inaccessible.
Do not create an audit log file during audit options validations in
if the destination is not to a file. This avoids creating an empty file.
Make the port configurable and not hardcoded
PSMDB-1614 Update percona-server-mongodb-enable-auth.sh
The 'failed' flag was created to delay freeing connection resources to
the moment when connection is no longer borrowed. But since we
implemented a call to ldap_unbind_ext() in the return_ldap_connection()
we can remove failed connections info from the connection pool even if
connection is borrowed - it will be correctly disposed when borrower
calls to return_ldap_connection().
Conflicts:
	README.md
	buildscripts/resmokeconfig/suites/audit.yml
	buildscripts/resmokeconfig/suites/external_auth.yml
	buildscripts/resmokeconfig/suites/ssl.yml
	src/mongo/base/error_codes.yml
	src/mongo/db/auth/builtin_roles.yml
Conflicts:
	src/mongo/db/audit.cpp
	src/mongo/db/storage/storage_engine_impl.cpp
Fix creating audit log file if destination is not set.
In such case audit is disabled and thus the default file path shall not
be validated for permissions.
Conflicts:
	src/mongo/db/auth/authz_manager_external_state_local.cpp
Conflicts:
	src/mongo/base/error_codes.yml
Conflicts:
	jstests/auth/lib/commands_lib.js
	src/mongo/config.h.in
	src/mongo/db/SConscript
	src/mongo/db/curop.cpp
	src/mongo/db/curop.h
Cherry-picking this commit to allow building on Ubuntu24 before actual
merge of commit 3cba432
Conflicts:
	src/mongo/embedded/SConscript
	src/mongo/embedded/mongo_embedded/SConscript
	src/mongo/embedded/mongo_embedded/mongo_embedded_test.cpp
Conflicts:
	SConstruct
	buildscripts/setup_multiversion_mongodb.py
	src/mongo/SConscript
	src/mongo/db/SConscript
	src/mongo/db/auth/SConscript
	src/mongo/db/commands/SConscript
	src/mongo/db/fts/SConscript
	src/mongo/db/storage/SConscript
	src/mongo/db/storage/wiredtiger/SConscript
	src/mongo/dbtests/SConscript
	src/mongo/s/SConscript
	src/mongo/transport/SConscript
	src/mongo/util/SConscript
Conflicts:
	src/mongo/SConscript
	src/mongo/config.h.in
	src/mongo/db/SConscript
	src/mongo/db/curop.cpp
	src/mongo/db/mongod_main.cpp
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.

0