swh:1:snp:764524290233376de64947417267228741ce2485

sort by:
Revision Author Date Message Commit Date
424f243 Added lib/google-collect-1.0-rc2.jar 21 March 2012, 23:02:45 UTC
119d62c Updated build.properties to 0.95.li2 21 March 2012, 22:59:12 UTC
ddad142 Updated release notes 21 March 2012, 22:51:50 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
ea2c4f0 Changed withHistogram to useHistogram 15 March 2012, 20:22:45 UTC
7266799 Using Histogram conditionally (only with StoreStats). Updated histogram bucket size to 10000 15 March 2012, 00:42:33 UTC
667da20 Merge pull request #68 from ctasada/40ef19a72e706b45468b26c53cd927a4fe42d100 Fixed NIO Bug 08 March 2012, 18:45:55 UTC
311788b General clean up, performance fixes 01 March 2012, 23:27:38 UTC
5513200 initial integration of histogram into StoreStats 01 March 2012, 23:27:38 UTC
2231cb5 Document the Histogram class 01 March 2012, 23:27:38 UTC
fc9a9b9 Initial pass at a bucketed histogram for percentile statistics 01 March 2012, 23:27:37 UTC
ba1eaa9 Merge branch 'bug_zone_id' 22 February 2012, 19:43:58 UTC
ed45d3d Renamed UnsupportedVoldemortOperationalException to VoldemortUnsupportedOperationalException 22 February 2012, 03:50:52 UTC
153b5bf Renamed UnsupportedVoldemortOperationalException to VoldemortUnsupportedOperationalException 22 February 2012, 03:50:35 UTC
fd4d1a9 Removed null check for server response since null apparently is a valid response. 22 February 2012, 00:59:44 UTC
69c7cc2 Added StoreTimeoutException.java for socket timeout cases which is more precise. 21 February 2012, 21:33:00 UTC
bcadabd Replaced could not parse exception with timeout or connection failure exception. 21 February 2012, 21:30:27 UTC
40ef19a Fixed NIO Bug Fixed java.nio.channels.CancelledKeyException 19 February 2012, 16:36:36 UTC
958f8cb Merged changes from current master 17 February 2012, 21:57:19 UTC
de2f94d Merge branch 'slop-thread-fix' 06 February 2012, 18:25:45 UTC
fe1b415 Code cleanup after review round 1 03 February 2012, 23:10:28 UTC
55a5b74 Replaced fixedthreadpool with cachedthreadpool in StreamingSlopPusher.java 03 February 2012, 02:19:32 UTC
fde488a Removed some unnecessary functions in DynamicEventThrottler 27 January 2012, 22:39:01 UTC
4e41b6a Cleanups in HdfsFetcher. Added Dynamic bandwidth throttling classes 26 January 2012, 00:49:32 UTC
8e088b9 Merge branch 'master' of github.com:icefury71/voldemort into ro_bw_optimize 25 January 2012, 21:31:52 UTC
af20132 Initial changes for setting minimum throttle limit per store 25 January 2012, 21:31:30 UTC
9f69898 Deleted cleanup tool from repo 25 January 2012, 19:02:51 UTC
a1fa2f6 Merge branch 'master' of github.com:voldemort/voldemort 25 January 2012, 18:36:18 UTC
e5e5a2e Merge branch 'fd-after-rebalance' 24 January 2012, 01:25:19 UTC
e64bcd8 Fix BDB storage engine test 23 January 2012, 17:56:54 UTC
0f5c074 Merge branch 'master' of github.com:voldemort/voldemort 21 January 2012, 00:20:06 UTC
2856d51 Register newly added nodes with failure detector 19 January 2012, 18:59:34 UTC
608ad06 Add .idea directory to .gitignore 18 January 2012, 03:51:22 UTC
38b330b Adding support for checksum verification and also incremental backups 13 January 2012, 23:26:42 UTC
700117f Merge branch 'master' of github.com:voldemort/voldemort 13 January 2012, 19:38:58 UTC
5b35d9f Added dynamic throttle limit in storage service and corresponding HdfsFetcher changes 13 January 2012, 19:38:41 UTC
4918633 Merge branch 'bdb_backup' of https://github.com/jroper/voldemort into jroper-bdb_backup Conflicts: clients/python/voldemort/protocol/voldemort_admin_pb2.py src/java/voldemort/client/protocol/admin/AdminClient.java src/java/voldemort/client/protocol/pb/VAdminProto.java src/proto/voldemort-admin.proto 06 January 2012, 02:48:47 UTC
aee112d Merge pull request #64 from roberttheiv/http-4.x-fix Http 4.x upgrade fix 05 January 2012, 18:39:45 UTC
d2694cf Fixed HttpStoreSwapper The parameters were being passed incorrectly via POST methods over HTTP. 05 January 2012, 06:13:07 UTC
f7d05f9 Fixed HTTP unit test The HTTP client was not being created before the tests. Thus several tests were throwing NullPointerExceptions. It broke as part of the move to httpclient 4.x. 05 January 2012, 04:38:04 UTC
c1e33dd Added extra logging messages to HdfsFetcher 05 January 2012, 00:58:05 UTC
ce113ee Merge pull request #61 from akkumar/httpclient4x Upgrade to httpclient 4.x from commons-httpclient 3.0.x 01 January 2012, 21:35:19 UTC
390f9a5 revert thrift upgradation and jdk7 compiler issues 31 December 2011, 18:52:12 UTC
cd005df evert "thrift 0.5.0 to 0.8.0" This reverts commit a511e3d986a62a15b61cb7ef4c4f28b8c335aca6. 31 December 2011, 18:49:36 UTC
3cb447d Revert "cross compile with jdk7 compiler" This reverts commit d23c317f57abb7e7456758d7f56c5b0d5b49df71. 31 December 2011, 18:49:17 UTC
7c18d3d Revert "remove unnecessary echo statements" This reverts commit 3a643228746c54020ce93abfc3c2c9b92fcbdd2f. 31 December 2011, 18:49:00 UTC
7e2cad6 Revert "specify bootclasspath" This reverts commit e22c162c5389c8710f39ddfaa2bdda224e12ce41. 31 December 2011, 18:48:12 UTC
0bdf2ae ignore sourcepath 31 December 2011, 18:38:30 UTC
a8fa1f7 fix bug in last read 31 December 2011, 18:38:07 UTC
d50f090 use predefined functions to set http attributes 31 December 2011, 03:50:41 UTC
de0f853 socket buffer size maintained by the app as opposed to relying on so_rcvbuf dependent on the implementation 31 December 2011, 03:40:31 UTC
1be2fe3 Fix ambiguity due to null - compilation error 31 December 2011, 01:44:29 UTC
6304967 Release httpclient resources 31 December 2011, 01:38:19 UTC
d350008 specify timeout for connection manager as well 31 December 2011, 01:10:10 UTC
6a88af2 Merge remote-tracking branch 'voldemort/master' into httpclient4x 31 December 2011, 00:50:08 UTC
fc1f066 hardcoded constants for http_ok replaced 31 December 2011, 00:34:41 UTC
3dc4fe8 release http resources after use 31 December 2011, 00:31:49 UTC
b1e5807 bounded retrieval of data from stream 30 December 2011, 23:48:56 UTC
c1efb91 httpclient 3.x to httpclient 4.x 30 December 2011, 22:40:24 UTC
e22c162 specify bootclasspath 30 December 2011, 19:18:25 UTC
3a64322 remove unnecessary echo statements 30 December 2011, 19:18:16 UTC
d23c317 cross compile with jdk7 compiler 30 December 2011, 19:14:39 UTC
a511e3d thrift 0.5.0 to 0.8.0 30 December 2011, 07:50:20 UTC
a01e4de Merge pull request #59 from akkumar/master VOLDEMORT_CONFIG_DIR environment variable introduced 30 December 2011, 04:31:54 UTC
fe10ef0 preserve defaults as before 30 December 2011, 02:17:31 UTC
39ca0e0 argument check for launching voldemort-server 30 December 2011, 02:15:39 UTC
eff01b1 ignore test-output from testng 30 December 2011, 02:09:18 UTC
903943f new environment variable - VOLDEMORT_CONFIG_DIR refers to config directory , while VOLDEMORT_HOME refers to home directory of installation as before to play with different configurations. 30 December 2011, 02:09:06 UTC
deeff41 Merge pull request #58 from akkumar/master snappy 0.2 upgrade (from 0.1) 30 December 2011, 01:05:10 UTC
acd8a64 snappy 0.2 added 30 December 2011, 00:43:18 UTC
970a390 0.2 snappy added 30 December 2011, 00:41:46 UTC
fa67e01 snappy 0.2 from 0.1 30 December 2011, 00:35:05 UTC
05bbe3e Small correction in HdfsFetcher and added debug log in eventthrottler 25 December 2011, 00:53:05 UTC
a0ea680 Merge branch 'master' of github.com:voldemort/voldemort 15 December 2011, 19:48:32 UTC
914eac0 Added the read-only cleanup tool 15 December 2011, 19:47:45 UTC
add2904 Fix a typo 12 December 2011, 23:51:29 UTC
4556518 Expose BerkeleyDB JE read buffer configuration (see http://www.oracle.com/technetwork/database/berkeleydb/je-faq-096044.html#38 ) 09 December 2011, 03:54:02 UTC
d650098 Handle string keys in RequestFileFilter 08 December 2011, 19:41:43 UTC
4265653 Add snappy to CompressionStrategyFactory and CompressingStoreTest. 05 December 2011, 22:39:16 UTC
789c2f9 Use compress-lzf from Ning as it includes many performance improvements. 05 December 2011, 15:58:28 UTC
44ca674 Add SnappyCompressionStrategy based on pure Java implementation. Selected https://github.com/dain/snappy as it seems to be the fastest implementation at the moment. 05 December 2011, 12:56:21 UTC
bd927ff Initial changes for RO bandwidth throttler 30 November 2011, 18:48:33 UTC
e8ec37b Merge pull request #52 from jasonko/master Stack and PagedLinkedList library 29 November 2011, 23:09:30 UTC
2633ab4 Merge branch 'master' of github.com:vinothchandar/voldemort 29 November 2011, 01:30:10 UTC
d213fd9 Log the exception 29 November 2011, 01:29:41 UTC
3a369d9 Log the exception 23 November 2011, 18:42:33 UTC
96430d2 handle security exception 23 November 2011, 03:56:48 UTC
03613ad (1) Client throws explicit error if it cannot find a node to hash to. (2) Server logs a warning if the hostname in cluster.xml does not match the current host 23 November 2011, 02:30:40 UTC
db83276 Code review comments. 19 November 2011, 02:25:39 UTC
14cef36 refactoring 17 November 2011, 01:06:26 UTC
9d0748d refactoring 17 November 2011, 01:04:48 UTC
bbd6ece More client side logging 16 November 2011, 18:37:21 UTC
c5c24d7 Merge branch 'master' of github.com:vinothchandar/voldemort 15 November 2011, 02:12:03 UTC
02342be adding client side tracing SNA 8743 SNA 8384 15 November 2011, 02:10:35 UTC
6c1d6cc Merge branch 'master' of github.com:vinothchandar/voldemort 15 November 2011, 02:00:35 UTC
d92108c Client side logging changes, backing out delete operation change 15 November 2011, 01:59:17 UTC
c856bb0 Merge branch 'master' of github.com:vinothchandar/voldemort 15 November 2011, 01:51:53 UTC
0f8ab45 adding client side tracing SNA 8743, SNA 8384 15 November 2011, 01:46:43 UTC
back to top