|
CF app that helps with self-healing
Thanks Daniel J and Daniel M for your inputs. Troy - We are also thinking something along those lines to see of we can use the App Autoscaler for the restarts. -Siva
Thanks Daniel J and Daniel M for your inputs. Troy - We are also thinking something along those lines to see of we can use the App Autoscaler for the restarts. -Siva
|
By
...
· #8855
·
|
|
CF app that helps with self-healing
Hi Daniel, Thanks for your response. I am aware of all the options you are suggesting. But what we are looking for is a process to restart an app instance without human intervention from an alert poli
Hi Daniel, Thanks for your response. I am aware of all the options you are suggesting. But what we are looking for is a process to restart an app instance without human intervention from an alert poli
|
By
...
· #8851
·
|
|
CF app that helps with self-healing
Dear CF community, We are trying to find a way to selectively restart some instances of apps or to restart a specific app on an as needed basis based on some alerts that we receive from our monitoring
Dear CF community, We are trying to find a way to selectively restart some instances of apps or to restart a specific app on an as needed basis based on some alerts that we receive from our monitoring
|
By
...
· #8849
·
|
|
JBP 4.x: Committed heap shows signs of memory leak
Hello CF community, I wanted to poll the community to see if anyone has come across this issue as described in the below github issue: https://github.com/cloudfoundry/java-buildpack/issues/576 We are
Hello CF community, I wanted to poll the community to see if anyone has come across this issue as described in the below github issue: https://github.com/cloudfoundry/java-buildpack/issues/576 We are
|
By
...
· #7918
·
|
|
How to access the records of next page in UAA ?
#cf
You can try /Groups?count=100&startIndex=101 to get the next 100. If you want more than 100 in 1 page, you can specify /Groups?count=400&startIndex=1
You can try /Groups?count=100&startIndex=101 to get the next 100. If you want more than 100 in 1 page, you can specify /Groups?count=400&startIndex=1
|
By
...
· #7800
·
|
|
Maximum size limitation of Diego apps' routes
FWIW, we hit the routes limit on DEA as well. But that limit was much more than 4K. Fortunately, our service could use the wildcard in the routes and so we started using that. So I dont believe its sp
FWIW, we hit the routes limit on DEA as well. But that limit was much more than 4K. Fortunately, our service could use the wildcard in the routes and so we started using that. So I dont believe its sp
|
By
...
· #6814
·
|
|
UAA Standalone Deployment
Hi Abhishek, Yes, you should be able to use UAA outside of CF and integrate it with any IdP of your choice. At GE we have UAA deployed on CF and our performance numbers are CF based. The numbers shoul
Hi Abhishek, Yes, you should be able to use UAA outside of CF and integrate it with any IdP of your choice. At GE we have UAA deployed on CF and our performance numbers are CF based. The numbers shoul
|
By
...
· #5889
·
|
|
Dynamically change log levels of apps deployed to CF
Thanks for the responses. Unfortunately restart is also not an option. We will explore exposing the logger framework through JMX and the spring cloud config option.
Thanks for the responses. Unfortunately restart is also not an option. We will explore exposing the logger framework through JMX and the spring cloud config option.
|
By
...
· #5542
·
|
|
Dynamically change log levels of apps deployed to CF
Thanks Mike. Assuming I have access to update using JMX, the question still remains on what should I update to change logging level. I dont believe they are exposed through JMX. Am I missing something
Thanks Mike. Assuming I have access to update using JMX, the question still remains on what should I update to change logging level. I dont believe they are exposed through JMX. Am I missing something
|
By
...
· #5530
·
|
|
Dynamically change log levels of apps deployed to CF
We have a wide variety of Java apps(mostly spring boot) deployed to CF. One of the challenges we have is to troubleshoot issues in Production when these apps are running with a log level of INFO or hi
We have a wide variety of Java apps(mostly spring boot) deployed to CF. One of the challenges we have is to troubleshoot issues in Production when these apps are running with a log level of INFO or hi
|
By
...
· #5528
·
|
|
CF v237 - DEA - Restarting or restaging an app with a route mapped results in timeouts
Hi, After the upgrade to CF v237, we have started noticing a peculiar issue with some of our apps(like UAA and custom service brokers). Below is the summary of the issue(I will take UAA as an example
Hi, After the upgrade to CF v237, we have started noticing a peculiar issue with some of our apps(like UAA and custom service brokers). Below is the summary of the issue(I will take UAA as an example
|
By
...
· #5417
·
|
|
CPU usage for apps became extremely high when upgrade to cf 237 with diego release 0.1472.0
BTW, I am use cf CLI version 6.19.0+b29b4e0-2016-06-08
BTW, I am use cf CLI version 6.19.0+b29b4e0-2016-06-08
|
By
...
· #5181
·
|
|
CPU usage for apps became extremely high when upgrade to cf 237 with diego release 0.1472.0
I am seeing this issue with the DEAs as well on ver 237 in out environment.
I am seeing this issue with the DEAs as well on ver 237 in out environment.
|
By
...
· #5182
·
|
|
Regarding UAA service
Hi Dax, Can I request to log your issue at https://forum.predix.io ? There are a lot more Predix focussed developers on that forum than this mailing list and you are more likely to get a faster answer
Hi Dax, Can I request to log your issue at https://forum.predix.io ? There are a lot more Predix focussed developers on that forum than this mailing list and you are more likely to get a faster answer
|
By
...
· #4924
·
|
|
cf scale command sequence
Thanks. What I am concerned about are the inflight transactions on the container when it is being destroyed. What happens to them? If the routes are removed from the GoRouter before the container is d
Thanks. What I am concerned about are the inflight transactions on the container when it is being destroyed. What happens to them? If the routes are removed from the GoRouter before the container is d
|
By
...
· #4799
·
|
|
cf scale command sequence
When I issue a cf scale command to bring down the number of app instances from, say 10 to 5, what is the sequence of events that take place to make this happen? I am particularly interested to know if
When I issue a cf scale command to bring down the number of app instances from, say 10 to 5, what is the sequence of events that take place to make this happen? I am particularly interested to know if
|
By
...
· #4796
·
|
|
apps logs
If you are trying to get the actual JWT token of your current UAA instance targeted by UAAC, you can try: $uaac context corentin.dupont(a)create-net.org> wrote:
If you are trying to get the actual JWT token of your current UAA instance targeted by UAAC, you can try: $uaac context corentin.dupont(a)create-net.org> wrote:
|
By
...
· #3741
·
|
|
Routes limitation per app
Thanks Filip and Shawn. I think Filip's suggestion would solve our problem.
Thanks Filip and Shawn. I think Filip's suggestion would solve our problem.
|
By
...
· #3676
·
|
|
Routes limitation per app
Hello, We have an implementation of UAA using Identity zones where each zone in UAA is represented by a unique route and this route is bound to that UAA app in our cloudfoundry implementation. Eg: If
Hello, We have an implementation of UAA using Identity zones where each zone in UAA is represented by a unique route and this route is bound to that UAA app in our cloudfoundry implementation. Eg: If
|
By
...
· #3667
·
|
|
Import large dataset to Postgres instance in CF
Thanks. We are not running Diego. So writing an app seem to be the most viable option. wrote:
Thanks. We are not running Diego. So writing an app seem to be the most viable option. wrote:
|
By
...
· #3075
·
|