Closed ChrisMcGowan closed 7 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/134082729
The labels on this github issue will be updated when the story is started.
@ChrisMcGowan this was likely due to a bad state in etcd. We have plans to improve our service discovery and key value store that should address this in a future release.
@ahevenor Were the service discovery/kv store improvements implemented? Do you happen to know which version of cf/pcf it would be resolved in?
@geofffranks - yes, there are a few fixes for this now actually:
Thank you!
Sent from my iPhone
On Sep 27, 2017, at 4:41 PM, Adam Hevenor notifications@github.com wrote:
@geofffranks - yes, there are a few fixes for this now actually:
Loggregator 72 removes the etcd dependency for Metron. Packaged in cf release v251 Packaged in PCF 1.10 We also tracked down a fix for this and patched Loggregator 70.2 for operators to update problematic metrons if you are using an older version of runtime. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Running into issues with
metron_agent
on Digeo cells. CF v243 and Diego 0.1485.0On initial deployment of the cells, monit and BOSH both report that
metron_agent
is running but smoke_tests fail on missing app logs. Looking at themetron_agent
logs (/var/vcap/sys/logs/metron_agent
) on the cells, the following messages appear:metron_agent.stdout.log:
Then constant repeat of these till restart:
metron_agent_logrotate_cron.log:
After
monit restart metron_agent
on the VM, no other changes/no re-deployments -metron_agent.stdout.log
No other log changes
At this point I don't know why this is happening. I did try this on 2 separate deployments in 2 separate environments and can confirm the issue in both. Once
metron_agent
is restarted, it works as intended and it survives future restarts.For reference, here is a sample of the deployment manifest global properties for the
metron_agents
:Thanks for your help.