Commit 882c5d3
committed
fix(scheduler): Correct misleading logs in reorganize consumer
The and its helper function
contained several logging errors
due to being copied from the 'mem_read' consumer without modification.
This commit corrects the following:
- The handler info log now correctly uses the .
- All log messages now refer to 'mem_reorganize' instead of 'mem_read'.
- Exception logs now correctly cite
and as the source of the error.
These changes ensure that the logs for the reorganize functionality are
accurate and not misleading, which is critical for monitoring and debugging.
The core business logic of the function, which appears to be missing,
has not been altered.1 parent 4a68c3c commit 882c5d3
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | | - | |
| 798 | + | |
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
| 802 | + | |
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
| 861 | + | |
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
| |||
0 commit comments