Compilation results for an-test-presto1001.eqiad.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 2961 |
|---|---|
| Resources added: | 3 |
| Resources removed: | 0 |
| Resources modified: | 8 |
| Change percentage: | 0.37% |
Resources only in the new catalog
- File[/etc/presto/resource-groups.json]
- File[/srv/presto/var/spill]
- File[/etc/presto/selectors.json]
Resources modified
- Service[presto-server]
- Parameters differences:
--- Service[presto-server].orig +++ Service[presto-server] @@ - require => ['Presto::Properties[config]', 'Presto::Properties[node]', 'Presto::Properties[log]', 'File[/etc/presto/jvm.config]', 'File[/var/log/presto]', 'Rsyslog::Conf[presto-server]', 'Systemd::Override[presto-umask]'] + require => ['Presto::Properties[config]', 'Presto::Properties[node]', 'Presto::Properties[log]', 'File[/etc/presto/jvm.config]', 'File[/etc/presto/resource-groups.json]', 'File[/etc/presto/selectors.json]', 'File[/var/log/presto]', 'Rsyslog::Conf[presto-server]', 'Systemd::Override[presto-umask]']
- File[/etc/presto/selectors.json]
- Parameters differences:
--- File[/etc/presto/selectors.json].orig +++ File[/etc/presto/selectors.json] + owner => root + group => root
- Content differences:
--- /etc/presto/selectors.json.orig +++ /etc/presto/selectors.json @@ -0,0 +1,22 @@ +{ + "selectors": [ + { + "source": "superset_user", + "group": "global.high_priority" + }, + { + "user": "growthbook_user", + "group": "global.high_priority" + }, + { + "clientTags": [ + "heavy" + ], + "group": "global.heavy" + }, + { + "queryType": "SELECT", + "group": "global.standard" + } + ] +}- File[/etc/presto/config.properties]
- Content differences:
--- /etc/presto/config.properties.orig +++ /etc/presto/config.properties @@ -25,3 +25,6 @@ query.max-memory=2GB query.max-memory-per-node=2GB query.max-total-memory-per-node=2GB +resource-groups.config-file=/etc/presto/resource-groups.json +resource-groups.configuration-manager=file +resource-groups.selector-file=/etc/presto/selectors.json
- Class[Profile::Presto::Server]
- Parameters differences:
--- Class[Profile::Presto::Server].orig +++ Class[Profile::Presto::Server] + resource_config => {}- File[/srv/presto/var/spill]
- Parameters differences:
--- File[/srv/presto/var/spill].orig +++ File[/srv/presto/var/spill] + group => presto + before => Service[presto-server] + ensure => directory + owner => presto + require => Package[presto-server] + mode => 0755
- File[/etc/presto/resource-groups.json]
- Parameters differences:
--- File[/etc/presto/resource-groups.json].orig +++ File[/etc/presto/resource-groups.json] + owner => root + group => root
- Content differences:
--- /etc/presto/resource-groups.json.orig +++ /etc/presto/resource-groups.json @@ -0,0 +1,35 @@ +# NOTE: This file is managed by Puppet. +{ + "rootGroups": [ + { + "name": "global", + "softMemoryLimit": "", + "hardConcurrencyLimit": , + "maxQueued": , + "schedulingPolicy": "weighted", + "subGroups": [ + { + "name": "high_priority", + "softMemoryLimit": "", + "hardConcurrencyLimit": , + "maxQueued": , + "schedulingWeight": + }, + { + "name": "standard", + "softMemoryLimit": "", + "hardConcurrencyLimit": , + "maxQueued": , + "schedulingWeight": + }, + { + "name": "heavy", + "softMemoryLimit": "", + "hardConcurrencyLimit": , + "maxQueued": , + "schedulingWeight": + } + ] + } + ] +}- Presto::Properties[config]
- Parameters differences:
--- Presto::Properties[config].orig +++ Presto::Properties[config] @@ - properties => {'coordinator': False, 'node-scheduler.include-coordinator': False, 'http-server.http.port': 8280, 'jmx.rmiregistry.port': 8279, 'discovery.uri': 'https://analytics-test-presto.eqiad.wmnet:8281', 'node-scheduler.network-topology': 'legacy', 'http-server.http.enabled': True, 'query.max-memory': '2GB', 'query.max-memory-per-node': '2GB', 'query.max-total-memory-per-node': '2GB', 'join-distribution-type': 'AUTOMATIC', 'http-server.https.keystore.path': '/etc/presto/ssl/server.p12', 'http-server.https.keystore.key': 'batman', 'internal-communication.https.required': True, 'internal-communication.https.keystore.path': '/etc/presto/ssl/server.p12', 'internal-communication.https.keystore.key': 'batman', 'internal-communication.https.trust-store-path': '/etc/ssl/certs/java/cacerts', 'internal-communication.https.trust-store-password': 'changeit', 'http-server.https.port': 8281, 'http-server.https.enabled': True, 'internal-communication.kerberos.enabled': True, 'http-server.authentication.type': 'KERBEROS', 'http.authentication.krb5.config': '/etc/krb5.conf', 'http.server.authentication.krb5.keytab': '/etc/security/keytabs/presto/presto.keytab', 'http.server.authentication.krb5.service-name': 'presto'} + properties => {'coordinator': False, 'node-scheduler.include-coordinator': False, 'http-server.http.port': 8280, 'jmx.rmiregistry.port': 8279, 'discovery.uri': 'https://analytics-test-presto.eqiad.wmnet:8281', 'resource-groups.configuration-manager': 'file', 'resource-groups.config-file': '/etc/presto/resource-groups.json', 'resource-groups.selector-file': '/etc/presto/selectors.json', 'node-scheduler.network-topology': 'legacy', 'http-server.http.enabled': True, 'query.max-memory': '2GB', 'query.max-memory-per-node': '2GB', 'query.max-total-memory-per-node': '2GB', 'join-distribution-type': 'AUTOMATIC', 'http-server.https.keystore.path': '/etc/presto/ssl/server.p12', 'http-server.https.keystore.key': 'batman', 'internal-communication.https.required': True, 'internal-communication.https.keystore.path': '/etc/presto/ssl/server.p12', 'internal-communication.https.keystore.key': 'batman', 'internal-communication.https.trust-store-path': '/etc/ssl/certs/java/cacerts', 'internal-communication.https.trust-store-password': 'changeit', 'http-server.https.port': 8281, 'http-server.https.enabled': True, 'internal-communication.kerberos.enabled': True, 'http-server.authentication.type': 'KERBEROS', 'http.authentication.krb5.config': '/etc/krb5.conf', 'http.server.authentication.krb5.keytab': '/etc/security/keytabs/presto/presto.keytab', 'http.server.authentication.krb5.service-name': 'presto'}- Class[Presto::Server]
- Parameters differences:
--- Class[Presto::Server].orig +++ Class[Presto::Server] + resource_config => {'glob_mem_limit': '100%', 'glob_concur_limit': 40, 'glob_max_queued': 200, 'hp_mem_limit': '35%', 'hp_concur_limit': 12, 'hp_max_queued': 40, 'hp_sched_weight': 6, 'std_mem_limit': '45%', 'std_concur_limit': 20, 'std_max_queued': 100, 'std_sched_weight': 3, 'hv_mem_limit': '20%', 'hv_concur_limit': 5, 'hv_max_queued': 60, 'hv_sched_weight': 1}
- Class[Presto::Server]
- Content differences:
- File[/etc/presto/resource-groups.json]
- File[/srv/presto/var/spill]
- Content differences:
- File[/etc/presto/selectors.json]
- Parameters differences: