comparison-type option is case sensitive
commit251f2d3556baa7d0e7d605ef0b186957f887b63c
authorArunachalam Thirupathi <arunachalam.t@gmail.com>
Mon, 10 Feb 2014 19:30:38 +0000 (10 11:30 -0800)
committerArunachalam Thirupathi <arunachalam.t@gmail.com>
Thu, 13 Feb 2014 20:03:16 +0000 (13 12:03 -0800)
treea62e0402ac0b2b590d85be32b13e235c72c35082
parent12bf94045a4d2c5b687674b5e9598debc4eb7cd8
comparison-type option is case sensitive

1) make the comparison-type case insensitive, previously you have
to type HASH and VERSION but other options are lower case
2) Change the ValueFactory class to take type as argument
src/java/voldemort/utils/ConsistencyCheck.java