https://github.com/voldemort/voldemort

sort by:
Revision Author Date Message Commit Date
fd1f9fb add close method for shutting down client's SchedulerService in AbstractStoreClientFactory 25 July 2012, 22:26:02 UTC
fe46419 avoid jmx id from being incremented when factory is created for system stores 10 July 2012, 03:49:07 UTC
35a887e Merge remote branch 'leigao/client-registry' into creg 10 July 2012, 02:18:32 UTC
05f23ec code clean up 10 July 2012, 01:07:13 UTC
e90fa82 Adding tests for system stores, local pref routing and Version manager. Fixed some things in PipelineRoutedStore 03 July 2012, 23:25:38 UTC
20b47b7 add SchedulerService in voldemort client 03 July 2012, 03:45:24 UTC
9a582b4 allows fetch-keys to fetch keys from system stores 29 June 2012, 21:13:55 UTC
cb23d9f resolve merge conflict in stores.xml 29 June 2012, 19:09:55 UTC
e695a64 merge code for automatic reboostrap 28 June 2012, 19:01:18 UTC
d4e28a8 fixed addtional bugs during merge 28 June 2012, 00:27:26 UTC
3fbef94 fix merge conflicts 27 June 2012, 07:53:04 UTC
ba4127c fix a merge error 27 June 2012, 07:39:58 UTC
dbc2f54 add version and update time to client registry 27 June 2012, 07:38:25 UTC
7b3c8e2 client registry impl 27 June 2012, 07:37:35 UTC
ea64953 Adding System store functionality 27 June 2012, 07:34:48 UTC
b2cbdf8 Added the Voldemort Client automated re-bootstrap mechanism 27 June 2012, 07:34:05 UTC
234ac9b Adding System store functionality 27 June 2012, 07:31:19 UTC
a21bf21 add clientId for voldemort client 27 June 2012, 07:20:51 UTC
441a936 Added the Voldemort Client automated re-bootstrap mechanism 27 June 2012, 03:41:29 UTC
a3e9359 Adding System store functionality 27 June 2012, 03:40:04 UTC
b59973e add clientId for voldemort client 27 June 2012, 03:35:08 UTC
cd8b942 add a java file to define all system store constants, including system store defs 27 June 2012, 03:33:23 UTC
ea0c80b Fixed the conflicts 22 June 2012, 01:17:22 UTC
f70b3c2 Reuse VoldemortOpCode 22 June 2012, 00:57:49 UTC
35f5681 Refactor TimeoutConfig 22 June 2012, 00:57:49 UTC
10211c7 finer timeouts and partial getalls. 22 June 2012, 00:57:49 UTC
32aa7d5 Added concurrent tests for Histogram related code 19 June 2012, 22:58:20 UTC
be22441 changed checkout record code to make sure timeouts are recorded 19 June 2012, 22:58:20 UTC
f527daa moved unregistering of the child stats beans into the parent stats 19 June 2012, 22:58:20 UTC
320203f moved registering JMX inside ClientRequestExecutorPool 19 June 2012, 22:58:20 UTC
9c520a9 registers MBean in ClientRequestExecutorPoolTest.java so that ClientSocketStats object will exist for testing 19 June 2012, 22:58:20 UTC
1197e9b added unregister MBeans when closing pool 19 June 2012, 22:58:20 UTC
d63c2ed further improvement on per node socket pool monitoring 19 June 2012, 22:58:20 UTC
39898c1 Merge branch 'cross-zone-pref-reads-fix' 19 June 2012, 21:26:27 UTC
20dfa29 prevent preferred reads from crossing zones. 19 June 2012, 21:25:15 UTC
8b0a7c2 distinguish test report locations between normal tests and long tests 19 June 2012, 21:22:08 UTC
cc1cc70 corrected a class name mistake 19 June 2012, 21:22:07 UTC
b81f2a9 renamed large as long to make files consistent 19 June 2012, 21:22:07 UTC
a3965e7 Modified the test and build file to shrink the large tests. The large tests are copied to the test/large To run short tests for sanity check purpose: ant junit To run short and long tests: ant junit-long To run short, long and contrib tests: ant junit-all 19 June 2012, 21:22:07 UTC
fcf7ed1 Added per socket monitoring for client executor pool. These monitoring reveals stats including averag, 50th, 99th wait ms for socket checkout; number of checkout in an interval etc 19 June 2012, 21:22:07 UTC
97bfa67 Fixed bug and verified monitoring feature of q99th wait time 19 June 2012, 21:22:07 UTC
0d09d22 Added 99th wait time for connection for ClientRequestExecutorPool.java 19 June 2012, 21:22:07 UTC
1ec9694 fix a typo. boostrap -> bootstrap 19 June 2012, 21:22:07 UTC
3f1a91e fix wrong file name in generate_cluster_xml.py 19 June 2012, 21:22:07 UTC
d1b9bb8 Adding jmxId to the Mbean name for failureDetector and storefactory 18 June 2012, 20:10:58 UTC
8187909 Merge branch 'master' of github.com:voldemort/voldemort 18 June 2012, 19:25:07 UTC
f23e641 Merge branch 'DDS-2979-split-junit' 13 June 2012, 16:53:45 UTC
fbae492 Merge pull request #76 from shingon/fix_typo Fix typo 12 June 2012, 22:04:09 UTC
366cd06 client registry impl 12 June 2012, 20:49:20 UTC
bcf42c7 distinguish test report locations between normal tests and long tests 08 June 2012, 05:35:52 UTC
9bb1704 Merge branch 'master' of github.com:zhongjiewu/voldemort 07 June 2012, 23:24:25 UTC
b3e7212 Merge branch 'master' of github.com:voldemort/voldemort 07 June 2012, 23:23:19 UTC
d37df6b corrected a class name mistake 07 June 2012, 23:14:13 UTC
eb00c3d renamed large as long to make files consistent 07 June 2012, 21:48:27 UTC
f76d8b5 Modified the test and build file to shrink the large tests. The large tests are copied to the test/large To run short tests for sanity check purpose: ant junit To run short and long tests: ant junit-long To run short, long and contrib tests: ant junit-all 07 June 2012, 18:40:25 UTC
c709be8 Merge branch 'master' of github.com:voldemort/voldemort into dds-2832-gap-stats 06 June 2012, 21:59:47 UTC
c419628 Added per socket monitoring for client executor pool. These monitoring reveals stats including averag, 50th, 99th wait ms for socket checkout; number of checkout in an interval etc 06 June 2012, 21:38:45 UTC
e7c7b79 Merge pull request #79 from ept/patch-1 NullPointerException while swapping to new version of read-only store 06 June 2012, 20:42:58 UTC
552f1de Added the Voldemort Client automated re-bootstrap mechanism 05 June 2012, 22:59:35 UTC
1d2bca8 Fix NPE in listing read-only store versions ReadOnlyUtils.getVersionDirs returns null if storeDir does not exist. I don't yet know how it could get into a state where it thinks the directory doesn't exist, but the NPE is obscuring the actual cause, so I'm fixing that first. 02 June 2012, 08:06:47 UTC
73e397a Fixed bug and verified monitoring feature of q99th wait time 01 June 2012, 21:18:49 UTC
20778b0 Added 99th wait time for connection for ClientRequestExecutorPool.java 01 June 2012, 01:03:02 UTC
b558e3b Adding System store functionality 31 May 2012, 01:56:26 UTC
cccb8c3 To solve a issue that will return a null if a concurrent read is being done in the middle of a write of same entry. 24 May 2012, 01:55:56 UTC
e6abad1 Changing the enable.nio.connector to true by default 23 May 2012, 02:33:25 UTC
dc71868 add clientId for voldemort client 17 May 2012, 08:09:20 UTC
53a9019 add a java file to define all system store constants, including system store defs 17 May 2012, 08:05:46 UTC
be89c22 fix a typo. boostrap -> bootstrap 16 May 2012, 07:11:54 UTC
1c0a49a fix wrong file name in generate_cluster_xml.py 15 May 2012, 06:23:54 UTC
dc19e82 Merge branch 'scanpermit-bug' 14 May 2012, 21:31:54 UTC
056d93c Fixed a merge conflict in VoldemortAdminTool 14 May 2012, 21:31:40 UTC
c8ab434 Revert "add clientId for voldemort client" This reverts commit ddded7cf0af82cc1a789ca8426ef6c48744bf445. ClientId implementation will be released after we do one more open-source release before our next Major open-source release. 11 May 2012, 22:01:52 UTC
39690ac Minor change to in getReplicationMapping 11 May 2012, 01:52:17 UTC
5555d37 add tests for zoned restore 11 May 2012, 01:51:13 UTC
425d99d add zoned option for restore from replicas 10 May 2012, 20:08:37 UTC
d59d391 Fixed a potential deadlock issue in ScanPermitWrapper 04 May 2012, 18:39:13 UTC
6bca288 Created a separate scheduler operation to terminate jobs. Disable will simply unschedule and not force kill. 02 May 2012, 23:25:14 UTC
220cdf3 Removed jmx managed for scanpermitwrapper 02 May 2012, 22:04:40 UTC
787f412 Added ScanPermitWrapper class and general cleanup 02 May 2012, 21:52:19 UTC
24dbf61 Fixed the confusing display messages for Admin tool rollback service 02 May 2012, 18:21:24 UTC
a78111d fixed a donor-based rebalancing bug and added a unit test - all DonorBasedRebalanceAsyncOperation no longer share a same executor service so one async operation won't shutdown the executor service while the other async operation is still using it. 18 April 2012, 07:04:01 UTC
a1873ab Merge branch 'master' of github.com:voldemort/voldemort 12 April 2012, 18:00:17 UTC
9b93e92 Include ObsoleteVersionException 11 April 2012, 23:37:06 UTC
136473c Error count and max getall count jmx end points 11 April 2012, 19:52:12 UTC
a22e6f0 Added rollback capability to the Admin tool 10 April 2012, 20:52:12 UTC
f269819 Merge remote branch 'upstream/master' 10 April 2012, 03:01:19 UTC
1f057d7 fix two concurrency bugs during the termination of donor-based rebalancing 07 April 2012, 18:47:00 UTC
34c9c1d Merge branch 'master' of github.com:voldemort/voldemort 06 April 2012, 18:07:18 UTC
4957e95 Merge branch 'inconsistency-resolver' 03 April 2012, 00:57:55 UTC
b470708 Fix race condition in client socket close 29 March 2012, 22:00:06 UTC
3481e4c Merge branch 'master' of github.com:voldemort/voldemort into track-server-conn 26 March 2012, 17:22:24 UTC
d2fae73 Combined node and status in a composite map in AbstractFailureDetector 23 March 2012, 02:09:49 UTC
78ee7c1 Failure detector fix for host swap : DDS-2536 23 March 2012, 00:27:28 UTC
e72630c Small fix with error log in Histogram 21 March 2012, 22:33:52 UTC
fd33676 Added a log instead of Voldemort exception in Histogram and added RequestCounterTest 21 March 2012, 22:30:42 UTC
8b53cc0 fix a bug in histogram where long shall be used instead of int for tracking each call time 21 March 2012, 03:23:08 UTC
a871824 Merge branch 'master' into track-server-conn 15 March 2012, 23:13:16 UTC
f4edf7e Merge remote branch 'upstream/master' 15 March 2012, 20:35:46 UTC
ea2c4f0 Changed withHistogram to useHistogram 15 March 2012, 20:22:45 UTC
ddded7c add clientId for voldemort client 15 March 2012, 19:40:44 UTC
back to top