06-15-2018 02:42 AM
I have developed a custom parcel and currently facing some caching related issues.
On my cluster (CM 5.14.3) the parcel was rolled out some weeks ago in a specific version, say 1.0.0-SNAPSHOT. A few day later I completely removed the parcel from the cluster via the parcel page in Cloudera Manager. Now I want to roll out this version again, but with an updated content. When distributing the parcel I noticed that the content of the parcel still contains the content from the old version instead of the updated version. I removed everything from /opt/cloudera/parcel-cache and also the torrent files on all hosts. The problem still remains. It can only be fixed by changing the parcel to a different version (f.e. 1.0.0). Any ideas what the problem could be?
01-04-2019 11:04 AM
Same issue here.
I ended up having to run this command on all the nodes.
```
sudo rm -rf /opt/cloudera/parcels/.flood/*
```
01-07-2019 01:59 AM
I also did this several times. Sometimes it works, sometimes it does not. I ended up raising the parcel version instead.