View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011329 | Taler | merchant backend | public | 2026-03-31 19:40 | 2026-03-31 20:21 |
| Reporter | vecirex | Assigned To | Christian Grothoff | ||
| Priority | low | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | git (master) | ||||
| Target Version | 1.5 | Fixed in Version | 1.5 | ||
| Summary | 0011329: Add some output to what taler-merchant-kyccheck using -t is doing | ||||
| Description | Low prio, just to please taler-merchant operators: Running sudo -u taler-merchant-httpd /bin/bash time taler-merchant-kyccheck -t shows to take minutes, even on instances with not so many accounts configured. I had the impression this command to conclude (much) fast(er) in the past, on prior taler-merchant versions (to counter check with taler.hacktivism.ch). | ||||
| Additional Information | Suggestion would be to add some output to see what it's doing, maybe a progress indication of where iteration stands, or even showing which queries are being done, and -- if the case -- if also issues arise, making this so slow. | ||||
| Tags | No tags attached. | ||||
|
|
It could very well be invoking taler-merchant-kyccheck -tbecame slower in recent versions of the taler-merchant package, as my private taler.hacktivism.ch installation running an old taler-merchant version and having more operational instances than TOPS/CHF stage, is quicker than stage: hernani@koopa:~> podman exec -it taler-hacktivism bash root@1b0bd36dc346:/# cd /usr/local/bin/ root@1b0bd36dc346:/usr/local/bin# su -p -s /bin/bash taler-merchant-httpd bash: /root/.bashrc: Permission denied taler-merchant-httpd@1b0bd36dc346:/usr/local/bin$ taler-merchant-httpd --version taler-merchant-httpd v1.3.1-git-5a71547 taler-merchant-httpd@1b0bd36dc346:/usr/local/bin$ time taler-merchant-kyccheck -t NOW real 0m13.314s user 0m0.414s sys 0m0.099s taler-merchant-httpd@1b0bd36dc346:/usr/local/bin$ In comparison TOPS/CHF stage / betel: taler-merchant-httpd@betel:/root$ taler-merchant-httpd --version taler-merchant-httpd v1.5.15-git-443e2a3 taler-merchant-httpd@betel:/root$ time taler-merchant-kyccheck -t NOW real 2m22.446s user 0m13.058s sys 0m1.613s |
|
|
Try adding '-L INFO' to your command-line... |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-03-31 19:40 | vecirex | New Issue | |
| 2026-03-31 19:41 | vecirex | Description Updated | |
| 2026-03-31 20:07 | vecirex | Note Added: 0028333 | |
| 2026-03-31 20:10 | vecirex | Note Edited: 0028333 | |
| 2026-03-31 20:21 | Christian Grothoff | Note Added: 0028336 | |
| 2026-03-31 20:21 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2026-03-31 20:21 | Christian Grothoff | Status | new => resolved |
| 2026-03-31 20:21 | Christian Grothoff | Resolution | open => no change required |
| 2026-03-31 20:21 | Christian Grothoff | Fixed in Version | => 1.5 |
| 2026-03-31 20:21 | Christian Grothoff | Product Version | => git (master) |
| 2026-03-31 20:21 | Christian Grothoff | Target Version | => 1.5 |
| 2026-03-31 20:21 | Christian Grothoff | Status | resolved => closed |