https://github.com/voldemort/voldemort

sort by:
Revision Author Date Message Commit Date
a6bc561 Prepare to release version 1.1.6 with the corrected ivy dependency for bdb je 12 December 2012, 21:53:23 UTC
1d6fb4c Prepare to release version 1.1.5 10 December 2012, 19:10:46 UTC
71a1eee fixed test using Chinmays commit 01 December 2012, 00:42:01 UTC
9f474ba backfit code for avro serialization 01 December 2012, 00:40:00 UTC
76c6c48 Prepare to release (special) version 1.1.4 based off of version 0.96.li7. 27 November 2012, 22:59:36 UTC
82072ac Merge branch 'master' of github.com:voldemort/voldemort into autobootstrapper 21 September 2012, 06:35:06 UTC
6889d34 Final review comments correction for autobootstrapper: Copyright, documentation and variable naming convention 21 September 2012, 06:34:43 UTC
be12a28 Fixed the merge issues from master. Fixed a bug in SocketStoreClientFactoryMbeanTest 20 September 2012, 00:49:36 UTC
c26373f increased sleep time in RoutedStoreTest 19 September 2012, 18:40:28 UTC
78ae5d5 Removed unnecessary variables from AsyncMetadataVersionManager 17 September 2012, 22:22:57 UTC
91ab1d8 Bug fix in AsyncMetadataVersionManager. Client config parameters added for System store. Changed AdminClient to use a Timestamp instead of a counter for metadata version 14 September 2012, 01:00:37 UTC
6b9260f Modified behavior of getall to comply javadoc when key does not exist in store 13 September 2012, 18:04:38 UTC
c54100d Updating release version to 0.96 in build.properties 12 September 2012, 17:31:05 UTC
07be427 Bug fix: initializing system store client in AdminClient during every operation to account for cluster.xml changes 12 September 2012, 16:04:13 UTC
5cb1249 Added a instantInit flag to LazyClientStore, removed DefaultSocketStoreClientTest, returning DefaultStoreClient for Http protocol 11 September 2012, 17:36:02 UTC
440832e Code cleanup, bug fixes for system stores and auto-rebootstrapper 11 September 2012, 06:10:11 UTC
31bab19 Corrected help message for a33b280fc8 06 September 2012, 21:30:38 UTC
bca4a12 Added possible fix for rebalance tests random failures 06 September 2012, 20:40:21 UTC
a86a9e5 Added tests for auto-rebootstrap, Failure detector fix to track just one state of the topology (instead of immutable states), added ZenStoreClient 06 September 2012, 17:39:27 UTC
878af04 Readded peter's change 06 September 2012, 02:23:12 UTC
a33b280 Reuses --stores option and added multiple store query support. Fixed bug that prevents queryKeys, fetchEntries, fetchKeys to print results beyond the first store 06 September 2012, 01:26:11 UTC
ef91db7 Deleted multiple store detection for --store option 06 September 2012, 01:26:11 UTC
b18840b Added admin option to query keys on specified nodes 06 September 2012, 01:26:11 UTC
614eab9 refactored streaming and writing of voldemort admin data printing 06 September 2012, 01:26:11 UTC
604324d Minor changes to tests 06 September 2012, 00:40:41 UTC
da04c85 More tests for getall fix 06 September 2012, 00:40:41 UTC
2b048f3 Fixed a bug that will make GetAll to go to one more node than preferred 06 September 2012, 00:40:40 UTC
33c809e Adding unregisterMBean calls 30 August 2012, 21:52:09 UTC
9bafcc8 - 'retention-frequency' to control frequency for running DataCleanupJob - Use same jmxid as the factory across the board - add server config to control socket backlog - add count() jmx call to obtain number of k-v pairs from store 30 August 2012, 21:52:09 UTC
5e7ef39 Merge pull request #90 from jayjwylie/client-shell Cleaned up help/usage messages within the client shell. 28 August 2012, 23:32:14 UTC
210a2bd Revert "Improving debug messages in request tracing" This reverts commit 98643ea18481ebfbb0fe1a7575ae6157f84f939e. 17 August 2012, 19:48:18 UTC
c8dcd82 Merge pull request #89 from pbailis/master Improve debug messages in Voldemort 13 August 2012, 18:59:37 UTC
89ded28 Cleaned up help/usage messages within the client shell. In particular, print out possible values of meta_key for getmetadata and clarified how to use fetchkeys and fetch. 10 August 2012, 16:55:05 UTC
4f8c978 Deleted CNAME in master 10 August 2012, 00:47:54 UTC
98643ea Improving debug messages in request tracing 09 August 2012, 01:32:29 UTC
3feca72 Changed CNAME file for test 07 August 2012, 23:28:24 UTC
ec190a0 Added CNAME for github docs to accept project-voldemort.com 07 August 2012, 22:14:20 UTC
1935c65 Merge pull request #87 from zsimic/master Removed test-view from config/single_node_cluster 06 August 2012, 15:51:14 UTC
fcffeb5 Added file backed storage engine. Factored out ZenStoreClient from DefaultStoreClient (with a configurable switch). Added unit tests. 02 August 2012, 21:27:37 UTC
b8f0be4 Merge pull request #85 from pbailis/master Enable log4j.properties in all tests and fix hidden debug NPE 01 August 2012, 01:15:36 UTC
d15b605 Updating the checksum code to handle computation for a buffer range 01 August 2012, 01:05:10 UTC
a95260a Merge pull request #77 from glinmac/python-client-disconnect Handle disconnection 31 July 2012, 23:26:29 UTC
1b895b2 Merge pull request #88 from jghoman/badarraycopy Don't make a copy of the buffer, as it may shrink down to one elemnent. 31 July 2012, 06:03:01 UTC
e77ee0f undo changes to mbean registration names - don't use client context as part of the name 30 July 2012, 23:21:25 UTC
40a3d99 Don't make a copy of the buffer, as it may shrink down to one elemnent. Also, use a bufferedoutputstream. 28 July 2012, 02:16:37 UTC
0aa7f42 Merge pull request #86 from stotch/gencluster-enhance generate_cluster_xml.py enhancements 27 July 2012, 16:20:47 UTC
ab97905 Per Jay Wylie's review, no longer using a dict to store the partition sets and fixed two typos 26 July 2012, 23:40:38 UTC
fd1f9fb add close method for shutting down client's SchedulerService in AbstractStoreClientFactory 25 July 2012, 22:26:02 UTC
21ff934 Removed 'test-view' from config/single_node_cluster as bin/voldemort-server.sh fails to start with it 24 July 2012, 06:10:01 UTC
2c6b61f PUT returns null, leading to a NullPointerException when debug logging is enabled in SocketStore 23 July 2012, 21:22:01 UTC
3886bb1 Include log4j resources.dir in all tests via build.xml 23 July 2012, 21:22:01 UTC
415d982 Getting rid of some unused and deprecated code, added in a comment to help explain and separate the partition shuffling 20 July 2012, 21:53:52 UTC
4e628fe add minimumSharedCache param + more tests. 13 July 2012, 19:03:09 UTC
986c8f2 BDB Cache partitioning 13 July 2012, 19:01:59 UTC
3aa9d12 Fixed --seed argument handling so that it actually works, now 12 July 2012, 20:14:16 UTC
ffff0f7 Added log4j properties folder for junit test 11 July 2012, 23:52:35 UTC
a560629 Fixing typo 11 July 2012, 02:44:59 UTC
962298e Added default behavior, handling of long and short options for modifying defaults, zone support, random seed generation, removed text width formatting as it is not necessary, cleaned up format, refactored code, sys module no longer necessary (now that argparse is used) so removed it, added default interpreter path 11 July 2012, 02:41:03 UTC
b687f02 Merge pull request #83 from pbailis/master Debug messages for initial Voldemort profiling 10 July 2012, 18:36:46 UTC
fa3d6f6 Adding extra debug messages for tracing in Voldemort 10 July 2012, 18:18:05 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
70718b4 Deleted unnescessary mbean registration 10 July 2012, 01:34:18 UTC
05f23ec code clean up 10 July 2012, 01:07:13 UTC
88cb37c BDB+ Data cleanup Monitoring changes 06 July 2012, 17:34:05 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
back to top