SDP-900

brent_schiestl (Brent Schiestl)
Brent Schiestl created this job , modified by swarm-user
Closed
Add support for r23.1 hyper-parallel multi-thread per db table checkpoint capability.
29593Added support for P4D r23.1+ multi-file per-table parallel checkpoints.

If DO_PARALLEL_CHECKPOINTS=4 (for example) is set in the instance vars
file, live checkpoints are created with 'p4d -jcpm' and daily
checkpoints are created with 'p4d -jdpm'.  Replays are done with
'p4d -jrp' (same as in P4D r22.2; there is no '-jrpm').

With this change, live_checkpoint.sh and daily_checkpoint.sh take
advantage of parallel checkpoint features.

To Do:
* Add doc coverage in SDP Guide for the full lifecycle of parallel
checkpoints, including updates to recovery procedures.
* Other checkpoint-handling scripts:
  - load_checkpoint.sh
  - mkrep.sh
  - edge_dump.sh
  - recover_edge.sh
  - sync_replica.sh

#review @brent_schiestl
29592Added support for P4D r23.1+ multi-file per-table parallel checkpoints.

If DO_PARALLEL_CHECKPOINTS=4 (for example) is set in the instance vars
file, live checkpoints are created with 'p4d -jcpm' and daily
checkpoints are created with 'p4d -jdpm'.  Replays are done with
'p4d -jrp' (same as in P4D r22.2; there is no '-jrpm').

With this change, live_checkpoint.sh and daily_checkpoint.sh take
advantage of parallel checkpoint features.

To Do:
* Add doc coverage in SDP Guide for the full lifecycle of parallel
checkpoints, including updates to recovery procedures.
* Other checkpoint-handling scripts:
  - load_checkpoint.sh
  - mkrep.sh
  - edge_dump.sh
  - recover_edge.sh
  - sync_replica.sh

#review-29593 @brent_schiestl
  • Details
  • Comments -
Status
Closed
Project
perforce-software-sdp
Severity
C
Reported By
Brent Schiestl
Reported Date
Modified By
swarm-user
Modified Date
Owned By
tom_tyler
Component
core-unix
Type
Feature