Commit Graph
563 Commits
Author SHA1 Message Date
Axel Uhl 6e0ed4335c switched default notification addresses from simon.marcel.pamies@sap.com to axel.uhl@sap.com 2023-02-28 11:32:12 +01:00
Axel Uhl f3b434ff2c bug5824: introduced update queue and task for IncrementalMstHmmWindEstimationForTrackedRace 2023-02-24 15:30:05 +01:00
Axel Uhl 98c1003517 enhanced java/target/compareServers script such that with -a it works with the REST API for compareservers 2023-01-27 23:14:35 +01:00
Axel Uhl a9d6a544e5 removed UseMembar from another start script 2022-12-19 10:48:42 +01:00
Axel Uhl fa49150cbe don't use ZGC for Java runtimes >=11; G1GC may still be better for us in most cases 2022-12-18 23:03:10 +01:00
Axel Uhl a318825eaa increased Java-11 GC log file size 2022-12-17 11:32:14 +01:00
Axel Uhl bb87d1882f bug5792: down-ported / cherry-picked Dockerfile for sapmachine-11 and corresponding env.sh changes 2022-12-12 08:05:57 -08:00
Axel Uhl cbbdb22202 bug5077: added -Dgwt.rpc.version=9 to start script 2022-10-28 23:55:48 +02:00
Axel Uhl e95d1232e6 aftermath to bug4821: removed illegal-access=permit flag for Java 11 options 2022-08-23 13:19:11 +02:00
Axel Uhl 947de37542 bug5728: manually-crafted test fix sequences must not undergo outlier filtering; fighting intermittent MongoDB causality errors 2022-08-11 02:11:56 +02:00
Axel Uhl df72177966 bug5741: reduce debug logging for replication 2022-06-28 14:34:47 +02:00
Axel Uhl 49ab55f5a6 bug5741: create object output stream only once new replicable ID is known 2022-06-27 18:21:44 +02:00
Axel Uhl a0beaae873 bug5518: return to INFO in local debug logging properties for OperationQueueByKeyExecutor 2022-04-26 14:04:39 +02:00
Axel Uhl 3165716e3a bug5518: added FINE logging to parallel replication task execution 2022-04-26 10:58:52 +02:00
Axel Uhl 071019e3c9 added check for configuration/secrets and look for CHARGEBEE configuration, putting it to ADDITIONAL_JAVA_ARGS if found 2022-03-29 11:10:05 +02:00
Axel Uhl ffd22c1e61 improved Java version check; require version 1.7 or 1.8 for refreshInstance.sh and start 2022-01-13 11:20:53 +01:00
Axel Uhl 68854ece20 add --illegal-access=permit for JDK >=11 for backward compatibility 2022-01-06 00:06:52 +01:00
EC2 Server 0e9b943df7 bug5599: ensure newlines in case env files don't have a trailing one 2021-11-17 22:36:06 +00:00
Axel Uhl 2dd56c4ab7 bug5599: first implementation of a deployApplicationToExistingHost method;
factored the createLoadBalancingAndAutoScalingSetup functionality which
the new method now uses in common with the createApplicationReplicaSet
method. Still missing: UI
2021-11-17 13:09:57 +01:00
Axel Uhl a6429a3de0 removed MEMORY default calculation from refreshInstance.sh; it is now provided by env-default-rules.sh 2021-11-16 18:03:20 +01:00
Axel Uhl 380f403db3 bug5599: determine a default MEMORY value in env-default-rules.sh, considering the new TOTAL_MEMORY_SIZE_FACTOR variable 2021-11-16 17:55:06 +01:00
Axel Uhl f2f32c78e1 Merge remote-tracking branch 'server/master' 2021-10-25 16:52:58 +02:00
EC2 Server 6b233867a7 use existing bearer token for master replication from env.sh for stopReplicating.sh if none is provided on the command line 2021-10-25 09:26:03 +00:00
Axel Uhl 163a52c333 bug5628: periodically fetching new YB positions (doesn't seem to work yet) 2021-10-23 15:04:26 +02:00
Axel Uhl 8b423d538f increased maximum gc.log file size from 100000 to 10000000 bytes 2021-08-24 23:43:46 +02:00
Axel Uhl 8e8c6bc8e1 bug5611: acknowledgement and threading architecture for explicit acks in place; re-connect design needs to be adjusted accordingly;
the new Channel starts delivery tags at 0; what does this mean for queued messages? Are they delivered through this channel at all?
2021-07-31 21:53:23 +09:00
Axel Uhl 096b317320 updated olympic-setup.md and fixed a few typos in the on-site-scripts 2021-07-22 13:36:30 +09:00
Axel Uhl 0e3c8ad244 ignore leaderboard group's displayName field which bug 5311 adds to the top-level node of a leaderboard group document 2021-07-19 13:00:59 +02:00
Axel Uhl de79a89da8 send env.sh output in status script to stderr (&2) so stdout is valid JSON eligible for parsing with 'jq' 2021-07-16 11:56:19 +02:00
Axel Uhl 8b596499ce reduced debug log levels from FINE to INFO for most things to avoid log flooding 2021-06-22 17:45:32 +02:00
EC2 Server dbe13195ba Merge remote-tracking branch 'origin/master' 2021-06-07 21:49:44 +00:00
EC2 Server 608ec8eb89 fixed stopReplicating.sh script, so that it executes the env.sh file to get the correct SERVER_PORT 2021-06-07 21:49:00 +00:00
Axel Uhl 84ea3fca57 fixed refreshInstance.sh script which due to a regression does nothing when no release name is provided to install-release 2021-06-07 00:16:26 +02:00
Axel Uhl d94194421c implemented a monitor-local-server file which calls notify-operators every five minutes when a server in a directory isn't available 2021-06-06 17:41:41 +02:00
Axel Uhl afa1f9fb0b env.sh and status echo non-payload to stderr 2021-06-05 18:31:14 +02:00
sap-p1-2 25d3152eae fixed refreshInstances.sh script regarding scp download of environment 2021-06-02 22:33:30 +02:00
sap-p1-2 dc170ce3bb use SCP parameter also for environment download 2021-06-02 21:48:46 +02:00
Axel Uhl 3b35eed6e6 added refreshInstance.sh parameter INSTALL_FROM_SCP_USER_AT_HOST_AND_PORT to allow for SCP download of release 2021-06-02 21:18:01 +02:00
EC2 Server 8f56dd3cee fixed stopReplicating.sh script 2021-06-01 15:31:03 +00:00
Axel Uhl 32161bde0b added java/target/stopReplicating.sh script to ease stopping replication on a replica from the command line 2021-05-27 12:52:40 +02:00
Axel Uhl 7fa0c14304 use https for releases.sapsailing.com in refreshInstance.sh script 2021-05-07 12:05:13 +02:00
Axel Uhl ac765dca84 bug4811: place a new "port" field in version.json in the "start" script and use it for replica registration; added new port fields to replication status, for both, replicatedfrom and replicatedby 2021-04-20 16:33:50 +02:00
EC2 Server 343d6b58d1 enhanced stop script: extended timeouts, and trying SIGKILL if SIGTERM didn't work in a while; now exit status 1 indicates failure to kill 2021-04-01 09:19:01 +00:00
Axel Uhl 013a391698 bug4811: be tolerant against start time being a String instead of a number in version.json; produce it as number from now on 2021-03-11 23:09:28 +01:00
Georg Herdt 36437120d4 Merge branch 'bug5489' 2021-03-08 13:33:47 +01:00
Georg Herdt 4e2b8b13f9 use telnet command for shutdown as netcat seems not to be compatible with it.
bug 5489
2021-03-08 13:10:11 +01:00
Axel Uhl ff2202388d bug4811: fixed and encapsulated setting of ACDIR and dependent variables; fixed start_time_millis property name for version.json in start script 2021-02-23 10:22:31 +01:00
Axel Uhl 835838e552 bug4811: generate a version.json in addition to a version.txt with fine-grained commit, release, and start time information 2021-02-22 23:08:28 +01:00
Axel Uhl e369bd0262 use "-console ${TELNET_PORT}" for the OSGi console telnet access configuration in start script 2021-02-18 12:17:24 +01:00
Axel Uhl df618ab7ad added start option -Dorg.eclipse.jetty.annotations.maxWait=120 to avoid timeout while Jetty is scanning bundle annotations 2021-02-18 09:40:41 +01:00