Server error, status code: 503, error code: 170015, message: Runner is unavailable: Process Guid: <App-Instance-GUID>: Connection refused - Connection refused - connect(2) for "bbs.service.cf.internal" port 8889 (bbs.service.cf.internal:8889)
{"timestamp":"2019-10-01T15:56:36.524833203Z","level":"error","source":"bbs","message":"bbs.locket-lock.lost-lock","data":{"duration":15000212109,"error":"rpc error: code = 4 desc = context deadline exceeded","lock":{"key":"bbs","owner":"bb26bd04-0ae6-45bf-ad97-42751433fee4","type":"lock","type_code":1},"request-uuid":"c3cf1ac7-cb96-4c6c-465e-ba332ff71398","session":"4","ttl_in_seconds":15}}
InnoDB: Difficult to find free blocks in the buffer pool (1587 search iterations)! 0 failed attempts to flush a page! Consider increasing the buffer pool size. It is also possible that in your Unix version fsync is very slow, or completely frozen inside the OS kernel. Then upgrading to a newer version of your operating system may help. Look at the number of fsyncs in diagnostic info below. Pending flushes (fsync) log: 1; buffer pool: 0. 1154586110 OS file reads, 328304199 OS file writes, 30369677 OS fsyncs. Starting InnoDB Monitor to print further diagnostics to the standard output.
innodb_buffer_pool_size
of 2GB. cat >> remove_hardcoded_buffer_pool_limit.yml << EOF --- - type: remove path: /instance_groups/name=mysql/jobs/name=pxc-mysql/properties/engine_config/innodb_buffer_pool_size EOF
cat >> remove_hardcoded_buffer_pool_limit.yml << EOF --- - type: remove path: /instance_groups/name=database/jobs/name=pxc-mysql/properties/engine_config/innodb_buffer_pool_size EOF
bosh deployments
to get the exact name of the affected Cloud Foundry. The output should be something like cf-5023942340
.bosh -d NAME-FROM-STEP-2 manifest > cf-manifest.yml
bosh -d NAME-FROM-STEP-2 deploy cf-manifest.yml -o remove-buffer-pool-limit.yml
. You should see an output similar to the following:
Using deployment 'NAME-FROM-STEP-2' instance_groups: - name: database jobs: - name: pxc-mysql properties: engine_config: - innodb_buffer_pool_size: "<redacted>" Continue? [yN]: