]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Simplify comment in large database recovery test
authorMartin Schwenke <martin@meltin.net>
Wed, 5 Aug 2020 07:40:42 +0000 (17:40 +1000)
committerAmitay Isaacs <amitay@samba.org>
Fri, 11 Sep 2020 05:06:42 +0000 (05:06 +0000)
The older style controls mentioned are being removed.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/INTEGRATION/database/recovery.002.large.sh

index 4c0f7024a997709ac61f1319b4ab6072bdd5ebdc..3dd0d66e0006d89a028e5849fd320ccc81311644 100755 (executable)
@@ -2,16 +2,10 @@
 
 # Test recovery of large volatile and persistent databases
 
-# Older style of recovery using PULL_DB and PUSH_DB controls tries to
-# construct a single large marshall buffer for all the records in the
-# database.  However, this approach is problematic as talloc restricts the
-# maximum size of buffer to 256M.  Also, trying to construct and send large
-# buffers is inefficient and can cause CTDB daemon to be tied up for long
-# periods of time.
-
-# Instead new style recovery is introduced using DB_PULL and
-# DB_PUSH_START/DB_PUSH_CONFIRM controls.  This sends the records in
-# batches of ~RecBufferSizeLimit in size at a time.
+# Recovery now uses DB_PULL and DB_PUSH_START/DB_PUSH_CONFIRM
+# controls.  This sends the records in batches of ~RecBufferSizeLimit
+# in size at a time.  Test that large databases are re-assembled
+# correctly.
 
 . "${TEST_SCRIPTS_DIR}/integration.bash"