Branch: refs/heads/master
Home: https://github.com/jenkinsci/ec2-plugin
Commit: 7010f7de6491dfd02321efd11ec7a4d68d00f72f
https://github.com/jenkinsci/ec2-plugin/commit/7010f7de6491dfd02321efd11ec7a4d68d00f72f
Author: Michael Tughan <[email protected]>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
Log Message:
-----------
Don't fetch instance data on node creation
When a new node is provisioned from EC2, the instance data should be
lazily fetched in order to avoid generating network traffic in the
NodeProvisioner thread. All the getters for the attributes updated by
fetchLiveInstanceData call it first to update if need be, so there's no
need to be eager here.
Commit: 6385a79fa0e39a0036a6675ae3089537a75c6813
https://github.com/jenkinsci/ec2-plugin/commit/6385a79fa0e39a0036a6675ae3089537a75c6813
Author: Raihaan Shouhell <[email protected]>
Date: 2021-04-03 (Sat, 03 Apr 2021)
Changed paths:
M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java
Log Message:
-----------
Merge pull request #574 from mtughan/fetch-instance-data-lazily
Don't fetch instance data on node creation
Compare:
https://github.com/jenkinsci/ec2-plugin/compare/4255781af33e...6385a79fa0e3
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ec2-plugin/push/refs/heads/master/425578-6385a7%40github.com.