| This is happening for every run and for every manifest consistently. Here is the puppet run output for the same two hosts for which I added the run summary two weeks back when I created the ticket. Schedule puppet run is happening on these nodes every 2 hours. These are same node types and apply exact same manifests (Configuration version fac0d39 in both output) 64.24 seconds seconds (v4) vs 146.40 seconds (v6) Puppet 4 agent:
# apt-cache policy puppet-agent | head -10 |
puppet-agent: |
Installed: 1.10.14-1stretch |
Candidate: 6.20.0-1buster |
|
# puppetenv -p |
>> Running puppet agent -t --environment production |
Info: Using configured environment 'production' |
Info: Retrieving pluginfacts |
Info: Retrieving plugin |
Info: Loading facts |
Info: Caching catalog for store-app-mb2p.c.bigcommerce-production.internal |
Info: Applying configuration version 'fac0d39 - Wed Jan 27 10:06:52 2021 +1100' |
Notice: Applied catalog in 64.24 seconds
|
Puppet 6 agent:
# apt-cache policy puppet-agent | head -10 |
puppet-agent: |
Installed: 6.20.0-1buster |
Candidate: 6.20.0-1buster |
|
# puppetenv -p |
>> Running puppet agent -t --environment production |
Info: Using configured environment 'production' |
Info: Retrieving pluginfacts |
Info: Retrieving plugin |
Info: Retrieving locales |
Info: Loading facts |
Info: Caching catalog for store-app-cn0v.c.bigcommerce-production.internal |
Info: Applying configuration version 'fac0d39 - Wed Jan 27 10:06:52 2021 +1100' |
Notice: Applied catalog in 146.40 seconds
|
|