Issue Details (XML | Word | Printable)

Key: CONF-2425
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Sulka Haro
Votes: 9
Watchers: 5
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Confluence

Graceful shutdown handling in UI

Created: 17/Dec/04 12:49 AM   Updated: 24/Sep/07 04:56 AM
Component/s: Administration, Maintainability & Stability
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Charles Miller [old account, do not assign issues], Nick Faiz, Sulka Haro and Tim Colson
Since last comment: 3 years, 49 weeks, 3 days ago
Labels:


 Description  « Hide
When shutting down Confluence for administrative purposes, it's very likely there's users logged in who are editing some pages. I currently have a process of pre-warning people over email a couple times but processes which rely on people generally don't work that well. Also I can't run around the office telling people I'm shutting the software down since there's 17 offices using Confluence.

Please consider the following improvement: Confluence administrators should be able to switch Confluence into "shutdown mode". In this mode, new user sessions should be prevented and everyone with an active session should see a standard "system is going down" message along with a message written by the administrator. Of course allow saving pages but maybe prevent opening new pages for editing?

This would make Confluence a lot more "enterprise friendly". I've reported similar issue for Jira (JRA-3325) which unfortunately hasn't been implemented.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Charles Miller [old account, do not assign issues] added a comment - 17/Dec/04 12:59 AM
This is a pretty good idea.

One thing that's been knocking around the office for a while is some generic capability to add messages to any page. A shutdown warning could be one use of these messages.


Tim Colson added a comment - 17/Dec/04 10:40 AM
I really need this too. System uptime is extremely important to users...and even more so, the sense that it is stable. System errors caused because someone was mid-edit when the system shuts down give them a bad taste.

I would like to see a "system alert" mesg and theme change that would go into effect before shutdown (colors change, BIG, AHOY! SHUTDOWN SOON MESG!)

As Sulka said, in the shutdown mode, users cannot login, existing sessions would be given a warning on the next page refresh.

And for sessions that do NOT come back to the server before shutdown ...(i.e. somebody hits "EDIT" but then goes to lunch break)

I have an app which has a Javascript timer on the page... that timer starts counting down upon page load, and ticks off the JSESSION time. At 5 min before end of session, a Javascript alert pops up to inform the user that the session will timeout in 5 min if they don't DO something.

At 0 min, another popup shows up which tells them the session has expired and they have been logged out.

Could combine this timer approach with XMLHttpRequest to check in with the server at say 10 min intervals (if the page is still up but idle, it could test for system shutdown status.)


Tim Colson added a comment - 17/Dec/04 10:43 AM
Here's another feature on this...

As an ADMIN – it would be great to see the list of active sessions (with userid and uesrname and WHEN they will timeout.

That way if I am shutting down, I can see who's online and perhaps warn them via IM/Phone to please logout.

Might also be good to have the next page load have a javascript pop-up, or even interstitial HTLM page that warns users to logout in x minutes.


Nick Faiz added a comment - 21/Dec/04 06:41 PM
Tim, see CONF-1238 r.e. list of active users.

Cheers,
Nick