Bug 1044768
| Summary: | Zanata does not pull the latest changes in translation due to unchanged ETags | ||
|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Yuko Katabami <ykatabam> |
| Component: | Component-Maven | Assignee: | Sean Flanigan <sflaniga> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Zanata-QA Mailling List <zanata-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.1 | CC: | camunoz, dchen, hpeters, pahuang, sflaniga, zanata-bugs |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | 3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 3.3.2-SNAPSHOT (20140227-1648) | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-20 05:47:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1066782 | ||
|
Description
Yuko Katabami
2013-12-18 23:40:29 UTC
This seems to be related to the cache, as removing the cache directory or using the 'useCache=false' option solves the problem. Yuko, I wasn't able to replicate this issue, although I did manage to find an issue with the handling of cached files. Have you seen this happen recently? After attempting to debug this issue both locally in dev and test environments, and together with Yuko with production systems, we were not able to reproduce it. Closing this issue. It is happening right now in above project. I'll be in the office tomorrow (Tue) in case you want to have a look at what's happening on my machine. Assigning to Damian for triage. Hedda, have you tried the proposed workaround above? (Using the 'useCache=false' option) (In reply to Carlos Munoz from comment #9) > Hedda, have you tried the proposed workaround above? (Using the > 'useCache=false' option) I haven't tried this workaround, but I am aware of it. I don't urgently need to pull the translations for this project, so I won't try this workaround for now - in case one of you guys wants to have a look at what's going on on my machine when I'm in the office tomorrow. Bug confirmed as I managed to reproduced this bug in Zanata version 3.2.3 (20140120-0038) Step to reproduce: 0. Assume the zanata.xml for the project is set up. 1. Find a podir (or gettext) project. 2. Edit a translation entry to become fuzzy. 3. mvn org.zanata:zanata-maven-plugin:pull 4. Edit that translation entry to become translated. 5. mvn org.zanata:zanata-maven-plugin:pull 6. View the changed entry in downloaded files. Actual: The changed entry was still fuzzy. Expected: The changed entry should be updated as translated. VERIFIED with Zanata 3.3.2-SNAPSHOT (20140227-1648) Closing VERIFIED bugs for Zanata server 3.3.2. |