|
Re: cf stop not sending SIGTERM
Hi, William,
What version of the Java buildpack are you using? The introduction of the
memory calculator in v3.1 resulted in a more complicated start-command that
meant the app's java process
Hi, William,
What version of the Java buildpack are you using? The introduction of the
memory calculator in v3.1 resulted in a more complicated start-command that
meant the app's java process
|
By
Eric Malm <emalm@...>
·
#4513
·
|
|
Re: cf v233 api_z1/api_z2 failing
Hi Ranga,
Looking at your logs we found an error that could possibly cause this and
it is related to the properties.apps_domain in the deployment manifest. By
setting it to 'b%()osh-lite.com' (using
Hi Ranga,
Looking at your logs we found an error that could possibly cause this and
it is related to the properties.apps_domain in the deployment manifest. By
setting it to 'b%()osh-lite.com' (using
|
By
Peter Goetz <peter.gtz@...>
·
#4512
·
|
|
Re: CF 212 - service in "delete failed" -> how to remove it properly?
`cf curl /v2/service_instances/#{service_guid}?purge=true -X DELETE` should
delete stuck service records.
`cf service --guid #{service_name}` will get you the service guid to use in
the above
`cf curl /v2/service_instances/#{service_guid}?purge=true -X DELETE` should
delete stuck service records.
`cf service --guid #{service_name}` will get you the service guid to use in
the above
|
By
Natalie Bennett
·
#4511
·
|
|
Re: cf v233 api_z1/api_z2 failing
Hi Peter,
Attaching /var/vcap/sys/log/cloud_controller_worker/cloud_controller_worker.log.gz
and /var/vcap/sys/log/cloud_controller_worker_ctl.log.gz. There isn't
Hi Peter,
Attaching /var/vcap/sys/log/cloud_controller_worker/cloud_controller_worker.log.gz
and /var/vcap/sys/log/cloud_controller_worker_ctl.log.gz. There isn't
|
By
Ranga Rajagopalan
·
#4510
·
|
|
cf stop not sending SIGTERM
I'm not seeing graceful shutdown behaviour when I cf stop a Java app. By the looks of Garden SIGTERM is sent and if the process is still alive after 10 seconds SIGKILL is sent:
I'm not seeing graceful shutdown behaviour when I cf stop a Java app. By the looks of Garden SIGTERM is sent and if the process is still alive after 10 seconds SIGKILL is sent:
|
By
Will Tran
·
#4509
·
|
|
Re: cf v233 api_z1/api_z2 failing
Hi Ranga,
To trouble-shoot this issue could you also provide the contents of
/var/vcap/sys/log/cloud_controller_ng/cloud_controller_ng.log
and
Hi Ranga,
To trouble-shoot this issue could you also provide the contents of
/var/vcap/sys/log/cloud_controller_ng/cloud_controller_ng.log
and
|
By
Peter Goetz <peter.gtz@...>
·
#4508
·
|
|
Re: [ Logging properties ] change buffer size for Containers SDOUT
Hi, Fabien,
If you're running the buildpack staging tasks on Diego cells, Jim is
correct that the executor's log-streaming system currently imposes a
hard-coded 4-KiB limit on each log line. The
Hi, Fabien,
If you're running the buildpack staging tasks on Diego cells, Jim is
correct that the executor's log-streaming system currently imposes a
hard-coded 4-KiB limit on each log line. The
|
By
Eric Malm <emalm@...>
·
#4507
·
|
|
Re: [ Logging properties ] change buffer size for Containers SDOUT
Hi Fabien,
It's a restriction that the Executor component of Diego implements. It's
not in the Loggregator code. I'm not sure of the where or why of it.
Jim
wrote:
--
Jim Campbell | Product
Hi Fabien,
It's a restriction that the Executor component of Diego implements. It's
not in the Loggregator code. I'm not sure of the where or why of it.
Jim
wrote:
--
Jim Campbell | Product
|
By
Jim CF Campbell
·
#4506
·
|
|
Re: Proposal for Service Discovery within Elastic Clusters
Hi all,
Sorry for the confusion, I originally added some extraneous docs to the
Required Reading list that people have been trying and failing to access.
Those links have been removed, the most
Hi all,
Sorry for the confusion, I originally added some extraneous docs to the
Required Reading list that people have been trying and failing to access.
Those links have been removed, the most
|
By
Amit Kumar Gupta
·
#4505
·
|
|
Re: How can we customized "404 Not Found"
We customized our 404 mapping wildcard routes to an app. We also display a
503 if the route exists.
Mike
We customized our 404 mapping wildcard routes to an app. We also display a
503 if the route exists.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#4504
·
|
|
How can we customized "404 Not Found"
When we accessing an APP which is not up or not existed, the CF will display error message like:
404 Not Found: Requested route ('test.domain.name') does not exist.
Can we customize it, and how can
When we accessing an APP which is not up or not existed, the CF will display error message like:
404 Not Found: Requested route ('test.domain.name') does not exist.
Can we customize it, and how can
|
By
Stanley Shen <meteorping@...>
·
#4503
·
|
|
Re: OpenStack Leads
Did you get a chance to review my previous email?
Let me know your thoughts!
~David
Sent: Tuesday, April 05, 2016 8:42 AM
To: 'cf-dev(a)lists.cloudfoundry.org'
Subject: OpenStack Leads
Did you get a chance to review my previous email?
Let me know your thoughts!
~David
Sent: Tuesday, April 05, 2016 8:42 AM
To: 'cf-dev(a)lists.cloudfoundry.org'
Subject: OpenStack Leads
|
By
David <David@...>
·
#4502
·
|
|
Automated Deployment of window cell for diego
Anyone know about automated deployment of window cell for diego? I've done it manually a few months back and it was very manual and error prone. Does anyone have anything that automate process?
Anyone know about automated deployment of window cell for diego? I've done it manually a few months back and it was very manual and error prone. Does anyone have anything that automate process?
|
By
Long Nguyen
·
#4501
·
|
|
Re: Internal/external domains
We built the cf-haproxy-boshrelease for this (https://github.com/cloudfoundry-community/cf-haproxy-boshrelease). Check out
We built the cf-haproxy-boshrelease for this (https://github.com/cloudfoundry-community/cf-haproxy-boshrelease). Check out
|
By
Geoff Franks <geoff@...>
·
#4500
·
|
|
Static IP setup for routers on AWS
Hi,
does anybody know, why the routers got static ips in the cf-infrastructure-aws.yml file? https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-infrastructure-aws.yml#L173
Hi,
does anybody know, why the routers got static ips in the cf-infrastructure-aws.yml file? https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-infrastructure-aws.yml#L173
|
By
Engelke, Johannes <info@...>
·
#4499
·
|
|
CF 212 - service in "delete failed" -> how to remove it properly?
Hi :)
I have several organizations in which I have services in "delete failed" state. They prevent me from deleting the organization.
What is the best way to remove metadata about such
Hi :)
I have several organizations in which I have services in "delete failed" state. They prevent me from deleting the organization.
What is the best way to remove metadata about such
|
By
Rafal Radecki
·
#4498
·
|
|
[ Logging properties ] change buffer size for Containers SDOUT
Hello,
while developping an extension ofr a buildpack, related to logging event from applications, we found out that STDOUT logs where being flushed with a fixed size (because we're receving
Hello,
while developping an extension ofr a buildpack, related to logging event from applications, we found out that STDOUT logs where being flushed with a fixed size (because we're receving
|
By
Fabien Guichard
·
#4497
·
|
|
Re: Internal/external domains
Container networking is aimed at your requirement. Once it's ready, you
would deploy your apps without external routes and rely on the private
network for communication.
We expect we'll have
Container networking is aimed at your requirement. Once it's ready, you
would deploy your apps without external routes and rely on the private
network for communication.
We expect we'll have
|
By
Matthew Sykes <matthew.sykes@...>
·
#4496
·
|
|
HAproxy server connection limitation
Hi,
Is there connection limitation on HAproxy server? We had encountered a connection issue recently. HAproxy server failed to accept new connection request after connection number reached 2000+. Is
Hi,
Is there connection limitation on HAproxy server? We had encountered a connection issue recently. HAproxy server failed to accept new connection request after connection number reached 2000+. Is
|
By
MaggieMeng
·
#4495
·
|
|
Re: April CAB call next week on Wednesday April 13th, 2016
Hurray I'll be in a useful timezone and can join!
"Living in Australia" and "CAB calls" are mutually exclusive :)
Nic
Hurray I'll be in a useful timezone and can join!
"Living in Australia" and "CAB calls" are mutually exclusive :)
Nic
|
By
Dr Nic Williams <drnicwilliams@...>
·
#4494
·
|