# Pt-table-checksum waiting

**URL:** https://forums.percona.com/t/pt-table-checksum-waiting/9345
**Category:** Percona Toolkit
**Created:** [February 19, 2021, 7:00pm UTC](https://forums.percona.com/t/pt-table-checksum-waiting/9345 "2021-02-19T19:00:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![berlinbear](https://avatars.discourse-cdn.com/v4/letter/b/ee59a6/32.png) [@berlinbear](https://forums.percona.com/u/berlinbear)
#### Post date: [February 19, 2021, 7:00pm UTC](https://forums.percona.com/t/pt-table-checksum-waiting/9345/1 "2021-02-19T19:00:32Z")

</div>

Hi,  
i have a problem:  
“pt-table-checksum --nocheck-binlog-format --fail-on-stopped-replica”  
runs good and break if the slave not running  
(“Replica xxx is stopped. Waiting.”) but if i use the “–quiet” option  
(i need only the DIFFs at this) the program waits at this point for ever:  
“Checking if all tables can be checksummed …  
Starting checksum …”

Any ideas?  
Thanks!

---

<div class="post-metadata">

### Author: ![Ivan\_Groenewold](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/ivan_groenewold/32/6299_2.png) [@Ivan\_Groenewold](https://forums.percona.com/u/Ivan_Groenewold)
#### Post date: [March 10, 2021, 11:37am UTC](https://forums.percona.com/t/pt-table-checksum-waiting/9345/2 "2021-03-10T11:37:47Z")

</div>

Hi, are you sure the program is not actively working? check with show process list to see if you can spot some checksum going on.  
The --quiet option should only suppress printing information but not alter the process in any other way.
