Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap chicken and egg issue with siteid #50

Closed
brendanheywood opened this issue Jun 12, 2024 · 0 comments · Fixed by #51
Closed

Bootstrap chicken and egg issue with siteid #50

brendanheywood opened this issue Jun 12, 2024 · 0 comments · Fixed by #51

Comments

@brendanheywood
Copy link
Contributor

brendanheywood commented Jun 12, 2024

To reproduce:

Easier to map config to files just to see whats going on, but the issue is the same with both redis and with files

            [
                'conditions' => [
                    'name' => 'core/config',
                ],
                'stores' => ['shared_files'],
            ],

Now run this in two tabs:

/var/lib/sitedata# grep -r checkcachewebping *

and run these commands rerunning above between every command:

php admin/cli/purge_caches.php
php admin/cli/cfg.php --component=tool_heartbeat
php admin/cli/cfg.php --component=tool_heartbeat

After the first cfg the caches should still be empty. After the second they should be filled. Prior to the patch the first one fills them in the wrong place, and the second results in two pairs of caches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant