Commit Graph

59372 Commits

Author SHA1 Message Date
Hubert Plociniczak 36e824bf51 Continue rotate_logs command even when
the command on specific node returns an error.
Display the error message in that case only.
2008-09-09 17:05:01 +01:00
Hubert Plociniczak e54821ad8c Start the RabbitMQ server after adding
it to chkconfig.
2008-09-09 16:45:04 +01:00
Hubert Plociniczak 7088e40de2 Fixed various QA remarks.
Renamed rotate_logs_all to rotate_logs.
logrotate will fail silently to logrotate
if calling rotate_logs on any of the logs
failed.
2008-09-09 16:15:09 +01:00
Tony Garnock-Jones f8936cbcbc More ruby examples: broadcasting, unsubscribing 2008-09-09 13:36:11 +01:00
Hubert Plociniczak 99ccc20725 Return value of the RETVAL variable in init.d 2008-09-09 13:33:00 +01:00
Matthias Radestock e9f681e008 merge bug19144 into default 2008-09-09 13:16:14 +01:00
Hubert Plociniczak 0c47954f9f Renamed startup.log, .err to startup_log, _err
to avoid logrotation problems. This also removes
the problem when the node is called startup.
Same situation for shutdown logs.
2008-09-09 12:48:35 +01:00
Hubert Plociniczak 0df364f1b2 Updated the license to reflect the current state.
Debian packaging has the same license as the
broker itself.
2008-09-09 11:45:26 +01:00
Ben Hood 1d600162b4 Moved changes to lib_amqp from 19131 to 19357 2008-09-09 00:05:30 +01:00
Matthias Radestock 453584601c merge bug19200 into default 2008-09-08 16:19:01 +01:00
Ben Hood 299b71265b Streamlined the client, got it to a compilable state 2008-09-07 23:53:39 +01:00
Matthias Radestock 01808213d3 merge bug19345 into default 2008-09-07 16:41:28 +01:00
Ben Hood 52d606572e Backed out changeset fed30851870b 2008-09-07 16:19:44 +01:00
Ben Hood 1323809405 Branched off from bug19131, I want to pull the last change from that branch into this one 2008-09-07 16:16:30 +01:00
Ben Hood c6dcf89ee9 Added better handling for when the other peer closes the socket 2008-09-07 16:07:52 +01:00
Ben Hood 94829f1c3b Removed setting tickets to 1 in lib_amqp 2008-09-07 14:42:17 +01:00
Ben Hood 6309e8d93d Added default field to consume 2008-09-07 14:31:44 +01:00
Ben Hood 8b32014455 Merged default into 18776 2008-09-06 17:42:57 +01:00
Ben Hood 5830f2819d Fixed dialyzer error 2008-09-06 17:33:22 +01:00
Ben Hood 708434f160 Removed a lot of commented out code 2008-09-06 16:34:17 +01:00
Ben Hood 1c0b11e81f Added tag Aman-06-09-08_2 for changeset feb4ba878635 2008-09-06 15:20:36 +01:00
Ben Hood 78c13f5a5e Fixed compilation error 2008-09-06 15:18:40 +01:00
Ben Hood 55fa34ad2f Added tag Aman-06-09-08 for changeset f91997069bdb 2008-09-06 15:06:56 +01:00
Ben Hood 341f95b735 All of the functional tests now pass, need to compare performace against default 2008-09-06 15:06:20 +01:00
Hubert Plociniczak 8b53831af3 Merge bug19200 into bug19193 2008-09-05 17:02:01 +01:00
Hubert Plociniczak 5587def78e Removed catch in append_file/2 since there
is nothing to catch.
2008-09-05 16:41:42 +01:00
Hubert Plociniczak 7f06e87368 Create non-native debian packages 2008-09-05 12:34:07 +01:00
Ben Hood b8afe9d476 Just a little bit of cleanup 2008-09-05 00:14:09 +01:00
Ben Hood 4391947d60 Split out direct and topic routing 2008-09-04 22:32:32 +01:00
Hubert Plociniczak 0a03379584 Removed license needed by json.py since it was removed 2008-09-04 18:30:14 +01:00
Hubert Plociniczak 88732f2a05 Added python-json as a dependency to the debian/rpm packages 2008-09-04 17:30:04 +01:00
Hubert Plociniczak 10364dec73 Removed json.py, it will be added as a dependency 2008-09-04 17:09:31 +01:00
Hubert Plociniczak e5bf57a323 Removed dot 2008-09-04 16:55:34 +01:00
Hubert Plociniczak b5999aed9b Only debian/rules file needs to have exec permission 2008-09-04 15:20:04 +01:00
Hubert Plociniczak 569c0858d6 Reverted changes that accidentally got committed 2008-09-04 15:05:21 +01:00
Hubert Plociniczak 49ca29cb23 Added tests to cover the changes made in last commit 2008-09-04 15:00:03 +01:00
Hubert Plociniczak c71470026d Perform standard handler installation when original
handler was not installed correcly or terminated
with an error.
2008-09-04 14:02:11 +01:00
Hubert Plociniczak f584600a7c Moved log configuration to start/0,
throw more informative errors
2008-09-04 11:12:11 +01:00
Ben Hood 10c0fc56ad This is 10-fold improvement on the last version, still not right yet 2008-09-04 01:47:05 +01:00
Hubert Plociniczak 4cd83964b6 Renamed logs_location/1 function to log_location/1.
Added more test cases to cover problems with logging during startup.
2008-09-03 15:44:56 +01:00
Hubert Plociniczak cd40ac8b6c Simplified the way we get logs locations,
Proper checking for the right handlers.
Added test case for log rotation when
logging is turned off.
2008-09-03 13:43:47 +01:00
Hubert Plociniczak 920f6d9766 Added more test cases 2008-09-02 17:33:29 +01:00
Matthias Radestock 736e4666b6 some minor tweaks
- list comprehension instead of lists:map
- make clean_logs check the return of file:delete, and return ok itself
- rename non_writable_files to make_files_nonwritable for clarity
2008-09-02 14:47:03 +01:00
Hubert Plociniczak 9831301f8e Removed unused include 2008-09-02 14:30:05 +01:00
Hubert Plociniczak 1fc2c35b58 Better naming for types 2008-09-02 13:01:19 +01:00
Hubert Plociniczak 727f140727 Refactoring of the log tests 2008-09-02 12:14:47 +01:00
Hubert Plociniczak e0055b9479 Added test suite for log rotation.
Initialise log rotation in its own phase.
2008-09-02 11:46:52 +01:00
Matthias Radestock fb9a469f65 cosmetic 2008-09-01 09:51:56 +01:00
Matthias Radestock 6e80d80be5 cosmetic 2008-09-01 09:46:22 +01:00
Matthias Radestock d5f55cc7c7 always log an error when append fails
and don't log the error to the console
2008-09-01 09:42:45 +01:00