1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766
|
/****************************************************************
* *
* Copyright (c) 2001-2021 Fidelity National Information *
* Services, Inc. and/or its subsidiaries. All rights reserved. *
* *
* This source code contains the intellectual property *
* of its copyright holder(s), and is made available *
* under a license. If you do not know the terms of *
* the license, please stop and do not read further. *
* *
****************************************************************/
/* mubinccpy.c
*
* -- online incremental online && incremental
* -- incremental !online && incremental
* -------- requires cs_addrs, cs_data and gv_cur_region be current.
*/
#include "mdef.h"
#include "gtm_string.h"
#include "gtm_stdio.h"
#include "gtm_stat.h"
#include "gtm_unistd.h"
#include "gtm_fcntl.h"
#include "gtm_socket.h"
#include "gtm_inet.h"
#include <sys/wait.h>
#include <errno.h>
#include "gdsroot.h"
#include "gtm_facility.h"
#include "fileinfo.h"
#include "gdsbt.h"
#include "gdsfhead.h"
#include "db_header_conversion.h"
#include "filestruct.h"
#include "gdsblk.h"
#include "gdsbml.h"
#include "stringpool.h"
#include "muextr.h"
#include "murest.h"
#include "iob.h"
#include "error.h"
#include "mupipbckup.h"
#include "gtmio.h"
#include "gtm_pipe.h"
#include "iotimer.h"
#include "eintr_wrappers.h"
#include "sleep_cnt.h"
#include "util.h"
#include "cli.h"
#include "op.h"
#include "io.h"
#include "is_proc_alive.h"
#include "is_raw_dev.h"
#include "gtmmsg.h"
#include "wcs_sleep.h"
#include "gds_blk_upgrade.h"
#include "iosp.h"
#include "shmpool.h"
#include "min_max.h"
#include "gvcst_lbm_check.h"
#include "wcs_phase2_commit_wait.h"
#include "gtm_permissions.h"
#include "gtmcrypt.h"
GBLREF bool record;
GBLREF bool online;
GBLREF bool incremental;
GBLREF bool file_backed_up;
GBLREF bool mubtomag;
GBLREF bool mu_ctrly_occurred;
GBLREF bool mu_ctrlc_occurred;
GBLREF int4 mubmaxblk;
GBLREF spdesc stringpool;
GBLREF gd_region *gv_cur_region;
GBLREF sgmnt_addrs *cs_addrs;
GBLREF sgmnt_data_ptr_t cs_data;
GBLREF uint4 pipe_child;
GBLREF uint4 process_id;
GBLREF boolean_t debug_mupip;
GBLREF int4 backup_write_errno;
LITREF mval literal_null;
error_def(ERR_BCKUPBUFLUSH);
error_def(ERR_COMMITWAITSTUCK);
error_def(ERR_DBCCERR);
error_def(ERR_DBROLLEDBACK);
error_def(ERR_ERRCALL);
error_def(ERR_BACKUPDBFILE);
error_def(ERR_BACKUPTN);
#ifdef DEBUG_INCBKUP
# define DEBUG_INCBKUP_ONLY(X) X
#else
# define DEBUG_INCBKUP_ONLY(X)
#endif
#define COMMON_WRITE(A, B, C) { \
(*common_write)(A, B, (int)C); \
if (0 != backup_write_errno) \
return FALSE; \
DEBUG_INCBKUP_ONLY(backup_write_offset += (int)C;) \
}
#define CLEANUP_AND_RETURN_FALSE { \
if (backup_to_file == list->backup_to) \
{ \
if (NULL != backup) \
iob_close(backup); \
if (!debug_mupip) \
UNLINK(file->addr); \
} \
return FALSE; \
}
#define MAX_FILENAME_LENGTH 256
static char incbackupfile[MAX_FILENAME_LENGTH];
static BFILE *backup;
void exec_write(BFILE *bf, char *buf, int nbytes);
void tcp_write(BFILE *bf, char *buf, int nbytes);
error_def(ERR_BCKUPBUFLUSH);
error_def(ERR_COMMITWAITSTUCK);
error_def(ERR_DBCCERR);
error_def(ERR_ERRCALL);
error_def(ERR_IOEOF);
bool mubinccpy (backup_reg_list *list)
{
mstr *file;
uchar_ptr_t bm_blk_buff, ptr1, ptr1_top;
char_ptr_t outptr, data_ptr;
char *c, addr[SA_MAXLEN + 1];
sgmnt_data_ptr_t header;
uint4 total_blks, bplmap, gds_ratio, save_blks;
int4 status;
int4 size1, bsize, bm_num, hint, lmsize, rsize, timeout, outsize,
blks_per_buff, counter, i, match;
size_t copysize, write_size, read_size;
off_t copied, read_offset;
int db_fd, exec_fd;
enum db_acc_method access;
blk_hdr_ptr_t bp, bptr;
inc_header *outbuf;
mval val;
unsigned short port;
void (*common_write)(BFILE *, char *, int);
muinc_blk_hdr_ptr_t sblkh_p;
trans_num blk_tn;
int4 blk_bsiz;
block_id blk_num_base, blk_num;
boolean_t is_bitmap_blk, backup_this_blk;
enum db_ver dummy_odbv;
int rc;
int fstat_res;
struct stat stat_buf;
int user_id;
int group_id;
int perm;
struct perm_diag_data pdd;
int4 cur_mdb_ver;
unix_db_info *udi;
DEBUG_INCBKUP_ONLY(int blks_this_lmap;)
DEBUG_INCBKUP_ONLY(gtm_uint64_t backup_write_offset = 0;)
DCL_THREADGBL_ACCESS;
SETUP_THREADGBL_ACCESS;
assert(list->reg == gv_cur_region);
assert(incremental);
/* Make sure inc_header can be same size on all platforms. Some platforms pad 8 byte aligned structures
* that end on a 4 byte boundary and some do not. It is critical that this structure is the same size on
* all platforms as it is sent across TCP connections when doing TCP backup.
*/
assert(0 == (SIZEOF(inc_header) % 8));
/* ================= Initialization and some checks ======================== */
header = list->backup_hdr;
file = &(list->backup_file);
if (list->tn >= header->trans_hist.curr_tn)
{
util_out_print("!/TRANSACTION number is greater than or equal to current transaction,", TRUE);
util_out_print("no blocks backed up from database !AD", TRUE, DB_LEN_STR(gv_cur_region));
return TRUE;
}
if (!mubtomag)
mubmaxblk = (64 * 1024);
udi = FILE_INFO(gv_cur_region);
db_fd = udi->fd;
/* =================== open backup destination ============================= */
backup_write_errno = 0;
switch (list->backup_to)
{
case backup_to_file:
common_write = iob_write;
backup = iob_open_wt(file->addr, DISK_BLOCK_SIZE, BLOCKING_FACTOR);
if (NULL == backup)
{
PERROR("open error: ");
util_out_print("Error: Cannot create backup file !AD.", TRUE, file->len, file->addr);
return FALSE;
}
FSTAT_FILE(db_fd, &stat_buf, fstat_res);
if (-1 != fstat_res && !gtm_permissions(&stat_buf, &user_id, &group_id, &perm, PERM_FILE, &pdd))
{
gtm_putmsg_csa(CSA_ARG(NULL) VARLSTCNT(6+PERMGENDIAG_ARG_COUNT)
ERR_PERMGENFAIL, 4, RTS_ERROR_STRING("incremental backup file"),
file->len, file->addr, PERMGENDIAG_ARGS(pdd));
CLEANUP_AND_RETURN_FALSE;
}
/* setup new group and permissions if indicated by the security rules. */
if ((-1 == fstat_res) || (-1 == FCHMOD(backup->fd, perm))
|| (((INVALID_UID != user_id) || (INVALID_GID != group_id))
&& (-1 == fchown(backup->fd, user_id, group_id))))
{
PERROR("fchmod/fchown error: ");
util_out_print("ERROR: Cannot access incremental backup file !AD.",
TRUE, file->len, file->addr);
util_out_print("WARNING: Backup file !AD is not valid.", TRUE, file->len, file->addr);
CLEANUP_AND_RETURN_FALSE;
}
memcpy(incbackupfile, file->addr, file->len);
incbackupfile[file->len] = 0;
ESTABLISH_RET(iob_io_error2, FALSE);
break;
case backup_to_exec:
pipe_child = 0;
common_write = exec_write;
backup = (BFILE *)malloc(SIZEOF(BFILE));
backup->blksiz = DISK_BLOCK_SIZE;
backup->remaining = 0; /* number of zeros to be added in the end, just use this field */
if (0 > (backup->fd = gtm_pipe(file->addr, output_to_comm)))
{
util_out_print("ERROR: Cannot create backup pipe.", TRUE);
util_out_print("WARNING: backup !AD is not valid.", TRUE, file->len, file->addr);
return FALSE;
}
break;
case backup_to_tcp:
common_write = tcp_write;
backup = (BFILE *)malloc(SIZEOF(BFILE));
backup->blksiz = DISK_BLOCK_SIZE;
backup->remaining = 0; /* number of zeros to be added in the end, just use this field */
/* parse it first */
switch (match = SSCANF(file->addr, "%[^:]:%hu", addr, &port))
{
case 1 :
port = DEFAULT_BKRS_PORT;
case 2 :
break;
default :
util_out_print("ERROR: A hostname has to be specified to backup through a TCP connection.",
TRUE);
return FALSE;
}
assert(SIZEOF(timeout) == SIZEOF(int));
if ((0 == cli_get_int("NETTIMEOUT", (int4 *)&timeout)) || (0 > timeout))
timeout = DEFAULT_BKRS_TIMEOUT;
if (0 > (backup->fd = tcp_open(addr, port, timeout, FALSE)))
{
util_out_print("ERROR: Cannot open tcp connection due to the above error.", TRUE);
util_out_print("WARNING: Backup !AD is not valid.", TRUE, file->len, file->addr);
return FALSE;
}
break;
default :
util_out_print("ERROR: Backup format not supported.", TRUE);
util_out_print("WARNING: Backup not valid.", TRUE);
return FALSE;
}
/* ============================= write inc_header =========================================== */
outbuf = (inc_header *)malloc(SIZEOF(inc_header));
MEMCPY_LIT(&outbuf->label[0], INC_HEADER_LABEL_DFLT);
stringpool.free = stringpool.base;
op_zhorolog(&val, FALSE);
stringpool.free = stringpool.base;
op_fnzdate(&val, (mval *)&mu_bin_datefmt, (mval *)&literal_null, (mval *)&literal_null, &val);
memcpy(&outbuf->date[0], val.str.addr, val.str.len);
memcpy(&outbuf->reg[0], gv_cur_region->rname, MAX_RN_LEN);
outbuf->start_tn = list->tn;
outbuf->end_tn = header->trans_hist.curr_tn;
outbuf->db_total_blks = header->trans_hist.total_blks;
outbuf->blk_size = header->blk_size;
outbuf->blks_to_upgrd = header->blks_to_upgrd;
GTMCRYPT_COPY_ENCRYPT_SETTINGS(header, outbuf);
COMMON_WRITE(backup, (char *)outbuf, SIZEOF(inc_header));
free(outbuf);
cur_mdb_ver = header->minor_dbver;
COMMON_WRITE(backup, (char *)&cur_mdb_ver, SIZEOF(int4));
if (mu_ctrly_occurred || mu_ctrlc_occurred)
{
util_out_print("WARNING: DB file !AD backup aborted, file !AD not valid", TRUE,
DB_LEN_STR(gv_cur_region), file->len, file->addr);
CLEANUP_AND_RETURN_FALSE;
}
/* ============================ read/write appropriate blocks =============================== */
bsize = header->blk_size;
gds_ratio = bsize / DISK_BLOCK_SIZE;
blks_per_buff = BACKUP_READ_SIZE / bsize; /* Worse case holds one block */
read_size = blks_per_buff * bsize;
outsize = SIZEOF(muinc_blk_hdr) + bsize;
outptr = (char_ptr_t)malloc(MAX(outsize, mubmaxblk));
sblkh_p = (muinc_blk_hdr_ptr_t)outptr;
data_ptr = (char_ptr_t)(sblkh_p + 1);
/* If udi->fd_opened_with_o_direct is TRUE, we need an aligned buffer to proceed with the reads. And if it is FALSE,
* we anyways have to allocate a 64Kb (BACKUP_READ_SIZE) buffer and free it. Most of this logic is already present
* in the below macro so we use it even for the no-O_DIRECT case (i.e. dio_buff.aligned is used even if
* udi->fd_opened_with_o_direct is FALSE).
*/
DIO_BUFF_EXPAND_IF_NEEDED_NO_UDI(BACKUP_READ_SIZE, BACKUP_READ_SIZE, &(TREF(dio_buff)));
bp = (blk_hdr_ptr_t)(TREF(dio_buff)).aligned;
bm_blk_buff = (uchar_ptr_t)malloc(SIZEOF(blk_hdr) + (BLKS_PER_LMAP * BML_BITS_PER_BLK / BITS_PER_UCHAR));
save_blks = 0;
memset(sblkh_p, 0, SIZEOF(*sblkh_p));
sblkh_p->use.bkup.ondsk_blkver = GDSNOVER;
DEBUG_INCBKUP_ONLY(blks_this_lmap = 0);
if (cs_addrs->nl->onln_rlbk_pid)
{
gtm_putmsg_csa(CSA_ARG(cs_addrs) VARLSTCNT(1) ERR_DBROLLEDBACK);
free(outptr);
free(bm_blk_buff);
CLEANUP_AND_RETURN_FALSE;
}
read_offset = (off_t)BLK_ZERO_OFF(header->start_vbn);
for (blk_num_base = 0; blk_num_base < header->trans_hist.total_blks; blk_num_base += blks_per_buff)
{
if (online && (0 != cs_addrs->shmpool_buffer->failed))
break;
if ((header->trans_hist.total_blks - blk_num_base) < blks_per_buff)
{
/* (header->trans_hist.total_blks - blk_num_base) can be cast because it should fit in an int4 */
assert((header->trans_hist.total_blks - blk_num_base) ==
(int4)(header->trans_hist.total_blks - blk_num_base));
blks_per_buff = (int4)(header->trans_hist.total_blks - blk_num_base);
read_size = blks_per_buff * bsize;
}
DB_LSEEKREAD(udi, db_fd, read_offset, bp, read_size, status);
if (0 != status)
{
PERROR("read error: ");
util_out_print("Error reading from database file !AD.", TRUE, DB_LEN_STR(gv_cur_region));
util_out_print("WARNING: backup file !AD is not valid.", TRUE, DB_LEN_STR(gv_cur_region));
free(outptr);
free(bm_blk_buff);
CLEANUP_AND_RETURN_FALSE;
}
read_offset += read_size;
bptr = (blk_hdr *)bp;
/* The blocks we back up will be whatever version they are. There is no implicit conversion in this
* part of the backup/restore. Since we aren't even looking at the blocks (and indeed some of these blocks
* could potentially contain unintialized garbage data), we set the block version to GDSNOVER to signal
* that the block version is unknown. The above applies to "regular" blocks but not to bitmap blocks which
* we know are initialized. Because we have to read the bitmap blocks, they will be converted as necessary.
*/
for (i = 0; i < blks_per_buff; i++, bptr = (blk_hdr *)((char *)bptr + bsize))
{
blk_num = blk_num_base + i;
if (mu_ctrly_occurred || mu_ctrlc_occurred)
{
free(outptr);
free(bm_blk_buff);
util_out_print("WARNING: DB file !AD backup aborted, file !AD not valid", TRUE,
DB_LEN_STR(gv_cur_region), file->len, file->addr);
CLEANUP_AND_RETURN_FALSE;
}
if (cs_addrs->nl->onln_rlbk_pid)
{
gtm_putmsg_csa(CSA_ARG(cs_addrs) VARLSTCNT(1) ERR_DBROLLEDBACK);
free(outptr);
free(bm_blk_buff);
CLEANUP_AND_RETURN_FALSE;
}
/* Before we check if this block needs backing up, check if this is a new bitmap block or not. If it is,
* we can fall through and back it up as normal. But if this is NOT a bitmap block, use the
* existing bitmap to determine if this block has ever been allocated or not. If not, we don't want to
* even look at this block. It could be uninitialized which will just make things run slower if we
* go to read it and back it up.
*/
if (0 != ((BLKS_PER_LMAP - 1) & blk_num))
{ /* Not a local bitmap block */
if (!gvcst_blk_ever_allocated(bm_blk_buff + SIZEOF(blk_hdr),
((blk_num * BML_BITS_PER_BLK)
% (BLKS_PER_LMAP * BML_BITS_PER_BLK))))
continue; /* Bypass never-set blocks to avoid conversion problems */
is_bitmap_blk = FALSE;
if (SIZEOF(v15_blk_hdr) <= (blk_bsiz = ((v15_blk_hdr_ptr_t)bptr)->bsiz))
{ /* We have either a V4 block or uninitialized garbage */
if (blk_bsiz > bsize)
/* This is not a valid V4 block so ignore it */
continue;
blk_tn = ((v15_blk_hdr_ptr_t)bptr)->tn;
} else
{ /* Assume V5 block */
if ((blk_bsiz = bptr->bsiz) > bsize)
/* Not a valid V5 block either */
continue;
blk_tn = bptr->tn;
}
} else
{ /* This is a bitmap block so save it into our bitmap block buffer. It is used as the
* basis of whether or not we have to process a given block or not. We process allocated and
* recycled blocks leaving free (never used) blocks alone as they have no data worth saving.
* But after saving it, upgrade it to the current format if necessary.
*/
#ifdef DEBUG_INCBKUP
if (0 != blk_num) /* Skip first time thorugh loop */
{
PRINTF("Dumped %d blks from lcl bitmap blk 0x%016lx\n", blks_this_lmap,
(blk_num - BLKS_PER_LMAP));
blks_this_lmap = 0;
}
#endif
is_bitmap_blk = TRUE;
memcpy(bm_blk_buff, bptr, BM_SIZE(header->bplmap));
if (SIZEOF(v15_blk_hdr) <= ((v15_blk_hdr_ptr_t)bm_blk_buff)->bsiz)
{ /* This is a V4 format block -- needs upgrading */
status = gds_blk_upgrade(bm_blk_buff, bm_blk_buff, bsize, &dummy_odbv);
if (SS_NORMAL != status)
{
free(outptr);
free(bm_blk_buff);
util_out_print("Error: Block 0x!XL is too large for automatic upgrade", TRUE,
blk_num);
CLEANUP_AND_RETURN_FALSE;
}
}
assert(BM_SIZE(header->bplmap) == ((blk_hdr_ptr_t)bm_blk_buff)->bsiz);
assert(LCL_MAP_LEVL == ((blk_hdr_ptr_t)bm_blk_buff)->levl);
assert(gvcst_blk_is_allocated(bm_blk_buff + SIZEOF(blk_hdr),
((blk_num * BML_BITS_PER_BLK)
% (BLKS_PER_LMAP * BML_BITS_PER_BLK))));
blk_bsiz = BM_SIZE(header->bplmap);
blk_tn = ((blk_hdr_ptr_t)bm_blk_buff)->tn;
}
/* The conditions for backing up a block or ignoring it (in order of evaluation):
* 1) If blk is larger than size of db at time backup was initiated, we ignore the block.
* 2) Always backup blocks 0, 1, and 2 as these are the only blocks that can contain data
* and still have a transaction number of 0.
* 3) For bitmap blocks, if blks_to_upgrd != 0 and the TN is 0 and the block number >=
* last_blk_at_last_bkup, then backup the block. This way we get the correct version of
* the bitmap block in the restore (otherwise have no clue what version to create them in
* as bitmaps are created with a TN of 0 when before image journaling is enabled).
* Given the possibility of a db file truncate occurring between backups, it is now possible
* for gdsfilext to create a new bitmap block such that blk_num < list->last_blk_at_last_bkup.
* This means the previous state (at the last backup) of a bitmap block with tn=0 is
* indeterminate: it might have held data and it might have had a different version. So
* backup all bitmap blocks with tn=0.
* One concern is that incremental backup files can end up somewhat larger (due to backing
* up extra bitmap blocks), even if no truncate occurred between backups. Users can zip their
* incremental backup files which should deflate almost all of the tn=0 bitmap blocks.
* Future enhancement: Instead of backing up bitmap blocks with tn=0, make a list of the
* the blk_nums and versions of all such blocks. The bitmap blocks can be created in
* mupip_restore from that information alone.
* 4) If the block TN is below our TN threshold, ignore the block.
* 5) Else if none of the above conditions, backup the block.
*/
if (online && (header->trans_hist.curr_tn <= blk_tn))
backup_this_blk = FALSE;
else if ((3 > blk_num) || (is_bitmap_blk && (0 != header->blks_to_upgrd) && ((trans_num)0 == blk_tn)
&& (blk_num >= list->last_blk_at_last_bkup)))
backup_this_blk = TRUE;
else if (is_bitmap_blk && ((trans_num)0 == blk_tn))
backup_this_blk = TRUE;
else if ((blk_tn < list->tn))
backup_this_blk = FALSE;
else
backup_this_blk = TRUE;
if (!backup_this_blk)
{
if (online)
cs_addrs->nl->nbb = blk_num;
continue; /* not applicable */
}
DEBUG_INCBKUP_ONLY(++blks_this_lmap);
sblkh_p->blkid = blk_num;
memcpy(data_ptr, bptr, blk_bsiz);
sblkh_p->valid_data = TRUE; /* Validation marker */
DEBUG_INCBKUP_ONLY(PRINTF("DEBUG - write block: blk_num = 0x%08lx, start = 0x%016lx, size = 0x%x \n",
blk_num, backup_write_offset, outsize);)
COMMON_WRITE(backup, outptr, outsize);
if (online)
{
if (0 != cs_addrs->shmpool_buffer->failed)
break;
cs_addrs->nl->nbb = blk_num;
}
save_blks++;
}
DEBUG_INCBKUP_ONLY(PRINTF("Dumped %d blks from lcl bitmap blk 0x%016lx\n", blks_this_lmap,
(blk_num & ~(BLKS_PER_LMAP - 1))));
}
if (cs_addrs->nl->onln_rlbk_pid)
{
gtm_putmsg_csa(CSA_ARG(cs_addrs) VARLSTCNT(1) ERR_DBROLLEDBACK);
free(outptr);
free(bm_blk_buff);
CLEANUP_AND_RETURN_FALSE;
}
/* After this point, if an Online Rollback is detected, the BACKUP will NOT e affected as all the before images it needs
* is already written by GT.M in the temporary file and the resulting BACKUP will be valid*/
/* ============================ write saved information for online backup ========================== */
if (online && (0 == cs_addrs->shmpool_buffer->failed))
{
cs_addrs->nl->nbb = BACKUP_NOT_IN_PROGRESS;
/* By getting crit here, we ensure that there is no process still in transaction logic that sees
* (nbb != BACKUP_NOT_IN_PRORESS). After rel_crit(), any process that enters transaction logic will
* see (nbb == BACKUP_NOT_IN_PRORESS) because we just set it to that value. At this point, backup
* buffer is complete and there will not be any more new entries in the backup buffer until the next
* backup.
*/
assert(!cs_addrs->hold_onto_crit); /* this ensures we can safely do unconditional grab_crit and rel_crit */
grab_crit(gv_cur_region, WS_90);
assert(cs_data == cs_addrs->hdr);
if (dba_bg == cs_data->acc_meth)
{ /* Now that we have crit, wait for any pending phase2 updates to finish. Since phase2 updates happen
* outside of crit, we don't want them to keep writing to the backup temporary file even after the
* backup is complete and the temporary file has been deleted.
*/
if (cs_addrs->nl->wcs_phase2_commit_pidcnt && !wcs_phase2_commit_wait(cs_addrs, NULL))
{
assert(FALSE);
gtm_putmsg_csa(CSA_ARG(cs_addrs) VARLSTCNT(7) ERR_COMMITWAITSTUCK, 5, process_id, 1,
cs_addrs->nl->wcs_phase2_commit_pidcnt, DB_LEN_STR(gv_cur_region));
rel_crit(gv_cur_region);
CLEANUP_AND_RETURN_FALSE;
}
}
if (debug_mupip)
{
util_out_print("MUPIP INFO: Current Transaction # at end of backup is 0x!16@XQ", TRUE,
&cs_data->trans_hist.curr_tn);
}
rel_crit(gv_cur_region);
counter = 0;
while (0 != cs_addrs->shmpool_buffer->backup_cnt)
{
backup_buffer_flush(gv_cur_region);
if (++counter > MAX_BACKUP_FLUSH_TRY)
{
gtm_putmsg_csa(CSA_ARG(cs_addrs) VARLSTCNT(1) ERR_BCKUPBUFLUSH);
CLEANUP_AND_RETURN_FALSE;
}
if (counter & 0xF)
{
# ifdef DEBUG
if (WBTEST_ENABLED(WBTEST_FORCE_SHMPLRECOV)) /* Fake shmpool_blocked */
cs_addrs->shmpool_buffer->shmpool_blocked = TRUE;
# endif
wcs_sleep(counter);
} else
{ /* Force shmpool recovery to see if it can find the lost blocks */
if (!shmpool_lock_hdr(gv_cur_region))
{
gtm_putmsg_csa(CSA_ARG(cs_addrs) VARLSTCNT(9) ERR_DBCCERR, 2, REG_LEN_STR(gv_cur_region),
ERR_ERRCALL, 3, CALLFROM);
assert(FALSE);
CLEANUP_AND_RETURN_FALSE;
}
shmpool_abandoned_blk_chk(gv_cur_region, TRUE);
shmpool_unlock_hdr(gv_cur_region);
}
}
if (-1 == lseek(list->backup_fd, 0, SEEK_SET))
{
PERROR("lseek error : ");
CLEANUP_AND_RETURN_FALSE;
}
copysize = BACKUP_READ_SIZE;
for (copied = 0; copied < cs_addrs->shmpool_buffer->dskaddr; copied += copysize)
{
if (cs_addrs->shmpool_buffer->dskaddr < copied + copysize)
copysize = (size_t)(cs_addrs->shmpool_buffer->dskaddr - copied);
DOREADRC(list->backup_fd, (TREF(dio_buff)).aligned, copysize, status);
if (0 != status)
{
PERROR("read error : ");
CLEANUP_AND_RETURN_FALSE;
}
COMMON_WRITE(backup, (char *)(TREF(dio_buff)).aligned, copysize);
}
}
/* Write one last (zero-filled) block into this file that designates the end of the blocks */
memset(outptr, 0, SIZEOF(muinc_blk_hdr) + bsize);
COMMON_WRITE(backup, outptr, outsize);
/* ============================= write end_msg and fileheader =============================== */
if ((!online) || (0 == cs_addrs->shmpool_buffer->failed))
{ /* Write a secondary end-of-block list marker used for further validation on restore */
rsize = SIZEOF(END_MSG) + SIZEOF(int4);
COMMON_WRITE(backup, (char *)&rsize, SIZEOF(int4));
COMMON_WRITE(backup, END_MSG, SIZEOF(END_MSG));
if (0 == MEMCMP_LIT(header->label, V6_GDS_LABEL))
db_header_dwnconv(header);
ptr1 = (uchar_ptr_t)header;
ptr1_top = ptr1 + ROUND_UP(SIZEOF(sgmnt_data), DISK_BLOCK_SIZE);
for ( ; ptr1 < ptr1_top; ptr1 += size1)
{
if ((size1 = (int4)(ptr1_top - ptr1)) > mubmaxblk)
size1 = (mubmaxblk / DISK_BLOCK_SIZE) * DISK_BLOCK_SIZE;
size1 += SIZEOF(int4);
COMMON_WRITE(backup, (char *)&size1, SIZEOF(int4));
size1 -= SIZEOF(int4);
COMMON_WRITE(backup, (char *)ptr1, size1);
}
rsize = SIZEOF(HDR_MSG) + SIZEOF(int4);
COMMON_WRITE(backup, (char *)&rsize, SIZEOF(int4));
COMMON_WRITE(backup, HDR_MSG, SIZEOF(HDR_MSG));
ptr1 = MM_ADDR(header);
ptr1_top = ptr1 + ROUND_UP(MASTER_MAP_SIZE(header), DISK_BLOCK_SIZE);
for ( ; ptr1 < ptr1_top ; ptr1 += size1)
{
if ((size1 = (int4)(ptr1_top - ptr1)) > mubmaxblk)
size1 = (mubmaxblk / DISK_BLOCK_SIZE) * DISK_BLOCK_SIZE;
size1 += SIZEOF(int4);
COMMON_WRITE(backup, (char *)&size1, SIZEOF(int4));
size1 -= SIZEOF(int4);
COMMON_WRITE(backup, (char *)ptr1, size1);
}
rsize = SIZEOF(MAP_MSG) + SIZEOF(int4);
COMMON_WRITE(backup, (char *)&rsize, SIZEOF(int4));
COMMON_WRITE(backup, MAP_MSG, SIZEOF(MAP_MSG));
rsize = 0;
COMMON_WRITE(backup, (char *)&rsize, SIZEOF(rsize));
}
/* ========================== close backup destination ======================================== */
switch (list->backup_to)
{
case backup_to_file:
REVERT;
iob_close(backup);
backup = NULL;
break;
case backup_to_exec:
if (0 != backup->remaining)
{
assert(backup->blksiz > backup->remaining);
memset(outptr, 0, backup->blksiz - backup->remaining);
COMMON_WRITE(backup, outptr, backup->blksiz - backup->remaining);
}
CLOSEFILE_RESET(backup->fd, rc); /* resets "backup->fd" to FD_INVALID */
/* needs to wait till the child dies, because of the rundown issues */
if ((pipe_child > 0) && (FALSE != is_proc_alive(pipe_child, 0)))
{
pid_t waitpid_res;
WAITPID(pipe_child, (int *)&status, 0, waitpid_res);
}
break;
case backup_to_tcp:
if (0 != backup->remaining)
{
assert(backup->blksiz > backup->remaining);
memset(outptr, 0, backup->blksiz - backup->remaining);
COMMON_WRITE(backup, outptr, backup->blksiz - backup->remaining);
}
CLOSEFILE_RESET(backup->fd, rc); /* resets "backup->fd" to FD_INVALID */
break;
}
/* ============================ output and return =========================================== */
free(outptr);
free(bm_blk_buff);
if (online && (0 != cs_addrs->shmpool_buffer->failed))
{
util_out_print("Process !UL encountered the following error.", TRUE,
cs_addrs->shmpool_buffer->failed);
if (0 != cs_addrs->shmpool_buffer->backup_errno)
gtm_putmsg_csa(CSA_ARG(cs_addrs) VARLSTCNT(1) cs_addrs->shmpool_buffer->backup_errno);
util_out_print("!AD, backup for DB file !AD, is not valid.", TRUE,
file->len, file->addr, DB_LEN_STR(gv_cur_region));
} else
{
gtm_putmsg_csa(CSA_ARG(NULL) VARLSTCNT(6) ERR_BACKUPDBFILE, 4, DB_LEN_STR(gv_cur_region), file->len, file->addr);
util_out_print("!UL blocks saved.", TRUE, save_blks);
gtm_putmsg_csa(CSA_ARG(NULL) VARLSTCNT(4) ERR_BACKUPTN, 2, &list->tn, &header->trans_hist.curr_tn);
cs_addrs->hdr->last_inc_backup = header->trans_hist.curr_tn;
cs_addrs->hdr->last_inc_bkup_last_blk = (block_id)header->trans_hist.total_blks;
if (record)
{
cs_addrs->hdr->last_rec_backup = header->trans_hist.curr_tn;
cs_addrs->hdr->last_com_bkup_last_blk = (block_id)header->trans_hist.total_blks;
cs_addrs->hdr->last_start_backup = header->last_start_backup;
}
file_backed_up = TRUE;
return TRUE;
}
CLEANUP_AND_RETURN_FALSE;
}
void exec_write(BFILE *bf, char *buf, int nbytes)
{
int nwritten;
uint4 status;
pid_t waitpid_res;
int rc;
DOWRITERL(bf->fd, buf, nbytes, nwritten);
bf->remaining += nwritten;
bf->remaining %= bf->blksiz;
if ((nwritten < nbytes) && (-1 == nwritten))
{
gtm_putmsg_csa(CSA_ARG(NULL) VARLSTCNT(1) errno);
CLOSEFILE_RESET(bf->fd, rc); /* resets "bf->fd" to FD_INVALID */
if ((pipe_child > 0) && (FALSE != is_proc_alive(pipe_child, 0)))
WAITPID(pipe_child, (int *)&status, 0, waitpid_res);
backup_write_errno = errno;
}
return;
}
void tcp_write(BFILE *bf, char *buf, int nbytes)
{
int nwritten, iostatus;
int send_retry;
int rc;
nwritten = 0;
send_retry = 5;
do
{
SEND(bf->fd, buf + nwritten, nbytes - nwritten, 0, iostatus);
if (-1 != iostatus)
{
nwritten += iostatus;
if (nwritten == nbytes)
break;
} else
break;
} while (0 < send_retry--);
bf->remaining += nwritten;
bf->remaining %= bf->blksiz;
if ((nwritten != nbytes) && (-1 == iostatus))
{
gtm_putmsg_csa(CSA_ARG(NULL) VARLSTCNT(1) errno);
CLOSEFILE_RESET(bf->fd, rc); /* resets "bf->fd" to FD_INVALID */
backup_write_errno = errno;
}
return;
}
CONDITION_HANDLER(iob_io_error2)
{
int dummy1, dummy2;
char s[80];
START_CH(TRUE);
PRN_ERROR;
if (!debug_mupip)
UNLINK(incbackupfile);
UNWIND(dummy1, dummy2);
}
|