-
Bug
-
Resolution: Done
-
Critical
-
jboss-fuse-6.2.1
-
None
-
%
-
-
We have seen several similar cases in recent weeks / months with git master initialization - the issue seems to impact JBoss Fuse 6.2.1 with rollups (R4, R5, possibly others). Symptoms noted include:
Sometimes after a zookeeper event causing a git master move, the git configuration is empty or incomplete.
> cluster-list | grep git
returns the word "git" with no container listing or url. In at least one case where this was noted, using the git CLI to query the origin
(git remote show origin)
revealed that the master url had not been updated in data/git/local/fabric/config and was still pointing to the shutdown master.
Another symptom encountered with at least three customers is that git fails to fully initialize when the master changes to a child container. Running the query above returns:
"fatal: http://<host>:<port>/git/fabric//info/refs not found: did you run git update-server-info on the server?"
The servlet directory appears to be in place and populated on the new master, but the servlet seems unresponsive. Forcing the git master onto a root container seems to resolve the issue and the servlet initializes normally.
A third common symptom noted is that when these problems appear we see "orphan" data/git/local/servlet directories on multiple containers. Ordinarily, these directories don't exist on non-master containers and we normally see them cleaned up after the master switches to a new container, but in the cases where we saw the issues above, we saw the directories lingering on multiple containers.
- is related to
-
ENTESB-6581 Upgrade curator dependency and shaded classes to 2.11.1
- Closed