-
I have a situation where there are many objects assigned to a Node. In this case many builders where one builder dispatches to many builders all assigned to the Node....
It takes a real long time to synchronously update all of these objects....
in this case there are 200 of them :( and it took 25 minutes just to update this Node
would it be possible to improve performance of ctl-depot a...
2010-01-07 00:13:59 UTC by connary_scott
-
There are situations where we want to establish a setting object into the model, i.e. initialize it with some value or perhaps even the empty string or equivalent and then not updating it via project builder in subsequent loading of the xml. The most common situation is the BuilderBuildstamp setting object....
In this case we manage the buildstamp in a builder deployment object which has a...
2010-01-07 00:02:55 UTC by connary_scott
-
Added check for JAVA_HOME/bin/javac as the "tools.jar" does not exist across JDK installations.
Committed revision 9637.
2010-01-06 21:00:17 UTC by ahonor
-
Changing summary.
We should attempt to recover from this error, as this is a common occurrence in DR situations.
2010-01-06 20:18:33 UTC by moseslei
-
it copies the script to that location only if the CTL_BASE property for the Node is set. If the client is not installed on that node yet, you should probably make that property blank
it should probably retry using the /tmp dir path if the first cp fails.
2010-01-06 19:42:25 UTC by gschueler
-
raised priority.
2010-01-06 19:12:55 UTC by ahonor
-
Installer needs to determine if the server has a JDK JAVA_HOME setting.
2010-01-06 19:11:29 UTC by ahonor
-
increased priority.
2010-01-06 19:08:51 UTC by ahonor
-
This was actually submitted by me while I was not logged in.
2010-01-06 19:06:39 UTC by moseslei
-
Using the -s option for ctl-exec does not work if the client in question does not have a ctl installation, because ctl-exec tries to copy the script to a non-existent location.
[deploy@bld01 ~]$ ctl-exec -p project -I '.*app04.*'
app04.example.com
[deploy@bld01 ~]$ ctl-exec -p project -I '.*app04.*' -s ctier-install.sh
number of nodes to dispatch to: 1, (threadcount=1)
Connecting to...
2010-01-06 19:05:23 UTC by nobody