unixg...@gmail.com
unread,Apr 22, 2009, 3:44:37 PM4/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Confluence in the (real) Enterprise
I'm Alice, in the Washington DC area. I work for a branch of the
federal government as a contractor. I've been asked not to discuss
details about problems we are having and then associate them with our
particular sites. Don't want to provide information for potential
hacker attacks.
I'm not full-time on Confluence, but Confluence admin is the biggest
part of my job. Started on 2.3 with HSQLDB and many crashes. Other
people have varying experience as confluence admins or developers.
We've got various confluence installations either in place, in
development, or in speculation. One site with 400 LDAP users and 400
spaces and 2GB of attachments, another with 10000 LDAP users, 10
spaces and 50MB attachments, others with anonymous users... No real
idea how much any of these sites will grow, other than if our
performance is slow, it won't be used as much.
Management wants us to look closely at clustering. We're not so sure.
We are getting more and more requests to create new "wiki's". Some of
them want to be very customized for their group, or look like a
standard website. Others want to be part of our big wiki even though
they have quite different access restrictions, groups, and purposes.
All newer sites are 2.8.2. Oldest site is still 2.5.7, but we are
working on migrating it to 2.8.2 for consistency's sake.
We've had performance problems on our biggest site. It's been up less
than a year. We've made a couple changes that have helped.
When we did profiling of certain pages, we found that the permission
checking was cycling through every group a user belonged to in order
to determine whether they had read access, write access, etc. Since we
have hundreds of LDAP groups, and one person might be in 20+ groups,
this took a long while. It didn't just check that all users were in
confluence-users and had all the needed accesses there. So we used the
<groupSearchFilter> tag in atlassian-user.xml to change Confluence to
only retrieve the 5-10 groups it needed.
The other issue was that we had the webserver and confluence app
server (Standalone) on the same SPARC Solaris box. So we moved the
Confluence install to an x86 Solaris server.
So old installs have Confluence on SPARC on the same box as the
webserver, and new installs have them separate. In both cases the
MySQL 5.x database is on a different Solaris/SPARC server. All Solaris
10 sites.
Thanks,
Alice