Commit Graph

8765 Commits

Author SHA1 Message Date
Zhihong Yu 57f8591001 HBASE-11018 ZKUtil.getChildDataAndWatchForNewChildren() will not return null as indicated (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589015 13f79535-47bb-0310-9956-ffa450edef68
2014-04-22 02:30:01 +00:00
Zhihong Yu 3108c9a014 HBASE-11032 Replace deprecated methods in FileSystem with their replacements (Gustavo)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588979 13f79535-47bb-0310-9956-ffa450edef68
2014-04-21 20:46:52 +00:00
Andrew Kyle Purtell bdc2d1f831 HBASE-11044 [Shell] Show groups for user in 'whoami' output
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588945 13f79535-47bb-0310-9956-ffa450edef68
2014-04-21 18:05:24 +00:00
Zhihong Yu 3511399ca7 HBASE-10948 Fix hbase table file 'x' mode (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588718 13f79535-47bb-0310-9956-ffa450edef68
2014-04-20 05:31:19 +00:00
Zhihong Yu a262b2424e HBASE-11031 Revert
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588627 13f79535-47bb-0310-9956-ffa450edef68
2014-04-19 09:11:02 +00:00
larsh e542dac2a8 HBASE-11030 HBaseTestingUtility.getMiniHBaseCluster should be able to return null.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588613 13f79535-47bb-0310-9956-ffa450edef68
2014-04-19 05:28:47 +00:00
larsh b80a597997 HBASE-11037 Race condition in TestZKBasedOpenCloseRegion.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588610 13f79535-47bb-0310-9956-ffa450edef68
2014-04-19 05:21:43 +00:00
Zhihong Yu 25c7577573 HBASE-11031 Some HTable's are not closed in TestLogRolling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588587 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 22:43:09 +00:00
Enis Soztutar b1afd6e117 HBASE-10934 Provide Admin interface to abstract HBaseAdmin (Contributed by Carter)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588528 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 17:40:38 +00:00
mbertozzi 996ce5211c HBASE-11011 Avoid extra getFileStatus() calls on Region startup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588517 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 17:15:58 +00:00
Zhihong Yu 0045b86b78 HBASE-11019 incCount() method should be properly stubbed in HConnectionTestingUtility#getMockedConnectionAndDecorate()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588396 13f79535-47bb-0310-9956-ffa450edef68
2014-04-18 01:01:11 +00:00
Zhihong Yu 39fb144f17 HBASE-11012 InputStream is not properly closed in two methods of JarFinder
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588375 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 21:33:24 +00:00
Michael Stack fb1e2dc8b6 HBASE-10984 Add description about setting up htrace-zipkin to documentation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588333 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 18:30:54 +00:00
Michael Stack 6c643e2031 HBASE-11009 We sync every hbase:meta table write twice
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588329 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 18:12:28 +00:00
Zhihong Yu 2c5f834a51 HBASE-11005 Remove dead code in HalfStoreFileReader#getScanner#seekBefore() (Gustavo Anatoly)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588295 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 16:04:59 +00:00
larsh bdef332044 HBASE-11010 TestChangingEncoding is unnecessarily slow.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588129 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 04:08:20 +00:00
nkeywal b4ad3d27d2 HBASE-11000 Add autoflush option to PerformanceEvaluation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588069 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 20:51:05 +00:00
larsh 16c6a00ac0 HBASE-10988 Addendum, break long line.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588018 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 18:26:28 +00:00
larsh e53b86fe92 HBASE-10988 Properly wait for server in TestThriftServerCmdLine.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1588016 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 18:24:45 +00:00
Zhihong Yu d177b9b9a2 HBASE-10995 Fix resource leak related to unclosed HBaseAdmin
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587966 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 16:35:56 +00:00
Michael Stack 224aab57a0 HBASE-10997 Add a modulo argument to PE to constrain the key range
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587801 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 05:15:48 +00:00
Enis Soztutar 585a4f7778 HBASE-10955 HBCK leaves the region in masters in-memory RegionStates if region hdfs dir is lost
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587772 13f79535-47bb-0310-9956-ffa450edef68
2014-04-16 01:42:55 +00:00
Jean-Daniel Cryans 9fcb2ae865 HBASE-10312 Flooding the cluster with administrative actions leads to collapse
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587742 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 22:46:47 +00:00
jxiang 9f874d4d09 HBASE-10976 Start CatalogTracker after cluster ID is available
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587733 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 21:12:23 +00:00
Andrew Kyle Purtell 6af961c0d3 HBASE-10823 Resolve LATEST_TIMESTAMP to current server time before scanning for ACLs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587648 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 17:48:30 +00:00
mbertozzi 1a89a3fede HBASE-10979 Fix AnnotationReadingPriorityFunction 'scan' handling
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587644 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 17:35:51 +00:00
Zhihong Yu d16b201640 HBASE-10845 Memstore snapshot size isn't updated in DefaultMemStore#rollback()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587614 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 15:34:08 +00:00
Michael Stack 550618ceb7 HBASE-10966 RowCounter misinterprets column names that have colons in their qualifier
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587443 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 06:13:38 +00:00
ramkrishna d1e4cf0566 HBASE-10972 - OOBE in prefix key encoding (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587417 13f79535-47bb-0310-9956-ffa450edef68
2014-04-15 05:03:27 +00:00
rajeshbabu 95c4e5f22c HBASE-10533 commands.rb is giving wrong error messages on exceptions-format correction(rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587299 13f79535-47bb-0310-9956-ffa450edef68
2014-04-14 20:00:40 +00:00
Jean-Daniel Cryans 94875900c6 HBASE-10967 CatalogTracker.waitForMeta should not wait indefinitely silently
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587284 13f79535-47bb-0310-9956-ffa450edef68
2014-04-14 19:01:23 +00:00
rajeshbabu 95974d97eb HBASE-10533 commands.rb is giving wrong error messages on exceptions(rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587282 13f79535-47bb-0310-9956-ffa450edef68
2014-04-14 18:59:32 +00:00
Zhihong Yu d8a76aa44d HBASE-10956 Upgrade hadoop-2 dependency to 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587264 13f79535-47bb-0310-9956-ffa450edef68
2014-04-14 17:59:18 +00:00
jxiang b5867cb327 HBASE-10949 Reversed scan could hang
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1587061 13f79535-47bb-0310-9956-ffa450edef68
2014-04-13 17:56:01 +00:00
Andrew Kyle Purtell 2f4997c19a HBASE-10963 Refactor cell ACL tests; add file missing from previous commit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586880 13f79535-47bb-0310-9956-ffa450edef68
2014-04-12 17:22:31 +00:00
anoopsamjohn 32ae460190 HBASE-10964 Delete mutation is not consistent with Put wrt timestamp.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586808 13f79535-47bb-0310-9956-ffa450edef68
2014-04-12 03:16:35 +00:00
Zhihong Yu 89b60b0374 HBASE-10968 Null check in TableSnapshotInputFormat#TableSnapshotRegionRecordReader#initialize() is redundant
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586806 13f79535-47bb-0310-9956-ffa450edef68
2014-04-12 01:54:47 +00:00
Andrew Kyle Purtell 51c7b82c74 HBASE-10963 Refactor cell ACL tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586785 13f79535-47bb-0310-9956-ffa450edef68
2014-04-11 22:02:08 +00:00
Zhihong Yu 49a3f5e4d1 HBASE-10902 Make Secure Bulk Load work across remote secure clusters (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586709 13f79535-47bb-0310-9956-ffa450edef68
2014-04-11 16:12:22 +00:00
jxiang a0a7cb53ca HBASE-10897 On master start, deadlock if refresh UI
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586705 13f79535-47bb-0310-9956-ffa450edef68
2014-04-11 15:59:26 +00:00
Andrew Kyle Purtell 81bebaee81 HBASE-10951 Use PBKDF2 to generate test encryption keys in the shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586694 13f79535-47bb-0310-9956-ffa450edef68
2014-04-11 15:47:41 +00:00
eclark d102fedd37 Changing organization
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586406 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 18:46:27 +00:00
Michael Stack 58c20f3c76 HBASE-10954 Fix TestCloseRegionHandler.testFailedFlushAborts (Mikhail Antonov)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586213 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 04:44:57 +00:00
nkeywal 8bcb70ddcf HBASE-10931 Enhance logs
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586019 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 16:33:22 +00:00
nkeywal c908da44d0 HBASE-10813 Possible over-catch of exceptions (Ding Yuan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1586006 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 16:11:06 +00:00
ramkrishna e17ef0d87b HBASE-10883-Restrict the universe of labels and authorizations(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585946 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 11:57:24 +00:00
ramkrishna 2922c5284d HBASE-7319-Extend Cell usage through read path (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585945 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 11:46:14 +00:00
ndimiduk 1b3d0c2656 HBASE-10941 default for max version isn't updated in doc after change on 0.96
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585870 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 01:06:10 +00:00
jxiang 78cf844cf3 HBASE-10911 ServerShutdownHandler#toString shows meaningless message
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585576 13f79535-47bb-0310-9956-ffa450edef68
2014-04-07 19:56:10 +00:00
nkeywal 4b762ee841 HBASE-10018 Change the location prefetch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585518 13f79535-47bb-0310-9956-ffa450edef68
2014-04-07 16:55:45 +00:00