/[projects]/CircuitBreaker/src/dk/thoerup/circuitbreaker
ViewVC logotype

Log of /CircuitBreaker/src/dk/thoerup/circuitbreaker

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 2447)

Revision 1846 - Directory Listing
Modified Fri Aug 31 06:38:35 2012 UTC (11 years, 10 months ago) by torben
report the failure percentage on circuitbreaker web-page - take 3

Revision 1845 - Directory Listing
Modified Fri Aug 31 06:33:37 2012 UTC (11 years, 10 months ago) by torben
report the failure percentage on circuitbreaker web-page - take 2

Revision 1844 - Directory Listing
Modified Fri Aug 31 06:33:12 2012 UTC (11 years, 10 months ago) by torben
report the failure percentage on circuitbreaker web-page

Revision 1376 - Directory Listing
Modified Sat Apr 23 10:43:40 2011 UTC (13 years, 2 months ago) by torben
Re-enable the old breaker constructors (but mark them as deprecated)

Revision 1314 - Directory Listing
Modified Tue Apr 19 17:12:27 2011 UTC (13 years, 2 months ago) by torben
Switch entirely to BreakerConfig inits

Revision 1307 - Directory Listing
Modified Tue Apr 19 15:45:26 2011 UTC (13 years, 2 months ago) by torben
Add comment about dynamically configured CircuitBreakerServlet

Revision 1306 - Directory Listing
Modified Tue Apr 19 15:22:09 2011 UTC (13 years, 2 months ago) by torben
Switch to BreakerConfig method this way it is possible to control the breaker dynamically

Revision 1302 - Directory Listing
Modified Mon Apr 18 16:26:42 2011 UTC (13 years, 2 months ago) by torben
Start retrip counter at 1 instead of 0

Revision 1295 - Directory Listing
Modified Sat Apr 16 21:00:08 2011 UTC (13 years, 2 months ago) by torben
Take #2 at logging re-trips

Revision 1294 - Directory Listing
Modified Sat Apr 16 11:36:13 2011 UTC (13 years, 2 months ago) by torben
make it useable again

Revision 1293 - Directory Listing
Modified Sat Apr 16 11:11:07 2011 UTC (13 years, 2 months ago) by torben
Log retrips

Revision 1292 - Directory Listing
Modified Fri Apr 15 10:27:04 2011 UTC (13 years, 2 months ago) by torben
make it possible to clear the log from web UI

Revision 1291 - Directory Listing
Modified Wed Apr 13 01:14:28 2011 UTC (13 years, 2 months ago) by torben
Only show 10 log entries in view command and add a new command do display the entire log

Revision 1290 - Directory Listing
Modified Mon Apr 11 18:36:04 2011 UTC (13 years, 2 months ago) by torben
Add code for annotated Invocation

Revision 1289 - Directory Listing
Modified Mon Apr 11 16:05:10 2011 UTC (13 years, 2 months ago) by torben
Expose more details about the current notifier

Revision 1288 - Directory Listing
Modified Mon Apr 11 09:51:59 2011 UTC (13 years, 2 months ago) by torben
don't log retrips

Revision 1287 - Directory Listing
Modified Mon Apr 11 07:58:57 2011 UTC (13 years, 2 months ago) by torben
better format of logview

Revision 1285 - Directory Listing
Modified Mon Apr 11 07:52:15 2011 UTC (13 years, 2 months ago) by torben
add LoggingCircuitBreaker

Revision 1161 - Directory Listing
Modified Mon Oct 4 17:36:43 2010 UTC (13 years, 9 months ago) by torben
If the Notifier gets a reference to the CircuitBreaker itself instead of the circuitbreaker's name then the same notifier instance can easily 
be shared across several circuitbreakers

Revision 1157 - Directory Listing
Modified Sun Oct 3 17:52:48 2010 UTC (13 years, 9 months ago) by torben
Dont make javamail output debug info

Revision 1155 - Directory Listing
Modified Sun Oct 3 17:17:38 2010 UTC (13 years, 9 months ago) by torben
don't send mial on all events

Revision 1154 - Directory Listing
Modified Sun Oct 3 17:05:52 2010 UTC (13 years, 9 months ago) by torben
Return the JMX name when object is registered


Revision 1153 - Directory Listing
Modified Sun Oct 3 17:03:08 2010 UTC (13 years, 9 months ago) by torben
add a shutdown routine to circuitbreaker manager

Revision 1149 - Directory Listing
Modified Fri Oct 1 12:57:06 2010 UTC (13 years, 9 months ago) by torben
Add a reminder

Revision 1148 - Directory Listing
Modified Fri Oct 1 11:40:30 2010 UTC (13 years, 9 months ago) by torben
Support for async notifiers (and basic java notifier - needs debugging)

Revision 1099 - Directory Listing
Modified Wed Sep 22 07:38:04 2010 UTC (13 years, 9 months ago) by torben
The correct name for this pattern is "Composite"

Revision 1049 - Directory Listing
Modified Tue Sep 14 06:19:19 2010 UTC (13 years, 9 months ago) by torben
Add aggregate notifier in order to handle several notifications

Revision 934 - Directory Listing
Modified Mon Jun 28 08:32:45 2010 UTC (14 years ago) by torben
Add Retrip vars to JMX interface

Revision 871 - Directory Listing
Modified Mon Jun 21 17:16:46 2010 UTC (14 years ago) by torben
Refactor the function bodies of trip and retrip into one common function

Revision 865 - Directory Listing
Modified Sun Jun 20 22:06:22 2010 UTC (14 years ago) by torben
add option to remove CB from the CB manager

Revision 864 - Directory Listing
Modified Sun Jun 20 21:54:53 2010 UTC (14 years ago) by torben
Differentiate against a normal trip and a retrip from half-open back to open

Revision 698 - Directory Listing
Modified Mon May 3 10:10:36 2010 UTC (14 years, 2 months ago) by torben
When viewing circuitbreaker also show local systemtime for reference

Revision 628 - Directory Listing
Modified Tue Mar 9 07:21:41 2010 UTC (14 years, 3 months ago) by torben
unify date formatting

Revision 627 - Directory Listing
Modified Mon Mar 8 10:12:59 2010 UTC (14 years, 3 months ago) by torben
I like this way better

Revision 626 - Directory Listing
Modified Mon Mar 8 10:01:25 2010 UTC (14 years, 3 months ago) by torben
Correct comment

Revision 625 - Directory Listing
Modified Mon Mar 8 10:00:55 2010 UTC (14 years, 3 months ago) by torben
don't call reset() initially - just set the correct state

Revision 624 - Directory Listing
Modified Mon Mar 8 09:46:10 2010 UTC (14 years, 3 months ago) by torben
Also keep track on when things went back to normal

Revision 622 - Directory Listing
Modified Mon Mar 8 09:01:35 2010 UTC (14 years, 3 months ago) by torben
Use larger chunk for UrlInvocation

Revision 621 - Directory Listing
Modified Mon Mar 8 08:38:36 2010 UTC (14 years, 3 months ago) by torben
Also take not of the time when the last failure occurred 

Revision 472 - Directory Listing
Modified Tue Oct 27 12:33:05 2009 UTC (14 years, 8 months ago) by torben
Added two more general purpose invocations

Revision 469 - Directory Listing
Modified Mon Oct 26 12:34:25 2009 UTC (14 years, 8 months ago) by torben
This invocation type will probably be used often so why not have an implementation within the library ?

Revision 467 - Directory Listing
Added Thu Oct 22 06:01:35 2009 UTC (14 years, 8 months ago) by torben
Rename package

  ViewVC Help
Powered by ViewVC 1.1.20