1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
issue#60 - disabled force-delete-on-exit hook, as its leaking memory More... over 12 years ago
issue#21 - enabled namespacing universal set data under module name + implemented handling for all expected response codes for universal-set correctness check More... over 12 years ago
issue#21 - introduced capturing of module-name for balance/reorder call from various sources: LBFS, twist FST and alien balancer. Need to wire split-checkers to use given module name though. More... over 12 years ago
issue#21 - introduced a notion of module at repo-factory and repo level, killed method to generate identifier based on namespace, version and type, instead using a new abstraction called IdentificationScheme which has implementation equivallent of name(namespace, version, type) and also one that depends on module-name, which will be used for universal set repo More... over 12 years ago
issue#21 - added some more tests which were missing in universal-set correctness check impl More... over 12 years ago
issue#21 - Universal set impl done. Universal set consistency check done as well. This proved SetRepo entry dump/load is flawed, need to re-work it a little bit before subset consistency check impl can be written. + some refactoring to remove unsafe casts with template params More... over 12 years ago
issue#92, issue#54 - fixed performance test that started failing on tmp-file deletion call. it was hard to consistently delete dir with object finalization creating it back, so moved tmp dir inside build-target dir(its target/tmp now) and all tests now have stopped using java.io.tmpdir in favor of target/tmp. extracted a macro for test tasks. More... over 12 years ago
Merge branch 'master' of github.com:test-load-balancer/tlb More... over 12 years ago
issue#54 - added debug log which will help reasoning mvcc consistency issues More... over 12 years ago
issue#54 - missed syncing to disk before GC reclaim when caching was introduced. Now repo is written to file if dirty and not purged, before GC reclaims it. More... over 12 years ago
issue#21 - [non compiling change] creating server side resource to track sets, getting preempted by correctness issue because of versioned resource getting gc'ed, will come back to correctness-verification work after fixing it More... over 12 years ago
Added logging on the balancer that will allow us to get an idea of what the balancing is across the buckets. More... over 12 years ago
#60 - Added some handling of deleting temp files created during tests. More... over 12 years ago
Merged with upstream More... over 12 years ago
#60 - Delete the temp file that the balancer uses to store the Suite time entries. Also, upgraded the commons-io and codec libraries More... over 12 years ago
issue#21 - added aborting checker that calls Server to validate correctness. Exception is used to fail the run, server side or client code to call server-side urls to be implemented. More... over 12 years ago
issue#21 - introduced the concept of checkers, no functionality yet, its just a NoOp wrapper over splitter More... over 12 years ago
issue#21 - introduced correctness http-resource stubs, will now drive implementation from balancer side More... over 12 years ago
issue#3 - made sync-to-disk interval configurable(in minutes), so server syncs to disk if necessary once every CONFIGURED_MINUTES More... over 12 years ago
issue#3 - added dirty-check predicate on repos, syncToDisk now uses that predicate to decide if repo needs to be re-dumped + fixed synchronization issues in subset-size(the one unimportant repo) + tightened-up synchronization in suite-entry-repo to make it play nice with dirty flag More... over 12 years ago
issue#3 - creates a timer that will sync in-memory repos to disk(this is so that we don't lose a lot of information because of a force kill fired on tlb-server). Only hook created, impl not done. More... over 12 years ago
issue#66 - shut-up slf4j! log4j12 binding needs 1.2.6, tlb uses 1.2.9. NOT downgrading because of dependency hell. More... almost 13 years ago
issue#66 - killed the warning about main.jar(our jar in one-jar is now called main.jar) More... almost 13 years ago
issue#54 - exposed a new build task to run perf tests 'test.perf'. More... almost 13 years ago
issue#54 - ERF now uses ehcache insteed of hash-map. Fixes the memory run-out issue. More... almost 13 years ago
added cache impl More... almost 13 years ago
Merge branch 'ehcache-fix' into better_cache_management More... almost 13 years ago
trying to minimize dependency on GregorianCalender More... almost 13 years ago
added a test to find out how bad our memory situation really is More... almost 13 years ago
ehcache pulled in More... about 13 years ago