3Replica5VgElect.sim 21.3 KB
Newer Older
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
system sh/stop_dnodes.sh
system sh/deploy.sh -n dnode1 -i 1
system sh/deploy.sh -n dnode2 -i 2
system sh/deploy.sh -n dnode3 -i 3
system sh/deploy.sh -n dnode4 -i 4

system sh/cfg.sh -n dnode1 -c supportVnodes -v 0

system sh/exec.sh -n dnode1 -s start
system sh/exec.sh -n dnode2 -s start
system sh/exec.sh -n dnode3 -s start
system sh/exec.sh -n dnode4 -s start

$loop_cnt = 0
check_dnode_ready:
	$loop_cnt = $loop_cnt + 1
	sleep 200
	if $loop_cnt == 10 then
	  print ====> dnode not ready!
		return -1
	endi
sql show dnodes
print ===> $rows $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6]
print ===> $rows $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6]
print ===> $rows $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6]
print ===> $rows $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6]
if $data[0][0] != 1 then
  return -1
endi
if $data[0][4] != ready then
  goto check_dnode_ready
endi

sql connect
sql create dnode $hostname port 7200
sql create dnode $hostname port 7300
sql create dnode $hostname port 7400

$loop_cnt = 0
check_dnode_ready_1:
$loop_cnt = $loop_cnt + 1
sleep 200
if $loop_cnt == 10 then
  print ====> dnodes not ready!
	return -1
endi
sql show dnodes
print ===> $rows $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6]
print ===> $rows $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6]
print ===> $rows $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6]
print ===> $rows $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6]
if $data[0][4] != ready then
  goto check_dnode_ready_1
endi
if $data[1][4] != ready then
  goto check_dnode_ready_1
endi
if $data[2][4] != ready then
  goto check_dnode_ready_1
endi
if $data[3][4] != ready then
  goto check_dnode_ready_1
endi

$replica = 3
$vgroups = 5

print ============= create database
sql create database db replica $replica vgroups $vgroups

$loop_cnt = 0
check_db_ready:
$loop_cnt = $loop_cnt + 1
sleep 200
if $loop_cnt == 100 then
  print ====> db not ready!
	return -1
endi
sql show databases
print ===> rows: $rows
print $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6] $data[2][7] $data[2][8] $data[2][9] $data[2][6] $data[2][11] $data[2][12]  $data[2][13]  $data[2][14]  $data[2][15]  $data[2][16]  $data[2][17]  $data[2][18]  $data[2][19]
if $rows != 3 then
  return -1
endi
if $data[2][19] != ready then
  goto check_db_ready
endi

sql use db

$loop_cnt = 0
check_vg_ready:
$loop_cnt = $loop_cnt + 1
sleep 200
if $loop_cnt == 300 then
  print ====> vgroups not ready!
	return -1
endi

sql show vgroups
print ===> rows: $rows
print $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6] $data[0][7] $data[0][8] $data[0][9] $data[0][10] $data[0][11]
print $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6] $data[1][7] $data[1][8] $data[1][9] $data[1][10] $data[1][11]
print $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6] $data[2][7] $data[2][8] $data[2][9] $data[2][10] $data[2][11]
print $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6] $data[3][7] $data[3][8] $data[3][9] $data[3][10] $data[3][11]
print $data[4][0] $data[4][1] $data[4][2] $data[4][3] $data[4][4] $data[4][5] $data[4][6] $data[4][7] $data[4][8] $data[4][9] $data[4][10] $data[4][11]
if $rows != $vgroups then
  return -1
endi

111 112 113
if $data[0][4] == leader then
   if $data[0][6] == follower then
      if $data[0][8] == follower then
114 115 116
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][3] 
      endi
   endi
117 118 119
elif $data[0][6] == leader then
   if $data[0][4] == follower then
      if $data[0][8] == follower then
120 121 122
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][5] 
      endi
   endi
123 124 125
elif $data[0][8] == leader then
   if $data[0][4] == follower then
      if $data[0][6] == follower then
126 127 128 129 130 131 132
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][7] 
      endi
   endi
else
   goto check_vg_ready
endi

133 134 135
if $data[1][4] == leader then
   if $data[1][6] == follower then
      if $data[1][8] == follower then
136 137 138
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][3] 
      endi
   endi
139 140 141
elif $data[1][6] == leader then
   if $data[1][4] == follower then
      if $data[1][8] == follower then
142 143 144
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][5] 
      endi
   endi
145 146 147
elif $data[1][8] == leader then
   if $data[1][4] == follower then
      if $data[1][6] == follower then
148 149 150 151 152 153 154
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][7] 
      endi
   endi
else
   goto check_vg_ready
endi

155 156 157
if $data[2][4] == leader then
   if $data[2][6] == follower then
      if $data[2][8] == follower then
158 159 160
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][3] 
      endi
   endi
161 162 163
elif $data[2][6] == leader then
   if $data[2][4] == follower then
      if $data[2][8] == follower then
164 165 166
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][5] 
      endi
   endi
167 168 169
elif $data[2][8] == leader then
   if $data[2][4] == follower then
      if $data[2][6] == follower then
170 171 172 173 174 175 176
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][7] 
      endi
   endi
else
   goto check_vg_ready
endi

177 178 179
if $data[3][4] == leader then
   if $data[3][6] == follower then
      if $data[3][8] == follower then
180 181 182
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][3] 
      endi
   endi
183 184 185
elif $data[3][6] == leader then
   if $data[3][4] == follower then
      if $data[3][8] == follower then
186 187 188
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][5] 
      endi
   endi
189 190 191
elif $data[3][8] == leader then
   if $data[3][4] == follower then
      if $data[3][6] == follower then
192 193 194 195 196 197 198
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][7] 
      endi
   endi
else
   goto check_vg_ready
endi

199 200 201
if $data[4][4] == leader then
   if $data[4][6] == follower then
      if $data[4][8] == follower then
202 203 204
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][3] 
      endi
   endi
205 206 207
elif $data[4][6] == leader then
   if $data[4][4] == follower then
      if $data[4][8] == follower then
208 209 210
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][5] 
      endi
   endi
211 212 213
elif $data[4][8] == leader then
   if $data[4][4] == follower then
      if $data[4][6] == follower then
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
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][7] 
      endi
   endi
else
   goto check_vg_ready
endi

vg_ready:
print ====>  create stable/child table
sql create table stb (ts timestamp, c1 int, c2 float, c3 binary(10)) tags (t1 int)

sql show stables
if $rows != 1 then 
  return -1
endi

$ctbPrefix = ctb
$ntbPrefix = ntb
$tbNum    = 10
$i = 0
while $i < $tbNum
  $ctb = $ctbPrefix . $i
  sql create table $ctb using stb tags( $i )
  $ntb = $ntbPrefix . $i
  sql create table $ntb (ts timestamp, c1 int, c2 float, c3 binary(10))
  $i = $i + 1
endw

$totalTblNum = $tbNum * 2
sleep 1000
sql show tables
print ====> expect $totalTblNum and infinsert $rows  in fact 
if $rows != $totalTblNum then 
  return -1
endi

start_switch_leader:

$switch_loop_cnt = 0
sql show vgroups
$dnodeId = $data[0][3]
$dnodeId = dnode . $dnodeId

switch_leader_to_offine_loop:

print $dnodeId
print ====> stop $dnodeId
system sh/exec.sh -n $dnodeId -s stop -x SIGINT


$loop_cnt = 0
$loop_cnt = $loop_cnt + 1
sleep 201
if $loop_cnt == 300 then
  print ====> vgroups switch fail!!!
	return -1
endi
sql show vgroups
print ===> rows: $rows
print $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6] $data[0][7] $data[0][8] $data[0][9] $data[0][10] $data[0][11]
print $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6] $data[1][7] $data[1][8] $data[1][9] $data[1][10] $data[1][11]
print $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6] $data[2][7] $data[2][8] $data[2][9] $data[2][10] $data[2][11]
print $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6] $data[3][7] $data[3][8] $data[3][9] $data[3][10] $data[3][11]
print $data[4][0] $data[4][1] $data[4][2] $data[4][3] $data[4][4] $data[4][5] $data[4][6] $data[4][7] $data[4][8] $data[4][9] $data[4][10] $data[4][11]
if $rows != $vgroups then
  return -1
endi


vg_offline_1:

print ====> start $dnodeId
system sh/exec.sh -n $dnodeId -s start

$switch_loop_cnt = $switch_loop_cnt + 1
print $switch_loop_cnt

if $switch_loop_cnt == 1 then
  sql show vgroups
wafwerar's avatar
wafwerar 已提交
293
  $dnodeId = $data[0][3]
294 295 296 297
  $dnodeId = dnode . $dnodeId
  goto switch_leader_to_offine_loop
elif $switch_loop_cnt == 2 then
  sql show vgroups
wafwerar's avatar
wafwerar 已提交
298
  $dnodeId = $data[0][3]
299 300 301 302
  $dnodeId = dnode . $dnodeId
  goto switch_leader_to_offine_loop
elif $switch_loop_cnt == 3 then
  sql show vgroups
wafwerar's avatar
wafwerar 已提交
303
  $dnodeId = $data[0][3]
304 305 306 307
  $dnodeId = dnode . $dnodeId
  goto switch_leader_to_offine_loop
elif $switch_loop_cnt == 4 then
  sql show vgroups
wafwerar's avatar
wafwerar 已提交
308
  $dnodeId = $data[0][3]  
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
  $dnodeId = dnode . $dnodeId
  goto switch_leader_to_offine_loop
else
  goto stop_leader_to_offine_loop
endi

stop_leader_to_offine_loop:

$loop_cnt = 0
check_vg_ready1:
$loop_cnt = $loop_cnt + 1
print $loop_cnt
sleep 202
if $loop_cnt == 300 then
  print ====> vgroups not ready!
	return -1
endi

sql show vgroups
print ===> rows: $rows
print $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6] $data[0][7] $data[0][8] $data[0][9] $data[0][10] $data[0][11]
print $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6] $data[1][7] $data[1][8] $data[1][9] $data[1][10] $data[1][11]
print $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6] $data[2][7] $data[2][8] $data[2][9] $data[2][10] $data[2][11]
print $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6] $data[3][7] $data[3][8] $data[3][9] $data[3][10] $data[3][11]
print $data[4][0] $data[4][1] $data[4][2] $data[4][3] $data[4][4] $data[4][5] $data[4][6] $data[4][7] $data[4][8] $data[4][9] $data[4][10] $data[4][11]
if $rows != $vgroups then
  return -1
endi

338 339 340
if $data[0][4] == leader then
   if $data[0][6] == follower then
      if $data[0][8] == follower then
341 342 343
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][3] 
      endi
   endi
344 345 346
elif $data[0][6] == leader then
   if $data[0][4] == follower then
      if $data[0][8] == follower then
347 348 349
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][5] 
      endi
   endi
350 351 352
elif $data[0][8] == leader then
   if $data[0][4] == follower then
      if $data[0][6] == follower then
353 354 355 356 357 358 359
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][7] 
      endi
   endi
else
   goto check_vg_ready1
endi

360 361 362
if $data[1][4] == leader then
   if $data[1][6] == follower then
      if $data[1][8] == follower then
363 364 365
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][3] 
      endi
   endi
366 367 368
elif $data[1][6] == leader then
   if $data[1][4] == follower then
      if $data[1][8] == follower then
369 370 371
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][5] 
      endi
   endi
372 373 374
elif $data[1][8] == leader then
   if $data[1][4] == follower then
      if $data[1][6] == follower then
375 376 377 378 379 380 381
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][7] 
      endi
   endi
else
   goto check_vg_ready1
endi

382 383 384
if $data[2][4] == leader then
   if $data[2][6] == follower then
      if $data[2][8] == follower then
385 386 387
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][3] 
      endi
   endi
388 389 390
elif $data[2][6] == leader then
   if $data[2][4] == follower then
      if $data[2][8] == follower then
391 392 393
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][5] 
      endi
   endi
394 395 396
elif $data[2][8] == leader then
   if $data[2][4] == follower then
      if $data[2][6] == follower then
397 398 399 400 401 402 403
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][7] 
      endi
   endi
else
   goto check_vg_ready1
endi

404 405 406
if $data[3][4] == leader then
   if $data[3][6] == follower then
      if $data[3][8] == follower then
407 408 409
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][3] 
      endi
   endi
410 411 412
elif $data[3][6] == leader then
   if $data[3][4] == follower then
      if $data[3][8] == follower then
413 414 415
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][5] 
      endi
   endi
416 417 418
elif $data[3][8] == leader then
   if $data[3][4] == follower then
      if $data[3][6] == follower then
419 420 421 422 423 424 425
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][7] 
      endi
   endi
else
   goto check_vg_ready1
endi

426 427 428
if $data[4][4] == leader then
   if $data[4][6] == follower then
      if $data[4][8] == follower then
429 430 431
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][3] 
      endi
   endi
432 433 434
elif $data[4][6] == leader then
   if $data[4][4] == follower then
      if $data[4][8] == follower then
435 436 437
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][5] 
      endi
   endi
438 439 440
elif $data[4][8] == leader then
   if $data[4][4] == follower then
      if $data[4][6] == follower then
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
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][7] 
      endi
   endi
else
   goto check_vg_ready1
endi


print ====> final test: create stable/child table 
sql create table stb1 (ts timestamp, c1 int, c2 float, c3 binary(10)) tags (t1 int)


sql show stables
if $rows != 2 then 
  return -1
endi

$ctbPrefix = ctb1
$ntbPrefix = ntb1
$tbNum    = 10
$i = 0
while $i < $tbNum
  $ctb = $ctbPrefix . $i
  sql create table $ctb using stb1 tags( $i )
  $ntb = $ntbPrefix . $i
  sql create table $ntb (ts timestamp, c1 int, c2 float, c3 binary(10))
  $i = $i + 1
endw

sleep 1000
sql show stables
if $rows != 2 then 
  return -1
endi

sql show tables
if $rows != 40 then 
  return -1
endi



system sh/deploy.sh -n dnode5 -i 5
system sh/exec.sh -n dnode5 -s start

sql connect
sql create dnode $hostname port 7500

$loop_cnt = 0
check_dnode_ready3:
	$loop_cnt = $loop_cnt + 1
	sleep 200
	if $loop_cnt == 100 then
	  print ====> dnode not ready!
		return -1
	endi

sql show dnodes
print ===> $rows $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6]
print ===> $rows $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6]
print ===> $rows $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6]
print ===> $rows $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6]
print ===> $rows $data[4][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6]

if $rows != 5 then
  return -1
endi

if $data[4][4] != ready then
  goto check_dnode_ready3
endi



# restart clusters

system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode2 -s stop -x SIGINT
system sh/exec.sh -n dnode3 -s stop -x SIGINT
system sh/exec.sh -n dnode4 -s stop -x SIGINT
system sh/exec.sh -n dnode5 -s stop -x SIGINT



system sh/exec.sh -n dnode1 -s start
system sh/exec.sh -n dnode2 -s start
system sh/exec.sh -n dnode3 -s start
system sh/exec.sh -n dnode4 -s start
system sh/exec.sh -n dnode5 -s start


$loop_cnt = 0
check_dnode_ready_2:
	$loop_cnt = $loop_cnt + 1
	sleep 200
	if $loop_cnt == 10 then
	  print ====> dnode not ready!
		return -1
	endi
sql show dnodes
print ===> $rows $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6]
print ===> $rows $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6]
print ===> $rows $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6]
print ===> $rows $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6]
if $data[0][0] != 1 then
  return -1
endi

if $data[0][4] != ready then
  goto check_dnode_ready_2
endi
if $data[1][4] != ready then
  goto check_dnode_ready_2
endi
if $data[2][4] != ready then
  goto check_dnode_ready_2
endi
if $data[3][4] != ready then
  goto check_dnode_ready_2
endi

sql use db;
$ctbPrefix = ctb2
$ntbPrefix = ntb2
$tbNum    = 10
$i = 0
while $i < $tbNum
  $ctb = $ctbPrefix . $i
  sql create table $ctb using stb1 tags( $i )
  $ntb = $ntbPrefix . $i
  sql create table $ntb (ts timestamp, c1 int, c2 float, c3 binary(10))
  $i = $i + 1
endw

sleep 1000
sql use  db
sql show stables
if $rows != 2 then 
  return -1
endi

sql show tables
print $rows
if $rows != 60 then 
  return -1
endi



$replica = 3
$vgroups = 5

print ============= create database
sql create database db1 replica $replica vgroups $vgroups

$loop_cnt = 0
check_db_ready1:
$loop_cnt = $loop_cnt + 1
sleep 200
if $loop_cnt == 100 then
  print ====> db not ready!
	return -1
endi
sql show databases
print ===> rows: $rows
print $data(db1)[0] $data(db1)[1] $data(db1)[2] $data(db1)[3] $data(db1)[4] $data(db1)[5] $data(db1)[6] $data(db1)[7] $data(db1)[8] $data(db1)[9] $data(db1)[6] $data(db1)[11] $data(db1)[12]  $data(db1)[13]  $data(db1)[14]  $data(db1)[15]  $data(db1)[16]  $data(db1)[17]  $data(db1)[18]  $data(db1)[19]
if $rows != 4 then
  return -1
endi
if $data(db1)[19] != ready then
  goto check_db_ready1
endi


sql use db1

$loop_cnt = 0
check_vg_ready3:
$loop_cnt = $loop_cnt + 1
print $loop_cnt
sleep 202
if $loop_cnt == 300 then
  print ====> vgroups not ready!
	return -1
endi

sql show vgroups
print ===> rows: $rows
print $data[0][0] $data[0][1] $data[0][2] $data[0][3] $data[0][4] $data[0][5] $data[0][6] $data[0][7] $data[0][8] $data[0][9] $data[0][10] $data[0][11]
print $data[1][0] $data[1][1] $data[1][2] $data[1][3] $data[1][4] $data[1][5] $data[1][6] $data[1][7] $data[1][8] $data[1][9] $data[1][10] $data[1][11]
print $data[2][0] $data[2][1] $data[2][2] $data[2][3] $data[2][4] $data[2][5] $data[2][6] $data[2][7] $data[2][8] $data[2][9] $data[2][10] $data[2][11]
print $data[3][0] $data[3][1] $data[3][2] $data[3][3] $data[3][4] $data[3][5] $data[3][6] $data[3][7] $data[3][8] $data[3][9] $data[3][10] $data[3][11]
print $data[4][0] $data[4][1] $data[4][2] $data[4][3] $data[4][4] $data[4][5] $data[4][6] $data[4][7] $data[4][8] $data[4][9] $data[4][10] $data[4][11]
if $rows != $vgroups then
  return -1
endi

638 639 640
if $data[0][4] == leader then
   if $data[0][6] == follower then
      if $data[0][8] == follower then
641 642 643
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][3] 
      endi
   endi
644 645 646
elif $data[0][6] == leader then
   if $data[0][4] == follower then
      if $data[0][8] == follower then
647 648 649
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][5] 
      endi
   endi
650 651 652
elif $data[0][8] == leader then
   if $data[0][4] == follower then
      if $data[0][6] == follower then
653 654 655 656 657 658 659
         print ---- vgroup $data[0][0] leader locate on dnode $data[0][7] 
      endi
   endi
else
   goto check_vg_ready3
endi

660 661 662
if $data[1][4] == leader then
   if $data[1][6] == follower then
      if $data[1][8] == follower then
663 664 665
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][3] 
      endi
   endi
666 667 668
elif $data[1][6] == leader then
   if $data[1][4] == follower then
      if $data[1][8] == follower then
669 670 671
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][5] 
      endi
   endi
672 673 674
elif $data[1][8] == leader then
   if $data[1][4] == follower then
      if $data[1][6] == follower then
675 676 677 678 679 680 681
         print ---- vgroup $data[1][0] leader locate on dnode $data[1][7] 
      endi
   endi
else
   goto check_vg_ready3
endi

682 683 684
if $data[2][4] == leader then
   if $data[2][6] == follower then
      if $data[2][8] == follower then
685 686 687
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][3] 
      endi
   endi
688 689 690
elif $data[2][6] == leader then
   if $data[2][4] == follower then
      if $data[2][8] == follower then
691 692 693
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][5] 
      endi
   endi
694 695 696
elif $data[2][8] == leader then
   if $data[2][4] == follower then
      if $data[2][6] == follower then
697 698 699 700 701 702 703
         print ---- vgroup $data[2][0] leader locate on dnode $data[2][7] 
      endi
   endi
else
   goto check_vg_ready3
endi

704 705 706
if $data[3][4] == leader then
   if $data[3][6] == follower then
      if $data[3][8] == follower then
707 708 709
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][3] 
      endi
   endi
710 711 712
elif $data[3][6] == leader then
   if $data[3][4] == follower then
      if $data[3][8] == follower then
713 714 715
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][5] 
      endi
   endi
716 717 718
elif $data[3][8] == leader then
   if $data[3][4] == follower then
      if $data[3][6] == follower then
719 720 721 722 723 724 725
         print ---- vgroup $data[3][0] leader locate on dnode $data[3][7] 
      endi
   endi
else
   goto check_vg_ready3
endi

726 727 728
if $data[4][4] == leader then
   if $data[4][6] == follower then
      if $data[4][8] == follower then
729 730 731
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][3] 
      endi
   endi
732 733 734
elif $data[4][6] == leader then
   if $data[4][4] == follower then
      if $data[4][8] == follower then
735 736 737
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][5] 
      endi
   endi
738 739 740
elif $data[4][8] == leader then
   if $data[4][4] == follower then
      if $data[4][6] == follower then
741 742 743 744 745 746 747 748 749 750 751 752 753
         print ---- vgroup $data[4][0] leader locate on dnode $data[4][7] 
      endi
   endi
else
   goto check_vg_ready3
endi

# sql drop dnode 5

system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode2 -s stop -x SIGINT
system sh/exec.sh -n dnode3 -s stop -x SIGINT
system sh/exec.sh -n dnode4 -s stop -x SIGINT
754
system sh/exec.sh -n dnode5 -s stop -x SIGINT
755 756