here is how you can reproduce the issue:
1. CF PUSH APP with just one instance
2. look at the routes for that app in gorouter routes you will see one IP
address bind to that route
3. restage your app
4. now you will se two IP address to that route like this .. "
go-cf-redis-api-debug.run.aws-usw02-pr.ice.predix.io":[{"address":"
10.72.4.142:61238","ttl":0},{"address":"10.72.3.36:61545","ttl":0}
where you should have only one
5 restage again you will have 3 and so on
Thanks
Amulya
On Wed, Nov 2, 2016 at 12:35 PM Amulya Sharma <amulya.sharma(a)gmail.com>
wrote:
again this is on our CF deployment broker is also ours .. and app is also
ours not on PWS
On Wed, Nov 2, 2016 at 12:34 PM Amulya Sharma <amulya.sharma(a)gmail.com>
wrote:
Thanks for trying John ..
I dont think its broker issue .. or can it be ..
it may be app issue but broker is presenting right credentials .. but this
is intermittent .. I was wondering is there anything changed with restage
functionality recently
Thanks
Amulya
On Wed, Nov 2, 2016 at 12:20 PM John Feminella <jxf(a)pivotal.io> wrote:
I can't reproduce this. After restaging, the app no longer has service
instance 1's environment variables.
Which service broker is this? Could this be a bug in your service broker
where it's reusing credentials?
best,
~ jf
--
John Feminella
Advisory Platform Architect
✉ · jxf(a)pivotal.io
t · @jxxf
On Wed, Nov 2, 2016 3:15 PM, Amulya Sharma amulya.sharma(a)gmail.com wrote:
team,
we are having a unique issue of service credentials still available to
application even after unbind and restage of application.. we looked at the
app it is not storing creds anywhere .. this problem started after
migration to v243 of cloud foundry anyone else experiencing similar issue
way to reproduce
- Bind app to service instance 1
- unbind and bind to service instance 2
- restage
- app still trying to connect to service instance 1
Thanks
Amulya