0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 6 months ago.
Oct 04, 2022 — Oct 04, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SEQUOIA-1142 (no changes required to existing Sequoia 4 config files) Dropped ControllerFactory Moved all factories to DatabaseBackend except RequestFactory that belongs to VirtualDatabase Added new attributes in sequoia.dtd: In VirtualDatabase element: requestFactory CDATA "org.continuent.sequoia.controller.requests.SequoiaRequestFactory" More... about 15 years ago
Additional cosmetic logging related to SEQUOIA-1141 More... about 15 years ago
Fixed root cause of SEQUOIA-1141 RequestManager was calling a force disable on the load balancer instead of a normal disable when disabling with a checkpoint The other part of the fix remains to make sure that KillThreadTasks are not discarded in case of a force disable due to a failure. More... about 15 years ago
Fix for SEQUOIA-1141 The KillThreadTask posting was canceled because the AllowTasksToBePosted flag was set. The problem is that tasks are moved asynchronously from the backend total order queue to the various queues (conflicting/non conflicting/stored proc) and the check happens only at that later stage. The fix allows KillThreadTasks to go through the queues to terminate the threads asynchronously. I also fixed some old comments and a useless notify() call that was left from a previous implementation. More... about 15 years ago
SEQUOIA-1139 backport More... about 15 years ago
Backported rename dump command - SEQUOIA-817 More... over 15 years ago
New fix proposal for SEQUOIA-1110 to deal with timer granularity problems (we now just rely on wait without checking the exact time that has been spent waiting since we can't measure the waiting time anyway because of inaccurate granularity in System.getCurrentTimeInMs()) More... over 15 years ago
Fixed typo in comment More... over 15 years ago
SEQUOIA-1135: Added a derby_home option to Derby backuper More... over 15 years ago
SEQUOIA-1134: New Derby specific Backend Object converter to handle Lobs without breaking serialization More... over 15 years ago
Javadoc update More... over 15 years ago
Now log stack trace in DEBUG mode if an IOException is detected in run() More... over 15 years ago
SEQUOIA-1133 fix: uses LIKE instead of = in the UPDATE statement to find the right dump entry to update. More... over 15 years ago
SEQUOIA-1132 backport: use metadata instead of real test for bogus MySQL driver More... over 15 years ago
SEQUOIA-1131 backport: properly notify task failure if autogenerated keys are not supported More... over 15 years ago
Minor javadoc fixes More... over 15 years ago
SEQUOIA-1130: Upgraded to JGroups 2.6.5.GA More... over 15 years ago
SEQUOIA-1115 backport to handle unexpected Throwable More... over 15 years ago
Fixed possible NPE. Might be related to SEQUOIA-1114 ? More... over 15 years ago
Removed unnecessary cast More... over 15 years ago
Minor typo fix More... over 15 years ago
SEQUOIA-990 backport More... over 15 years ago
SEQUOIA-1126 fix: enableAllBackends() and enableAllBackendsFromCheckpoint() will now just issue a warning when one backend fails to enable and continue with the other backends. More... over 15 years ago
Re-arranged logger definitions for more clarity Relates to SEQUOIA-1117 More... over 15 years ago
New Hedera 2.0 jar with ViewEventHandler externalized (fixes classloader pb) -> SEQUOIA-1124 New JGroups configuration complying to 2.6.4.GA version (removed deprecated blocks) -> SEQUOIA-1123 More... over 15 years ago
Improved request performance dump format (SEQUOIA-1117) More... over 15 years ago
SEQUOIA-1116: ResetSqlStats now really reset the stats Cleaned up the JMX API and implementation, also clarified Javadoc More... over 15 years ago
SEQUOIA-1116: ResetSqlStats now really reset the stats Cleaned up the JMX API and implementation, also clarified Javadoc More... over 15 years ago
Fixed rollback to savepoint to match SEQUOIA-1117 description More... over 15 years ago
First implementation of SEQUOIA-1117 to profile query execution time More... over 15 years ago