Presto: cannot run presto server

Created on 22 May 2019  路  5Comments  路  Source: prestodb/presto

Hi, I am installing presto to extract the data of blockchain by geth connector.(following this repo:https://github.com/xiaoyao1991/presto-ethereum)

Here is my settings:
image
image

When I start the server, it starts at first but stops several seconds later. When I try to open http://localhost:8080, it says cannot connect to server.

Here is the trace:
` luolixuan@luolixuandeMacBook-Pro presto-server-311$ sudo bin/launcher run
2019-05-22T11:59:32.045-0400 INFO main io.airlift.log.Logging Logging to stderr
2019-05-22T11:59:32.049-0400 INFO main Bootstrap Loading configuration
2019-05-22T11:59:32.224-0400 INFO main Bootstrap Initializing logging
2019-05-22T11:59:33.268-0400 INFO main Bootstrap PROPERTY DEFAULT RUNTIME DESCRIPTION
2019-05-22T11:59:33.268-0400 INFO main Bootstrap discovery.uri null http://localhost:8080 Discovery service base URI
2019-05-22T11:59:33.268-0400 INFO main Bootstrap service-inventory.uri null null Service inventory base URI
2019-05-22T11:59:33.268-0400 INFO main Bootstrap service-inventory.update-interval 10.00s 10.00s Service inventory update interval
2019-05-22T11:59:33.268-0400 INFO main Bootstrap discovery.presto.pool general general
2019-05-22T11:59:33.268-0400 INFO main Bootstrap discovery.collector.pool general general
2019-05-22T11:59:33.270-0400 INFO main Bootstrap discovery.max-age 30.00s 30.00s
2019-05-22T11:59:33.270-0400 INFO main Bootstrap discovery.store-cache-ttl 1.00s 1.00s
2019-05-22T11:59:33.270-0400 INFO main Bootstrap dynamic.store.gc-interval 1.00h 1.00h
2019-05-22T11:59:33.271-0400 INFO main Bootstrap dynamic.store.remote.max-batch-size 1000 1000
2019-05-22T11:59:33.271-0400 INFO main Bootstrap dynamic.store.remote.queue-size 1000 1000
2019-05-22T11:59:33.271-0400 INFO main Bootstrap dynamic.store.remote.update-interval 5.00s 5.00s
2019-05-22T11:59:33.271-0400 INFO main Bootstrap dynamic.store.remote.replication-interval 1.00m 1.00m
2019-05-22T11:59:33.271-0400 INFO main Bootstrap dynamic.store.tombstone-max-age 1.00d 1.00d
2019-05-22T11:59:33.271-0400 INFO main Bootstrap discovery.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.271-0400 INFO main Bootstrap discovery.http-client.use-blocking-connect false false
2019-05-22T11:59:33.271-0400 INFO main Bootstrap discovery.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.271-0400 INFO main Bootstrap discovery.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.https.included-cipher [] []
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.idle-timeout 1.00m 1.00m
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.keep-alive-interval null null
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.272-0400 INFO main Bootstrap discovery.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.key-store-path null null
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.compression.enabled true true
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.enabled false false
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.max-history 15 15
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.273-0400 INFO main Bootstrap discovery.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.max-connections 200 200
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.max-connections-per-server 20 20
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.max-threads 200 200
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.min-threads 8 8
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.record-request-complete true true
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.request-timeout 5.00m 5.00m
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.274-0400 INFO main Bootstrap discovery.http-client.selector-count 2 2
2019-05-22T11:59:33.275-0400 INFO main Bootstrap discovery.http-client.socks-proxy null null
2019-05-22T11:59:33.275-0400 INFO main Bootstrap discovery.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.275-0400 INFO main Bootstrap discovery.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.275-0400 INFO main Bootstrap discovery.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.275-0400 INFO main Bootstrap discovery.http-client.trust-store-path null null
2019-05-22T11:59:33.275-0400 INFO main Bootstrap dynamic.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.275-0400 INFO main Bootstrap dynamic.http-client.use-blocking-connect false false
2019-05-22T11:59:33.275-0400 INFO main Bootstrap dynamic.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.275-0400 INFO main Bootstrap dynamic.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.275-0400 INFO main Bootstrap dynamic.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.https.included-cipher [] []
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.idle-timeout 1.00m 1.00m
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.keep-alive-interval null null
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.276-0400 INFO main Bootstrap dynamic.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.key-store-path null null
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.compression.enabled true true
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.enabled false false
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.max-history 15 15
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.max-connections 200 200
2019-05-22T11:59:33.277-0400 INFO main Bootstrap dynamic.http-client.max-connections-per-server 20 20
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.max-threads 200 200
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.min-threads 8 8
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.record-request-complete true true
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.request-timeout 5.00m 5.00m
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.selector-count 2 2
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.socks-proxy null null
2019-05-22T11:59:33.278-0400 INFO main Bootstrap dynamic.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.279-0400 INFO main Bootstrap dynamic.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.279-0400 INFO main Bootstrap dynamic.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.279-0400 INFO main Bootstrap dynamic.http-client.trust-store-path null null
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.use-blocking-connect false false
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.279-0400 INFO main Bootstrap event.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.https.included-cipher [] []
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.idle-timeout 1.00m 1.00m
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.keep-alive-interval null null
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.key-store-path null null
2019-05-22T11:59:33.280-0400 INFO main Bootstrap event.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.log.compression.enabled true true
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.log.enabled false false
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.log.max-history 15 15
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.max-connections 200 200
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.max-connections-per-server 20 20
2019-05-22T11:59:33.281-0400 INFO main Bootstrap event.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.max-threads 200 200
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.min-threads 8 8
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.record-request-complete true true
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.request-timeout 5.00m 5.00m
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.selector-count 2 2
2019-05-22T11:59:33.282-0400 INFO main Bootstrap event.http-client.socks-proxy null null
2019-05-22T11:59:33.283-0400 INFO main Bootstrap event.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.283-0400 INFO main Bootstrap event.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.283-0400 INFO main Bootstrap event.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.283-0400 INFO main Bootstrap event.http-client.trust-store-path null null
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.use-blocking-connect false false
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.283-0400 INFO main Bootstrap failure-detector.http-client.https.included-cipher [] []
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.idle-timeout 1.00m 1.00m
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.keep-alive-interval null null
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.key-store-path null null
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.log.compression.enabled true true
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.log.enabled false false
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.log.max-history 15 15
2019-05-22T11:59:33.284-0400 INFO main Bootstrap failure-detector.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.max-connections 200 200
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.max-connections-per-server 20 20
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.max-threads 200 200
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.min-threads 8 8
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.record-request-complete true true
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.request-timeout 5.00m 5.00m
2019-05-22T11:59:33.285-0400 INFO main Bootstrap failure-detector.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.286-0400 INFO main Bootstrap failure-detector.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.286-0400 INFO main Bootstrap failure-detector.http-client.selector-count 2 2
2019-05-22T11:59:33.286-0400 INFO main Bootstrap failure-detector.http-client.socks-proxy null null
2019-05-22T11:59:33.286-0400 INFO main Bootstrap failure-detector.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.286-0400 INFO main Bootstrap failure-detector.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.286-0400 INFO main Bootstrap failure-detector.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.286-0400 INFO main Bootstrap failure-detector.http-client.trust-store-path null null
2019-05-22T11:59:33.286-0400 INFO main Bootstrap memoryManager.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.286-0400 INFO main Bootstrap memoryManager.http-client.use-blocking-connect false false
2019-05-22T11:59:33.286-0400 INFO main Bootstrap memoryManager.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.286-0400 INFO main Bootstrap memoryManager.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.286-0400 INFO main Bootstrap memoryManager.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.286-0400 INFO main Bootstrap memoryManager.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.https.included-cipher [] []
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.idle-timeout 30.00s 30.00s
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.keep-alive-interval null null
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.key-store-path null null
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.log.compression.enabled true true
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.log.enabled false false
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.287-0400 INFO main Bootstrap memoryManager.http-client.log.max-history 15 15
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.max-connections 200 200
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.max-connections-per-server 20 20
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.max-threads 200 200
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.min-threads 8 8
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.record-request-complete true true
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.request-timeout 10.00s 10.00s
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.selector-count 2 2
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.socks-proxy null null
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.288-0400 INFO main Bootstrap memoryManager.http-client.trust-store-path null null
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.use-blocking-connect false false
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.https.included-cipher [] []
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.idle-timeout 30.00s 30.00s
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.keep-alive-interval null null
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.289-0400 INFO main Bootstrap node-manager.http-client.key-store-path null null
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.compression.enabled true true
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.enabled false false
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.max-history 15 15
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.max-connections 200 200
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.max-connections-per-server 20 20
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.max-threads 200 200
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.min-threads 8 8
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.record-request-complete true true
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.290-0400 INFO main Bootstrap node-manager.http-client.request-timeout 10.00s 10.00s
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.selector-count 2 2
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.socks-proxy null null
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.291-0400 INFO main Bootstrap node-manager.http-client.trust-store-path null null
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.use-blocking-connect false false
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.https.included-cipher [] []
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.idle-timeout 30.00s 30.00s
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.keep-alive-interval null null
2019-05-22T11:59:33.291-0400 INFO main Bootstrap exchange.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.key-store-path null null
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.compression.enabled true true
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.enabled false false
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.max-history 15 15
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.max-connections 200 200
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.max-connections-per-server 250 250
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.max-content-length 32MB 32MB
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.max-threads 200 200
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.min-threads 8 8
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.record-request-complete true true
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.292-0400 INFO main Bootstrap exchange.http-client.request-timeout 10.00s 10.00s
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.selector-count 2 2
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.socks-proxy null null
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.293-0400 INFO main Bootstrap exchange.http-client.trust-store-path null null
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.use-blocking-connect false false
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.https.included-cipher [] []
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.idle-timeout 30.00s 30.00s
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.keep-alive-interval null null
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.293-0400 INFO main Bootstrap scheduler.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.key-store-path null null
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.compression.enabled true true
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.enabled false false
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.max-history 15 15
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.max-connections 200 200
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.max-connections-per-server 250 250
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.max-threads 200 200
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.min-threads 8 8
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.record-request-complete true true
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.request-timeout 10.00s 10.00s
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.294-0400 INFO main Bootstrap scheduler.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.295-0400 INFO main Bootstrap scheduler.http-client.selector-count 2 2
2019-05-22T11:59:33.295-0400 INFO main Bootstrap scheduler.http-client.socks-proxy null null
2019-05-22T11:59:33.295-0400 INFO main Bootstrap scheduler.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.295-0400 INFO main Bootstrap scheduler.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.295-0400 INFO main Bootstrap scheduler.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.295-0400 INFO main Bootstrap scheduler.http-client.trust-store-path null null
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.authentication.enabled false false Enable client authentication
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.use-blocking-connect false false
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.connect-timeout 5.00s 5.00s
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.http2.enabled false false Enable the HTTP/2 transport
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.https.included-cipher [] []
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.idle-timeout 1.00m 1.00m
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.keep-alive-interval null null
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.authentication.krb5.name-type HOSTBASED_SERVICE HOSTBASED_SERVICE Set kerberos GSS name type
2019-05-22T11:59:33.295-0400 INFO main Bootstrap workerInfo.http-client.authentication.krb5.principal null null Set kerberos client principal
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.authentication.krb5.remote-service-name null null Set kerberos service principal name
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.authentication.krb5.service-principal-pattern ${SERVICE}@${HOST} ${SERVICE}@${HOST} Set kerberos service principal pattern
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.key-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.key-store-path null null
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.buffer-size 1MB 1MB
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.compression.enabled true true
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.enabled false false
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.flush-interval 10.00s 10.00s
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.max-history 15 15
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.max-size 1GB 1GB
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.path var/log/ var/log/ The name of the log file will be prefixed with the name of the HTTP client (-http-client.log)
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.log.queue-size 10000 10000
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.max-connections 200 200
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.max-connections-per-server 20 20
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.max-content-length 16MB 16MB
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.max-requests-queued-per-destination 1024 1024
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.max-threads 200 200
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.min-threads 8 8
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.record-request-complete true true
2019-05-22T11:59:33.296-0400 INFO main Bootstrap workerInfo.http-client.request-buffer-size 4kB 4kB
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.request-timeout 5.00m 5.00m
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.response-buffer-size 16kB 16kB
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.secure-random-algorithm null null
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.selector-count 2 2
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.socks-proxy null null
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.timeout-concurrency 1 1 Number of concurrent locks for timeout
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.timeout-threads 1 1 Total number of timeout threads
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.trust-store-password [REDACTED] [REDACTED]
2019-05-22T11:59:33.297-0400 INFO main Bootstrap workerInfo.http-client.trust-store-path null null
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http.authentication.krb5.config null null Set kerberos configuration path
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http.authentication.krb5.credential-cache null null Set kerberos credential cache path
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http.authentication.krb5.keytab null null Set kerberos key table path
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http.authentication.krb5.use-canonical-hostname true true Canonicalize service hostname using the DNS reverse lookup
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.admin.enabled false false
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.admin.threads.max 200 200
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.admin.threads.min 2 2
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.admin.port 0 0
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.http2.session-receive-window-size 16MB 16MB Initial size of session's flow control receive window for HTTP/2
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.http2.stream-receive-window-size 16MB 16MB Initial size of stream's flow control receive window for HTTP/2
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.http2.input-buffer-size 8kB 8kB Size of the buffer used to read from the network for HTTP/2
2019-05-22T11:59:33.297-0400 INFO main Bootstrap http-server.http2.max-concurrent-streams 16384 16384 Maximum concurrent streams per connection for HTTP/2
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.http2.stream-idle-timeout 15.00s 15.00s
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.accept-queue-size 8000 8000
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.http.acceptor-threads null null
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.http.enabled true true
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.http.port 8080 8080
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.http.selector-threads null null
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.acceptor-threads null null
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.enabled false false
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.excluded-cipher [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] [^._(MD5|SHA|SHA1)$, ^TLS_RSA_.$, ^SSL_.$, ^._NULL_.$, ^._anon_.$] Setting this config property overwrites Jetty's default excluded cipher suites
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.included-cipher [] []
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.port 8443 8443
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.selector-threads null null
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.keymanager.password [REDACTED] [REDACTED]
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.keystore.key [REDACTED] [REDACTED]
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.https.keystore.path null null
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.log.compression.enabled true true
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.log.enabled true true
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.log.max-history 15 15
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.log.max-size 100MB 100MB
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.log.path var/log/http-request.log var/log/http-request.log
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.log.queue-size 10000 10000
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.max-request-header-size null null
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.max-response-header-size null null
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.threads.max 200 200
2019-05-22T11:59:33.298-0400 INFO main Bootstrap http-server.threads.min 2 2
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.net.max-idle-time 200.00s 200.00s
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.https.secure-random-algorithm null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.show-stack-trace true true Show the stack trace when generating an error response
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.https.ssl-session-cache-size 10000 10000
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.https.ssl-session-timeout 4.00h 4.00h
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.threads.max-idle-time 1.00m 1.00m
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.https.truststore.key [REDACTED] [REDACTED]
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.https.truststore.path null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap http-server.auth.users-file null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap jmx.rmiregistry.port null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap jmx.rmiserver.port null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.binary-spec null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.config-spec null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.environment null production
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.internal-address-source IP IP
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.location null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.bind-ip null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.external-address null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.id null ffffffff-fff8-ffff-ffff-fff1f7fffffe
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.internal-address null null
2019-05-22T11:59:33.299-0400 INFO main Bootstrap node.pool general general
2019-05-22T11:59:33.299-0400 INFO main Bootstrap event.max-output-stage-size 16MB 16MB
2019-05-22T11:59:33.299-0400 INFO main Bootstrap query.client.timeout 5.00m 5.00m
2019-05-22T11:59:33.299-0400 INFO main Bootstrap query.initial-hash-partitions 100 100
2019-05-22T11:59:33.299-0400 INFO main Bootstrap query-manager.initialization-required-workers 1 1 Minimum number of workers that must be available before the cluster will accept queries
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query-manager.initialization-timeout 5.00m 5.00m After this time, the cluster will accept queries even if the minimum required workers are not available
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-concurrent-queries 1000 1000
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-history 100 100
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-length 1000000 1000000
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-queued-queries 5000 5000
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-stage-count 100 100
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.min-expire-age 15.00m 15.00m
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.min-schedule-split-batch-size 100 100
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.execution-policy all-at-once all-at-once
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.manager-executor-pool-size 5 5
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-cpu-time 1000000000.00d 1000000000.00d
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-execution-time 100.00d 100.00d
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.max-run-time 100.00d 100.00d
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.remote-task.max-callback-threads 1000 1000
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.remote-task.max-error-duration 5.00m 5.00m
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.remote-task.min-error-duration 5.00m 5.00m
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query-manager.required-workers 1 1 Minimum number of active workers that must be available before a query will start
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query-manager.required-workers-max-wait 5.00m 5.00m Maximum time to wait for minimum number of workers before the query is failed
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.schedule-split-batch-size 1000 1000
2019-05-22T11:59:33.300-0400 INFO main Bootstrap query.stage-count-warning-threshold 50 50 Emit a warning when stage count exceeds this threshold
2019-05-22T11:59:33.300-0400 INFO main Bootstrap task.client.timeout 2.00m 2.00m
2019-05-22T11:59:33.300-0400 INFO main Bootstrap task.http-response-threads 100 100
2019-05-22T11:59:33.300-0400 INFO main Bootstrap task.http-timeout-threads 3 3
2019-05-22T11:59:33.300-0400 INFO main Bootstrap task.info.max-age 15.00m 15.00m
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.info-update-interval 3.00s 3.00s Interval between updating task data
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.initial-splits-per-node 16 16
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.level-time-multiplier 2 2 Factor that determines the target scheduled time for a level relative to the next
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.max-drivers-per-task 2147483647 2147483647 Maximum number of drivers a task can run
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.max-index-memory 64MB 64MB
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.max-local-exchange-buffer-size 32MB 32MB
2019-05-22T11:59:33.301-0400 INFO main Bootstrap driver.max-page-partitioning-buffer-size 32MB 32MB
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.max-partial-aggregation-memory 16MB 16MB
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.max-worker-threads 16 16
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.min-drivers 32 32
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.min-drivers-per-task 3 3 Minimum number of drivers guaranteed to run per task given there is sufficient work to do
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.per-operator-cpu-timer-enabled true true
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.share-index-loading false false
2019-05-22T11:59:33.301-0400 INFO main Bootstrap sink.max-buffer-size 32MB 32MB
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.split-concurrency-adjustment-interval 100.00ms 100.00ms
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.statistics-cpu-timer-enabled true true
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.status-refresh-max-wait 1.00s 1.00s
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.concurrency 16 16 Default number of local parallel jobs per worker
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.cpu-timer-enabled true true
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.task-notification-threads 5 5 Number of threads used for internal task event notifications
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.task-yield-threads 3 3 Number of threads used for setting yield signals
2019-05-22T11:59:33.301-0400 INFO main Bootstrap task.writer-count 1 1 Number of writers per task
2019-05-22T11:59:33.302-0400 INFO main Bootstrap node-scheduler.include-coordinator true true
2019-05-22T11:59:33.302-0400 INFO main Bootstrap node-scheduler.max-pending-splits-per-task 10 10
2019-05-22T11:59:33.302-0400 INFO main Bootstrap node-scheduler.max-splits-per-node 100 100
2019-05-22T11:59:33.302-0400 INFO main Bootstrap node-scheduler.min-candidates 10 10
2019-05-22T11:59:33.302-0400 INFO main Bootstrap node-scheduler.network-topology legacy legacy
2019-05-22T11:59:33.302-0400 INFO main Bootstrap warning-collector.max-warnings 2147483647 2147483647
2019-05-22T11:59:33.302-0400 INFO main Bootstrap failure-detector.enabled true true
2019-05-22T11:59:33.302-0400 INFO main Bootstrap failure-detector.expiration-grace-interval 10.00m 10.00m How long to wait before 'forgetting' a service after it disappears from discovery
2019-05-22T11:59:33.302-0400 INFO main Bootstrap failure-detector.threshold 0.1 0.1
2019-05-22T11:59:33.302-0400 INFO main Bootstrap failure-detector.heartbeat-interval 500.00ms 500.00ms
2019-05-22T11:59:33.302-0400 INFO main Bootstrap failure-detector.warmup-interval 5.00s 5.00s How long to wait after transitioning to success before considering a service alive
2019-05-22T11:59:33.303-0400 INFO main Bootstrap query.low-memory-killer.delay 5.00m 5.00m Delay between cluster running low on memory and invoking killer
2019-05-22T11:59:33.303-0400 INFO main Bootstrap query.low-memory-killer.policy none none
2019-05-22T11:59:33.303-0400 INFO main Bootstrap query.max-memory 20GB 50GB
2019-05-22T11:59:33.303-0400 INFO main Bootstrap query.max-total-memory 40GB 100GB
2019-05-22T11:59:33.303-0400 INFO main Bootstrap memory.heap-headroom-per-node 5153960755.20B 5153960755.20B The amount of heap memory to set aside as headroom/buffer (e.g., for untracked allocations)
2019-05-22T11:59:33.303-0400 INFO main Bootstrap query.max-memory-per-node 1717986918.40B 2GB
2019-05-22T11:59:33.303-0400 INFO main Bootstrap query.max-total-memory-per-node 5153960755.20B 4GB
2019-05-22T11:59:33.303-0400 INFO main Bootstrap experimental.reserved-pool-enabled true true
2019-05-22T11:59:33.303-0400 INFO main Bootstrap catalog.config-dir etc/catalog etc/catalog
2019-05-22T11:59:33.303-0400 INFO main Bootstrap catalog.disabled-catalogs null null
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.acknowledge-pages true true
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.client-threads 25 25
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.concurrent-request-multiplier 3 3
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.max-buffer-size 32MB 32MB
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.max-error-duration 5.00m 5.00m
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.max-response-size 16MB 16MB
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.min-error-duration 5.00m 5.00m
2019-05-22T11:59:33.303-0400 INFO main Bootstrap exchange.page-buffer-client.max-callback-threads 25 25
2019-05-22T11:59:33.303-0400 INFO main Bootstrap discovery-server.enabled false true
2019-05-22T11:59:33.303-0400 INFO main Bootstrap internal-communication.https.required false false
2019-05-22T11:59:33.303-0400 INFO main Bootstrap internal-communication.kerberos.enabled false false
2019-05-22T11:59:33.303-0400 INFO main Bootstrap internal-communication.kerberos.use-canonical-hostname true true
2019-05-22T11:59:33.303-0400 INFO main Bootstrap internal-communication.https.keystore.key [REDACTED] [REDACTED]
2019-05-22T11:59:33.303-0400 INFO main Bootstrap internal-communication.https.keystore.path null null
2019-05-22T11:59:33.303-0400 INFO main Bootstrap jmx.base-name presto presto
2019-05-22T11:59:33.304-0400 INFO main Bootstrap plugin.dir plugin plugin
2019-05-22T11:59:33.304-0400 INFO main Bootstrap maven.repo.local /var/root/.m2/repository /var/root/.m2/repository
2019-05-22T11:59:33.304-0400 INFO main Bootstrap maven.repo.remote [http://repo1.maven.org/maven2/] [http://repo1.maven.org/maven2/]
2019-05-22T11:59:33.304-0400 INFO main Bootstrap plugin.bundles null null
2019-05-22T11:59:33.304-0400 INFO main Bootstrap coordinator true true
2019-05-22T11:59:33.304-0400 INFO main Bootstrap sql.parser.enhanced-error-reporting true true
2019-05-22T11:59:33.304-0400 INFO main Bootstrap shutdown.grace-period 2.00m 2.00m
2019-05-22T11:59:33.304-0400 INFO main Bootstrap http.include-exception-in-response true true
2019-05-22T11:59:33.304-0400 INFO main Bootstrap presto.version 311 311
2019-05-22T11:59:33.304-0400 INFO main Bootstrap http-server.authentication.type [] [] Authentication types (supported types: CERTIFICATE, KERBEROS, PASSWORD, JWT)
2019-05-22T11:59:33.305-0400 INFO main Bootstrap experimental.max-spill-per-node 100GB 100GB
2019-05-22T11:59:33.305-0400 INFO main Bootstrap experimental.query-max-spill-per-node 100GB 100GB
2019-05-22T11:59:33.305-0400 INFO main Bootstrap sql.path Optional.empty Optional.empty
2019-05-22T11:59:33.305-0400 INFO main Bootstrap experimental.aggregation-operator-unspill-memory-limit 4MB 4MB
2019-05-22T11:59:33.305-0400 INFO main Bootstrap arrayagg.implementation NEW NEW
2019-05-22T11:59:33.305-0400 INFO main Bootstrap colocated-joins-enabled false false Experimental: Use a colocated join when possible
2019-05-22T11:59:33.305-0400 INFO main Bootstrap concurrent-lifespans-per-task 0 0 Experimental: Default number of lifespans that run in parallel on each task when grouped execution is enabled
2019-05-22T11:59:33.305-0400 INFO main Bootstrap cpu-cost-weight 75.0 75.0
2019-05-22T11:59:33.305-0400 INFO main Bootstrap optimizer.default-filter-factor-enabled false false
2019-05-22T11:59:33.305-0400 INFO main Bootstrap optimizer.dictionary-aggregation false false
2019-05-22T11:59:33.305-0400 INFO main Bootstrap distributed-index-joins-enabled false false
2019-05-22T11:59:33.305-0400 INFO main Bootstrap distributed-sort true true
2019-05-22T11:59:33.306-0400 INFO main Bootstrap dynamic-schedule-for-grouped-execution false false Experimental: Use dynamic schedule for grouped execution when possible
2019-05-22T11:59:33.306-0400 INFO main Bootstrap enable-forced-exchange-below-group-id true true
2019-05-22T11:59:33.306-0400 INFO main Bootstrap optimizer.enable-intermediate-aggregations false false
2019-05-22T11:59:33.306-0400 INFO main Bootstrap experimental.enable-stats-calculator true true
2019-05-22T11:59:33.306-0400 INFO main Bootstrap exchange.compression-enabled false false
2019-05-22T11:59:33.306-0400 INFO main Bootstrap fast-inequality-joins true true Use faster handling of inequality joins if it is possible
2019-05-22T11:59:33.306-0400 INFO main Bootstrap experimental.filter-and-project-min-output-page-row-count 256 256
2019-05-22T11:59:33.306-0400 INFO main Bootstrap experimental.filter-and-project-min-output-page-size 500kB 500kB
2019-05-22T11:59:33.306-0400 INFO main Bootstrap optimizer.force-single-node-output true true
2019-05-22T11:59:33.306-0400 INFO main Bootstrap grouped-execution-enabled false false Experimental: Use grouped execution when possible
2019-05-22T11:59:33.306-0400 INFO main Bootstrap histogram.implementation NEW NEW
2019-05-22T11:59:33.306-0400 INFO main Bootstrap optimizer.ignore-stats-calculator-failures true true Ignore statistics calculator failures
2019-05-22T11:59:33.306-0400 INFO main Bootstrap experimental.iterative-optimizer-enabled true true
2019-05-22T11:59:33.306-0400 INFO main Bootstrap experimental.iterative-optimizer-timeout 3.00m 3.00m
2019-05-22T11:59:33.306-0400 INFO main Bootstrap join-distribution-type PARTITIONED PARTITIONED
2019-05-22T11:59:33.306-0400 INFO main Bootstrap join-max-broadcast-table-size null null Maximum estimated size of a table that can be broadcast when using automatic join type selection
2019-05-22T11:59:33.306-0400 INFO main Bootstrap optimizer.join-reordering-strategy ELIMINATE_CROSS_JOINS ELIMINATE_CROSS_JOINS The strategy to use for reordering joins
2019-05-22T11:59:33.306-0400 INFO main Bootstrap deprecated.legacy-timestamp true true
2019-05-22T11:59:33.306-0400 INFO main Bootstrap analyzer.max-grouping-sets 2048 2048
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.max-reordered-joins 9 9 The maximum number of tables to reorder in cost-based join reordering
2019-05-22T11:59:33.307-0400 INFO main Bootstrap memory-cost-weight 10.0 10.0
2019-05-22T11:59:33.307-0400 INFO main Bootstrap experimental.memory-revoking-target 0.5 0.5 When revoking memory, try to revoke so much that pool is filled below target at the end
2019-05-22T11:59:33.307-0400 INFO main Bootstrap experimental.memory-revoking-threshold 0.9 0.9 Revoke memory when memory pool is filled over threshold
2019-05-22T11:59:33.307-0400 INFO main Bootstrap multimapagg.implementation NEW NEW
2019-05-22T11:59:33.307-0400 INFO main Bootstrap network-cost-weight 15.0 15.0
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.optimize-hash-generation true true
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.optimize-metadata-queries false false
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.optimize-mixed-distinct-aggregations false false
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.optimize-top-n-row-number true true
2019-05-22T11:59:33.307-0400 INFO main Bootstrap pages-index.eager-compaction-enabled false false
2019-05-22T11:59:33.307-0400 INFO main Bootstrap parse-decimal-literals-as-double false false
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.prefer-partial-aggregation true true
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.push-aggregation-through-join true true
2019-05-22T11:59:33.307-0400 INFO main Bootstrap optimizer.push-table-write-through-union true true
2019-05-22T11:59:33.307-0400 INFO main Bootstrap re2j.dfa-retries 5 5
2019-05-22T11:59:33.307-0400 INFO main Bootstrap re2j.dfa-states-limit 2147483647 2147483647
2019-05-22T11:59:33.307-0400 INFO main Bootstrap redistribute-writes true true
2019-05-22T11:59:33.307-0400 INFO main Bootstrap regex-library JONI JONI
2019-05-22T11:59:33.307-0400 INFO main Bootstrap scale-writers false false
2019-05-22T11:59:33.307-0400 INFO main Bootstrap spatial-joins-enabled true true Use spatial index for spatial joins when possible
2019-05-22T11:59:33.308-0400 INFO main Bootstrap experimental.spill-enabled false false
2019-05-22T11:59:33.308-0400 INFO main Bootstrap experimental.spiller-max-used-space-threshold 0.9 0.9
2019-05-22T11:59:33.308-0400 INFO main Bootstrap experimental.spill-order-by true true
2019-05-22T11:59:33.308-0400 INFO main Bootstrap experimental.spill-window-operator true true
2019-05-22T11:59:33.308-0400 INFO main Bootstrap experimental.spiller-spill-path [] []
2019-05-22T11:59:33.308-0400 INFO main Bootstrap experimental.spiller-threads 4 4
2019-05-22T11:59:33.308-0400 INFO main Bootstrap optimizer.use-mark-distinct true true
2019-05-22T11:59:33.308-0400 INFO main Bootstrap experimental.work-processor-pipelines false false
2019-05-22T11:59:33.308-0400 INFO main Bootstrap writer-min-size 32MB 32MB Target minimum size of writer output when scaling writers
2019-05-22T11:59:33.308-0400 INFO main Bootstrap compiler.expression-cache-size 10000 10000
2019-05-22T11:59:33.308-0400 INFO main Bootstrap transaction.idle-check-interval 1.00m 1.00m Time interval between idle transactions checks
2019-05-22T11:59:33.308-0400 INFO main Bootstrap transaction.idle-timeout 5.00m 5.00m Amount of time before an inactive transaction is considered expired
2019-05-22T11:59:33.309-0400 INFO main Bootstrap transaction.max-finishing-concurrency 1 1 Maximum parallelism for committing or aborting a transaction
2019-05-22T11:59:34.507-0400 WARN main io.airlift.jmx.JmxAgent Cannot determine if JMX agent is already running (not an Oracle JVM?). Will try to start it manually.
2019-05-22T11:59:34.540-0400 INFO main io.airlift.jmx.JmxAgent JMX agent started and listening on luolixuandeMacBook-Pro.local:55998
2019-05-22T11:59:37.837-0400 INFO main org.eclipse.jetty.server.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
2019-05-22T11:59:38.136-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.ServerInfoResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.ServerInfoResource will be ignored.
2019-05-22T11:59:38.136-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.StageResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.StageResource will be ignored.
2019-05-22T11:59:38.136-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.TaskExecutorResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.TaskExecutorResource will be ignored.
2019-05-22T11:59:38.136-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.QueryStateInfoResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.QueryStateInfoResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.StatusResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.StatusResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.protocol.StatementResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.protocol.StatementResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.airlift.discovery.store.StoreResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.airlift.discovery.store.StoreResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.QueryResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.QueryResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.airlift.jmx.MBeanResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.airlift.jmx.MBeanResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.ThreadResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.ThreadResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.memory.MemoryResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.memory.MemoryResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.WebUiResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.WebUiResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.ClusterStatsResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.ClusterStatsResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.ResourceGroupStateInfoResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.ResourceGroupStateInfoResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.airlift.discovery.server.DynamicAnnouncementResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.airlift.discovery.server.DynamicAnnouncementResource will be ignored.
2019-05-22T11:59:38.137-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.NodeResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.NodeResource will be ignored.
2019-05-22T11:59:38.138-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.TaskResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.TaskResource will be ignored.
2019-05-22T11:59:38.138-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.prestosql.server.WorkerResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.prestosql.server.WorkerResource will be ignored.
2019-05-22T11:59:38.138-0400 WARN main org.glassfish.jersey.internal.inject.Providers A provider io.airlift.discovery.server.ServiceResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider io.airlift.discovery.server.ServiceResource will be ignored.
2019-05-22T11:59:38.349-0400 WARN main org.glassfish.jersey.internal.Errors The following warnings have been detected: WARNING: Parameter 2 of type io.prestosql.execution.resourcegroups.ResourceGroupManager from public io.prestosql.server.QueryStateInfoResource(io.prestosql.execution.QueryManager,io.prestosql.execution.resourcegroups.ResourceGroupManager) is not resolvable to a concrete type.
WARNING: Parameter 2 of type io.prestosql.execution.resourcegroups.ResourceGroupManager from public io.prestosql.server.QueryStateInfoResource(io.prestosql.execution.QueryManager,io.prestosql.execution.resourcegroups.ResourceGroupManager) is not resolvable to a concrete type.
WARNING: Parameter 1 of type io.prestosql.execution.resourcegroups.ResourceGroupManager from public io.prestosql.server.ResourceGroupStateInfoResource(io.prestosql.execution.resourcegroups.ResourceGroupManager) is not resolvable to a concrete type.

2019-05-22T11:59:38.351-0400 INFO main org.eclipse.jetty.server.handler.ContextHandler Started o.e.j.s.ServletContextHandler@496cc217{/,null,AVAILABLE,@http}
2019-05-22T11:59:38.359-0400 INFO main org.eclipse.jetty.server.AbstractConnector Started http@b5aa65b{HTTP/1.1,[http/1.1, h2c]}{0.0.0.0:8080}
2019-05-22T11:59:38.360-0400 INFO main org.eclipse.jetty.server.Server Started @6749ms
2019-05-22T11:59:38.885-0400 INFO main io.airlift.bootstrap.LifeCycleManager Life cycle starting...
2019-05-22T11:59:38.886-0400 INFO main io.airlift.bootstrap.LifeCycleManager Life cycle startup complete. System ready.
2019-05-22T11:59:38.889-0400 INFO main io.prestosql.server.PrestoServerWorking directory: /private/var/presto/data
2019-05-22T11:59:38.889-0400 INFO main io.prestosql.server.PrestoServerEtc directory: /Users/luolixuan/Desktop/blockchain_research/presto-ethereum-pac/presto-server-311/etc
2019-05-22T11:59:38.890-0400 INFO main io.prestosql.server.PluginManage-- Loading plugin /private/var/presto/data/plugin/accumulo --
2019-05-22T11:59:38.908-0400 INFO main io.prestosql.server.PluginManageInstalling io.prestosql.plugin.accumulo.AccumuloPlugin
2019-05-22T11:59:38.916-0400 INFO main io.prestosql.server.PluginManageRegistering connector accumulo
2019-05-22T11:59:38.921-0400 INFO main io.prestosql.server.PluginManageRegistering functions from io.prestosql.plugin.accumulo.udf.AccumuloStringFunctions
2019-05-22T11:59:38.924-0400 INFO main io.prestosql.server.PluginManage-- Finished loading plugin /private/var/presto/data/plugin/accumulo --
2019-05-22T11:59:38.924-0400 INFO main io.prestosql.server.PluginManage-- Loading plugin /private/var/presto/data/plugin/atop --
2019-05-22T11:59:38.934-0400 INFO main io.prestosql.server.PluginManageInstalling io.prestosql.plugin.atop.AtopPlugin
2019-05-22T11:59:38.944-0400 INFO main io.prestosql.server.PluginManageRegistering connector atop
2019-05-22T11:59:38.945-0400 INFO main io.prestosql.server.PluginManage-- Finished loading plugin /private/var/presto/data/plugin/atop --
2019-05-22T11:59:38.945-0400 INFO main io.prestosql.server.PluginManage-- Loading plugin /private/var/presto/data/plugin/blackhole --
2019-05-22T11:59:38.949-0400 INFO main io.prestosql.server.PluginManageInstalling io.prestosql.plugin.blackhole.BlackHolePlugin
2019-05-22T11:59:38.958-0400 INFO main io.prestosql.server.PluginManageRegistering connector blackhole
2019-05-22T11:59:38.959-0400 INFO main io.prestosql.server.PluginManage-- Finished loading plugin /private/var/presto/data/plugin/blackhole --
2019-05-22T11:59:38.959-0400 INFO main io.prestosql.server.PluginManage-- Loading plugin /private/var/presto/data/plugin/cassandra --
2019-05-22T11:59:38.974-0400 INFO main io.prestosql.server.PluginManageInstalling io.prestosql.plugin.cassandra.CassandraPlugin
2019-05-22T11:59:38.981-0400 INFO main io.prestosql.server.PluginManageRegistering connector cassandra
2019-05-22T11:59:38.983-0400 INFO main io.prestosql.server.PluginManage-- Finished loading plugin /private/var/presto/data/plugin/cassandra --
2019-05-22T11:59:38.983-0400 INFO main io.prestosql.server.PluginManage-- Loading plugin /private/var/presto/data/plugin/ethereum --
2019-05-22T11:59:39.007-0400 ERROR main io.prestosql.server.PrestoServerNo service providers of type io.prestosql.spi.Plugin
java.lang.IllegalStateException: No service providers of type io.prestosql.spi.Plugin
at com.google.common.base.Preconditions.checkState(Preconditions.java:588)
at io.prestosql.server.PluginManager.loadPlugin(PluginManager.java:166)
at io.prestosql.server.PluginManager.loadPlugin(PluginManager.java:157)
at io.prestosql.server.PluginManager.loadPlugins(PluginManager.java:138)
at io.prestosql.server.PrestoServer.run(PrestoServer.java:125)
at io.prestosql.server.PrestoServer.main(PrestoServer.java:70)

2019-05-22T11:59:39.007-0400 INFO Thread-93 io.airlift.bootstrap.LifeCycleManager Life cycle stopping...`

The error is No service providers of type io.prestosql.spi.Plugin, Could you please help me? Thanks in advance.

Most helpful comment

I've just encountered this No service providers of type io.prestosql.spi.Plugin error myself and for my case even after changing all lines of code that refer to com.facebook.presto to io.prestosql I still got the same error.

It turned out to be more of a Java's Service Provider Interface (SPI) config issue than a prestosql issue. There was a resource file named resources/META-INF/services/com.facebook.presto.spi.Plugin that defined the fully qualified name of my plugin implementation so Java know where to look. I changed the name of that file to io.prestosql.spi.Plugin and it worked! This seems to be the service definition that the presto server was looking for.

All 5 comments

@luolixuan This page (https://prestodb.github.io/docs/current/develop/spi-overview.html) talks about how plugins is supposed to be added. Did you add corresponding information into META-INF/services?

We encourage people to use package from prestodb to have better support in this forum :)

@luolixuan I see you're using Presto 311. Issues against this version can be reported at https://github.com/prestosql/presto/issues
However, the best place to ask in case of any problem is #troubleshooting channel on Presto Slack. Get an invite on https://prestosql.io/community.html.
Slack channel is much more effective for typical problem solving.

@findepi @shixuan-fan Yes. I am using Ethereum presto try to get the data of Ethereum block chain. I am following the instructions in this repo to deploy presto.

https://github.com/xiaoyao1991/presto-ethereum

He is using presto 311 and connect to the Ethereum connector written by himself. I read through his code and found that he imported com.facebook.presto.spi.Plugin:
image

But don't know why there is still such error. I would join slack first. Thanks!

I've just encountered this No service providers of type io.prestosql.spi.Plugin error myself and for my case even after changing all lines of code that refer to com.facebook.presto to io.prestosql I still got the same error.

It turned out to be more of a Java's Service Provider Interface (SPI) config issue than a prestosql issue. There was a resource file named resources/META-INF/services/com.facebook.presto.spi.Plugin that defined the fully qualified name of my plugin implementation so Java know where to look. I changed the name of that file to io.prestosql.spi.Plugin and it worked! This seems to be the service definition that the presto server was looking for.

I changed the name of that file to io.prestosql.spi.Plugin and it worked!

@taivo thanks for sharing this. Please note that Presto SQL (io.prestosql) releases are maintained at https://github.com/prestosql/presto.
Also, on the Presto Community Slack (https://prestosql.io/community.html) there is the #troubleshooting channel where you can always get help.

Was this page helpful?
0 / 5 - 0 ratings