|
Re: Multi-node CCNG Problem
Are you talking about internal Cloud Controller tasks scheduled using
Delayed Job? The workers that process those jobs should lock the job before
performing any work. Is this not what you are
Are you talking about internal Cloud Controller tasks scheduled using
Delayed Job? The workers that process those jobs should lock the job before
performing any work. Is this not what you are
|
By
CF Runtime
·
#472
·
|
|
Re: I: R: Re: Log connections from security groups - bosh lite
We had similar problems on Bosh Lite. Because of the way containers are
made, this feature won't work on a Bosh Lite environment.
Zak & Joseph
CF Runtime Team
michael.grifalconi(a)studenti.unimi.it>
We had similar problems on Bosh Lite. Because of the way containers are
made, this feature won't work on a Bosh Lite environment.
Zak & Joseph
CF Runtime Team
michael.grifalconi(a)studenti.unimi.it>
|
By
CF Runtime
·
#471
·
|
|
Re: CF CLI authentication issue
Stephan,
Have you verified the clocks are in sync, perhaps using ntp, across all the
systems involved?
b
wrote:
Stephan,
Have you verified the clocks are in sync, perhaps using ntp, across all the
systems involved?
b
wrote:
|
By
Benjamin Black
·
#470
·
|
|
Re: How random is Metron's Doppler selection?
Great! Thanks for the acknowledgement John. :) To be clear I'm not
proposing that stdout and stderr should be done away with and I'm now
trying not to say that adding a syslog endpoint is the best
Great! Thanks for the acknowledgement John. :) To be clear I'm not
proposing that stdout and stderr should be done away with and I'm now
trying not to say that adding a syslog endpoint is the best
|
By
Mike Youngstrom <youngm@...>
·
#468
·
|
|
CF CLI authentication issue
Hi,
I am having a strange issue with the cf cli. Sometimes am doing a cf login and then a cf push immediately as a next step. Then push fails and reports "Authentication has expired. Please log back
Hi,
I am having a strange issue with the cf cli. Sometimes am doing a cf login and then a cf push immediately as a next step. Then push fails and reports "Authentication has expired. Please log back
|
By
Klevenz, Stephan <stephan.klevenz@...>
·
#469
·
|
|
Re: How random is Metron's Doppler selection?
Mike,
I'm not saying that we have a good solution to multi-line log messages.
It's definitely a challenge today.
It's my understanding that the reasons for providing the stdout/stderr
logging
Mike,
I'm not saying that we have a good solution to multi-line log messages.
It's definitely a challenge today.
It's my understanding that the reasons for providing the stdout/stderr
logging
|
By
John Tuley <jtuley@...>
·
#467
·
|
|
Re: How random is Metron's Doppler selection?
As far as your comment John about having our applications send their
syslogs to a remote syslog server. Though that would certainly provide a
way to get better logs into splunk it would eliminate all
As far as your comment John about having our applications send their
syslogs to a remote syslog server. Though that would certainly provide a
way to get better logs into splunk it would eliminate all
|
By
Mike Youngstrom <youngm@...>
·
#466
·
|
|
Re: Message Broker Version Verification
Hello Masumi,
I tend to agree with you and am in favor of updating the description of
this field to be more generalized. Cloud Foundry includes the
X-Broker-Api-Version
for informational purposes. I
Hello Masumi,
I tend to agree with you and am in favor of updating the description of
this field to be more generalized. Cloud Foundry includes the
X-Broker-Api-Version
for informational purposes. I
|
By
Shannon Coen
·
#465
·
|
|
Re: How random is Metron's Doppler selection?
I think our situation is a little bit different since we have a custom
syslog server that send logs directly to our Splunk indexers rather than
going through a Splunk forwarder that can aggregate
I think our situation is a little bit different since we have a custom
syslog server that send logs directly to our Splunk indexers rather than
going through a Splunk forwarder that can aggregate
|
By
Mike Heath
·
#464
·
|
|
Re: Reserved routes
Two thoughts:
* Put your private system domain in an Org that users you don't trust won't
have access to.
* Create routes without an app for the names you wish to "reserve"
Mike
Two thoughts:
* Put your private system domain in an Org that users you don't trust won't
have access to.
* Create routes without an app for the names you wish to "reserve"
Mike
|
By
Mike Youngstrom <youngm@...>
·
#463
·
|
|
Reserved routes
It appears users can create their own routes named the same as critical endpoints such as api, doppler, loggregator, uaa, etc. In fact, I just created an app with routes doppler and loggregator and
It appears users can create their own routes named the same as critical endpoints such as api, doppler, loggregator, uaa, etc. In fact, I just created an app with routes doppler and loggregator and
|
By
MJ
·
#462
·
|
|
Message Broker Version Verification
I have a question of how to handle API Version Header of service broker
(X-Broker-Api-Version) in http request header.
First of all, I found the CF manual mentioned as follows;
===
This header will
I have a question of how to handle API Version Header of service broker
(X-Broker-Api-Version) in http request header.
First of all, I found the CF manual mentioned as follows;
===
This header will
|
By
Masumi Ito
·
#461
·
|
|
Re: cloud foundry - 413 Request Entity Too Large
are you sure that the request isn't making it all the way to the app
container?
are there features of netty that you can log the request as it's coming in
with lots of logging for different aspects
are you sure that the request isn't making it all the way to the app
container?
are there features of netty that you can log the request as it's coming in
with lots of logging for different aspects
|
By
James Bayer
·
#460
·
|
|
Buildpacks PMC - 2015-06-15 notes
Hello everybody,
We had a meeting of the Buildpacks PMC today, permanent notes are at:
https://github.com/cloudfoundry/pmc-notes/blob/master/Buildpacks/2015-06-16-buildpacks.md
which I've
Hello everybody,
We had a meeting of the Buildpacks PMC today, permanent notes are at:
https://github.com/cloudfoundry/pmc-notes/blob/master/Buildpacks/2015-06-16-buildpacks.md
which I've
|
By
Mike Dalessio
·
#459
·
|
|
Re: cloud foundry - 413 Request Entity Too Large
Hi James,
The 413 error doesn't come from our app. Our app doesn't get the POST
request with body size >= ~12MB.
We are using netty jax-rs.
All I can see in app logs
Hi James,
The 413 error doesn't come from our app. Our app doesn't get the POST
request with body size >= ~12MB.
We are using netty jax-rs.
All I can see in app logs
|
By
avia <Avia.Ohana@...>
·
#458
·
|
|
Multi-node CCNG Problem
Hi there:
I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by
Hi there:
I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by
|
By
tan_bw@...
·
#457
·
|
|
Multi-node CCNG Problem
Hi there:
I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by
Hi there:
I deployed 2 CCNG nodes in my servers.Since they've connected to the same database,they always pull a same asynchronous task from my DB.I found it's hardly to do the synchronous job by
|
By
tan_bw@...
·
#456
·
|
|
I: R: Re: Log connections from security groups - bosh lite
Hello all,
as I had no response, and I wasn't able to progress, I'm bumping this email from last week
Thank you!
Best regards,
Michael
-------- Messaggio originale --------
Da: "Michael
Hello all,
as I had no response, and I wasn't able to progress, I'm bumping this email from last week
Thank you!
Best regards,
Michael
-------- Messaggio originale --------
Da: "Michael
|
By
Michael Grifalconi <michael.grifalconi@...>
·
#455
·
|
|
R: Re: R: Re: Monitor all outbound connections from apps in warden
Hello Joseph,
I was able to do it, but it was not accurate enough, as 'netstat' prints the open connections in a specific moment, is good for persistent connection but can not catch a fast PUSH
Hello Joseph,
I was able to do it, but it was not accurate enough, as 'netstat' prints the open connections in a specific moment, is good for persistent connection but can not catch a fast PUSH
|
By
Michael Grifalconi <michael.grifalconi@...>
·
#454
·
|
|
Re: Is there any officail Chinese docs?
I am interested in seeing an effort to add zh_cn docs.
I am interested in seeing an effort to add zh_cn docs.
|
By
Wayne E. Seguin
·
#453
·
|