https://github.com/voldemort/voldemort

sort by:
Revision Author Date Message Commit Date
078bbb1 Updating build.properties and release notes for version 1.6.6 07 February 2014, 21:46:37 UTC
35656a9 Fix broken build by including the appropriate package 07 February 2014, 21:21:15 UTC
49ed4fd More exception handling around adding store in RO2 format 06 February 2014, 23:08:28 UTC
6e71db5 Cosmetic change to queryKeys in admin tool 06 February 2014, 22:51:42 UTC
9700f89 Update query key feature in admin tool 06 February 2014, 22:51:42 UTC
38916eb Create new read only stores in RO2 format 06 February 2014, 20:15:12 UTC
0645528 Documented minor todos for Quota management 06 February 2014, 18:08:43 UTC
4ac3aa9 Adding unit test for rate limiting 06 February 2014, 18:08:43 UTC
8fe6ef8 Workaround SystemStore bug and fix quota store inserts 06 February 2014, 18:08:43 UTC
de2be8f Initial commit for Quota management in Voldemort 06 February 2014, 18:08:43 UTC
0b780d8 Updating build.properties and release notes for version 1.6.5 04 February 2014, 23:36:36 UTC
25411d8 Adding helper method in admin client to fetch remote stores xml and update specified stores in one call. 04 February 2014, 20:11:27 UTC
fe9f6d2 Small addition to ZoneShrinkageCLITest to solve bind exception 03 February 2014, 23:32:41 UTC
987b0e8 Updating release_notes for release 1.6.4 03 February 2014, 23:19:26 UTC
348ade3 RO bug fix caused by RW optimization code 03 February 2014, 23:13:37 UTC
b3dab3e Fix bug when RO server NPE when rolled back An NPE might happen when a RO engine while it does not hold any partitions. When a client queries this engine, an NPE might happen since a pointer to an array has not been initialized. Fix is done by doing extra null pointer checks. 01 February 2014, 00:33:12 UTC
5a5bdb8 Print original XML for ZoneShrinkageCLI 31 January 2014, 23:07:59 UTC
725a61f Add a zone shrinkage CLI and its tests 31 January 2014, 22:50:54 UTC
b9c5b09 Updating release_notes for release 1.6.3 24 January 2014, 22:23:48 UTC
a1ec792 Fix KeyVersionFetcher to not depend on nodeid 0 15 January 2014, 02:06:58 UTC
d5d6808 Updating release_notes for release 1.6.2 10 January 2014, 20:50:55 UTC
aeffeee Fix non static load method in ZoneShrinkageEndToEndTest 09 January 2014, 22:54:41 UTC
03cfea5 Update based on code review 04 January 2014, 00:20:42 UTC
cf698ca Add to EndToEndZoneShrinkageTest 1. Fixed ZenStoreClient NPE related to uninitialized sysStore 2. Added EndToEnd test for zone shrinkage to verify: a. Clients work correctly and rebootstrap in time after cluster change b. Slops does stream out correctly from dropping servers c. Slops targeting dropping servers get dropped 04 January 2014, 00:20:42 UTC
cab7083 Have update meta update store versions automatically 04 January 2014, 00:20:41 UTC
47e9ac8 Fix for problems on metadata change with less nodes 1. Check for node existence in InvalidMetadataCheckingStore and throw InvalidMetadataException if specified node is not in the cluster 2. Have ZenStoreClient rebootstrap when getting InvalidMetadataException. This fixes if the new cluster does not have a node that ZenStoreClient query data from, it would throw Exception. 04 January 2014, 00:20:41 UTC
511e2c3 Modify zone shrinkage shell script for adjusting stores.xml 03 January 2014, 23:29:00 UTC
59a1032 Add clipping of stores.xml to ZoneClipperCLI -- Implement dropZone(.) helper to adjust stores xml with dropped zone -- test to check failure behaviour of zone affinity enabled client 03 January 2014, 23:29:00 UTC
f35ce23 Non contiguous zone/node ids test for atomic setting of metadata pair 03 January 2014, 20:51:54 UTC
f23e8e4 Test streaming client in presence of non-contiguous zone/node ids 03 January 2014, 20:49:40 UTC
ccb63f3 Revert the last commit 03 January 2014, 20:40:37 UTC
a118763 Add a tool to load database dump to Server through admin API 03 January 2014, 02:31:28 UTC
c12a786 Added replication partition under zone nary info 02 January 2014, 22:42:58 UTC
919b259 Adding help message for show-routing-plan 02 January 2014, 22:04:47 UTC
2e880fc Implement show-routing-plan in AdminTool 02 January 2014, 22:04:47 UTC
9573efd Atomically set cluster.xml and stores.xml in metadata store 23 December 2013, 23:06:35 UTC
bf790d0 Reduce usage of zone id constructor to AdminClient 18 December 2013, 17:36:21 UTC
4f78955 Fix jmx getter description 18 December 2013, 01:25:55 UTC
3ad602c Adding help message for --purge-slops 18 December 2013, 01:24:20 UTC
3db0526 Tests for slop purge job 18 December 2013, 01:24:20 UTC
1d31e80 Intial commit for SlopPurgeJob 18 December 2013, 01:24:20 UTC
0ba2ea9 Remove the insane 'ops' variable in AdminTool argument processing 18 December 2013, 01:24:20 UTC
ee239ad slop pruning : half backed first commit 18 December 2013, 01:24:20 UTC
de9ad35 Updating release_notes for release 1.6.1 13 December 2013, 20:03:57 UTC
8ad79bb Renaming methods 12 December 2013, 02:46:37 UTC
24ad913 Adding logic to unschedule stale runnables from ZenStoreClient 12 December 2013, 02:46:37 UTC
ec2e78f Moving the scheduler and sysrepository to parent factory 12 December 2013, 02:46:37 UTC
179d7b7 Put classpath in env 11 December 2013, 03:40:55 UTC
38a4f36 Use symmetricDifference for set difference in test 10 December 2013, 19:43:10 UTC
9452711 Turning on server side routing for Slop auto purge test 10 December 2013, 18:12:05 UTC
f5e8983 Add unit test for ZoneClipperCLI 10 December 2013, 16:23:52 UTC
1736102 Minor renaming and comment improvment 10 December 2013, 16:23:52 UTC
0c5d5bb Enable server side routing for tests that depend on it 10 December 2013, 16:23:52 UTC
da30773 Add tool (ZoneClipperCLI) to drop zone + shell script 10 December 2013, 16:23:52 UTC
b4b12d2 Use own node id during server startup + ZonedRebalanceNonContiguousZonesTest 10 December 2013, 16:23:52 UTC
7fe161d Initialize clientZoneId with unset_zone_id in ClientConfig 10 December 2013, 16:23:52 UTC
65af72a Cleanup metadata directory after test in StorageServiceTest 10 December 2013, 16:23:51 UTC
6bd4d99 added unset_zone_id context for clients 10 December 2013, 16:23:51 UTC
e90009e Hardening test for auto purging dead slops 09 December 2013, 21:43:47 UTC
2104017 Auto purge dead slops 09 December 2013, 21:43:47 UTC
4cfc158 bash script fixes on path 06 December 2013, 05:54:42 UTC
aa46f0e fix log4j properties problem for voldemort-server.sh 06 December 2013, 05:26:25 UTC
304f949 Fix hard coded dependency on node with id 0 in AdminClient 05 December 2013, 04:40:53 UTC
5f5a0b3 Address review feedback 05 December 2013, 04:33:08 UTC
c3f34f8 ZoneCountWriteTest with noncontiguous zone/node ids 05 December 2013, 04:33:08 UTC
7b65798 StorageService Test with non contiguous zone/node ids 05 December 2013, 04:33:08 UTC
b87a3f3 AsyncMetadataVersionManager with noncontiguous zone/node ids 05 December 2013, 04:33:08 UTC
9b06765 AdminServiceBasicTest with non contiguous zone/node ids 05 December 2013, 04:33:08 UTC
b6212e0 Zone Affinity test fix 05 December 2013, 04:33:08 UTC
8299c14 added test to support non contiguous zone and node ids in test cases 05 December 2013, 04:33:08 UTC
f77fd06 fix storage service test affected by turning off server routing 05 December 2013, 04:33:08 UTC
3428ee4 Refactored zoneAffinity Test; add non contigious ids test cases 05 December 2013, 04:33:08 UTC
8b9682d Added fix related zone id on server side The server previously enable server side by default. It creates a routed store inside storage service using default zone id(0). In a cluster with no zone0, the server will fail to start due to zone 0 not found. This fix turns off the server side routing by default and also fix the issue by using sever's specific zone id instead of a static value(0) 05 December 2013, 04:33:08 UTC
92cef4b Address code review comments 05 December 2013, 04:33:08 UTC
60b1911 RepartitionerTest with non contiguous zone/node ids 05 December 2013, 04:33:08 UTC
1be10f3 ZoneRoutingStrategyTest with non-contiguous zone/node ids 05 December 2013, 04:33:08 UTC
244f720 PartitionBalanceTest with non contiguous zone/node ids 05 December 2013, 04:33:08 UTC
a267b3c StoreRouting plan tests with non contiguous zones/nodes 05 December 2013, 04:33:08 UTC
e6aa7ab Add non-contiguous zones/nodes tests to ZonedRebalanceBatchPlan Added shuffle and cluster expansion tests to rebalancebatchplan in presence of cluster with non contiguous zone and node ids. 05 December 2013, 04:33:07 UTC
1e20f7f Add non-contiguous shuffle and cluster expansion planner test 05 December 2013, 04:33:07 UTC
76be417 Add helper methods to create cluster and storedefs 05 December 2013, 04:33:07 UTC
96b0f67 Update release notes for release 1.6.0 05 December 2013, 04:33:07 UTC
45010d5 Minor fixes from conflicts 04 December 2013, 22:00:14 UTC
17a785c Caching store clients in AbstractStoreClientFactory 04 December 2013, 22:00:14 UTC
51c9cf5 slight modification on query keys 03 December 2013, 22:51:53 UTC
46aa48c fixed query keys 28 November 2013, 03:09:28 UTC
0cb6632 added avro support for fetch keys and fetch entries 28 November 2013, 02:20:35 UTC
e92f40a Update release notes for release 1.6.0 27 November 2013, 02:50:35 UTC
acc796d added stats actions for default store client as callback 27 November 2013, 02:50:35 UTC
15592d0 Minor changes related to non contiguous node IDs 22 November 2013, 01:42:48 UTC
afb3a5a rebalance fix for incontiguous ids 19 November 2013, 19:28:40 UTC
f7569b1 Merge pull request #136 from ctasada/windows-files New Window Batch Files 13 November 2013, 23:40:42 UTC
ea2ee23 Releasing Voldemort jar 1.5.9 with a ZenStoreClient related bug fix 05 November 2013, 20:17:39 UTC
47cd1c7 More cleanup in AsyncMetadataVersionManagerTest.java. Adding test timeout and removing the retry loops 31 October 2013, 23:22:21 UTC
a97f36d Adding a test case for tracking versions of multiple stores 31 October 2013, 22:17:46 UTC
dff8c4f Fixing a bug in AsyncMetadataVersionManager related to store version tracking 31 October 2013, 01:04:46 UTC
9414476 Add null checks to make sure push doesn't get a null dir 30 October 2013, 19:55:49 UTC
e4366c2 Fixing name for store client factory mbean Disable unnecessary resthdfs test 30 October 2013, 00:00:05 UTC
f5b0b77 Adding hadoop-auth jar to lib : required by RestHadoopAuth service 29 October 2013, 23:38:45 UTC
2f14bc9 Update release_notes for release 1.5.8 29 October 2013, 21:39:37 UTC
back to top