Commit Graph

8012 Commits

Author SHA1 Message Date
anoopsamjohn b6c898a138 HBASE-10223 [VisibilityController] cellVisibility presence check on Delete mutation is wrong
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1553014 13f79535-47bb-0310-9956-ffa450edef68
2013-12-22 18:19:58 +00:00
Andrew Kyle Purtell 7e5abab822 HBASE-10221. Region from coprocessor invocations can be null on failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552967 13f79535-47bb-0310-9956-ffa450edef68
2013-12-22 06:46:55 +00:00
Andrew Kyle Purtell eebdd8061f HBASE-10220. Put all test service principals into the superusers list
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552947 13f79535-47bb-0310-9956-ffa450edef68
2013-12-21 21:29:40 +00:00
Zhihong Yu a2c4d73395 HBASE-10219 HTTPS support for HBase in RegionServerListTmpl.jamon
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552882 13f79535-47bb-0310-9956-ffa450edef68
2013-12-21 06:24:19 +00:00
jeffreyz 7d411abdfb HBASE-8701: distributedLogReplay need to apply wal edits in the receiving order of those edits
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552828 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 22:21:01 +00:00
jeffreyz d9e510d284 HBASE-10195: mvn site build failed with OutOfMemoryError
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552811 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 21:27:32 +00:00
jeffreyz 4acb881d78 hbase-8529: checkOpen is missing from multi, mutate, get and multiGet etc.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552787 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 19:21:53 +00:00
anoopsamjohn f9cb3d74c8 HBASE-10161 [AccessController] Tolerate regions in recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552748 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 17:24:55 +00:00
anoopsamjohn 25b72708a2 HBASE-10173 Need HFile version check in security coprocessors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552728 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 16:44:40 +00:00
ramkrishna 46148bfbd9 HBASE-10206-Explain tags in the hbase book (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552722 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 16:31:07 +00:00
ramkrishna 28c3e3a61c HBASE-10193 - Cleanup HRegion if one of the store fails to open at region initialization (Aditya Kishore)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552716 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 16:16:54 +00:00
Andrew Kyle Purtell edb5f7c0ae HBASE-10173. Need HFile version check in security coprocessors
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552503 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 06:41:53 +00:00
anoopsamjohn 6bd06665f1 HBASE-10207 ZKVisibilityLabelWatcher : Populate the labels cache on startup
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552488 13f79535-47bb-0310-9956-ffa450edef68
2013-12-20 03:34:03 +00:00
sershe 5f3672b7cf HBASE-10138 incorrect or confusing test value is used in block caches
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552454 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 23:27:56 +00:00
Devaraj Das 5ef080e8a7 HBASE-9866. Support the mode where REST server authorizes proxy users
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552385 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 18:05:15 +00:00
ndimiduk 9f496164d6 HBASE-9524 Multi row get does not return any results even if any one of the rows specified in the query is missing and improve exception handling (Vandana Ayyalasomayajula)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552368 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 17:30:17 +00:00
zjushch c220ed07b2 HBASE-10196 Enhance HBCK to understand the case after online region merge(addendum)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552240 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 06:28:45 +00:00
zjushch ce58832621 HBASE-10196 Enhance HBCK to understand the case after online region merge
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552238 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 06:25:20 +00:00
Michael Stack 3c24b6a24d HBASE-10194 [Usability]: Instructions in CompactionTool no longer accurate because of namespaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552229 13f79535-47bb-0310-9956-ffa450edef68
2013-12-19 05:08:56 +00:00
Michael Stack c2315c8304 HBASE-7088 Duplicate code in RowCounter
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552155 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 23:12:24 +00:00
Michael Stack 9101bce0dc HBASE-8112 Deprecate HTable#batch(final List<? extends Row>)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552151 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 23:02:25 +00:00
liangxie 4ba1942bdc Adding liangxie as a developer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552139 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 22:42:41 +00:00
Michael Stack bca71ecacf HBASE-8269 Fix data locallity documentation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552084 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 20:30:58 +00:00
jeffreyz a227e85cca HBASE-10198: Add a note on how to Import 0.94 exported file to a 0.96 cluster or onwards
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552056 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 18:46:41 +00:00
Zhihong Yu a35c25093c HBASE-10044 test-patch.sh should accept documents by known file extensions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552053 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 18:25:51 +00:00
anoopsamjohn 0b0825ad8e HBASE-10148 [VisibilityController] Tolerate regions in recovery
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552021 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 16:55:18 +00:00
anoopsamjohn ff55f358a9 HBASE-10187 AccessController#preOpen - Include 'labels' table also into special tables list.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551816 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 03:10:08 +00:00
Zhihong Yu 46e9d08dba HBASE-10142 TestLogRolling#testLogRollOnDatanodeDeath test failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551806 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 02:15:01 +00:00
rajeshbabu f97e2d8d19 HBASE-10137 GeneralBulkAssigner with retain assignment plan can be used in EnableTableHandler to bulk assign the regions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551797 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 01:35:29 +00:00
Andrew Kyle Purtell 4fb0da7f84 HBASE-10179. HRegionServer underreports readRequestCounts by 1 under certain conditions (Perry Trolard)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551794 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 01:29:21 +00:00
larsh 3e84d6e6b1 HBASE-10189 Intermittent TestReplicationSyncUpTool failure (LarsH and Demai Ni)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551788 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 00:55:31 +00:00
jxiang 5341bb6f1a HBASE-10182 Potential null object deference in AssignmentManager#handleRegion()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551762 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 23:41:31 +00:00
jxiang e43b527702 HBASE-10159 Replaced deprecated interface Closeable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551631 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 17:06:38 +00:00
Jonathan Hsieh 92410d57d8 HBASE-10186 region_mover.rb broken because ServerName constructor is changed to private (Samir Ahmic)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551532 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 13:05:10 +00:00
zjushch 215899873f HBASE-10180 TestByteBufferIOEngine#testByteBufferIOEngine occasionally fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551497 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 10:11:53 +00:00
larsh fec8ee413b HBASE-9047 - addendum, include new files
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551464 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 05:46:30 +00:00
Michael Stack 7ea071db1f HBASE-9892 Add info port to ServerName to support multi instances in a node
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551458 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 04:35:59 +00:00
Enis Soztutar fab098fa47 HBASE-10084 [WINDOWS] bin\hbase.cmd should allow whitespaces in java.library.path and classpath
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551433 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 01:03:10 +00:00
Enis Soztutar a3c4fba14e HBASE-10098 [WINDOWS] pass in native library directory from hadoop for unit tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551425 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 00:47:10 +00:00
anoopsamjohn fb5e7b3869 HBASE-10157 Provide CP hook post log replay
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551417 13f79535-47bb-0310-9956-ffa450edef68
2013-12-17 00:37:14 +00:00
Zhihong Yu ef5c528427 HBASE-10178 Potential null object dereference in TablePermission#equals()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551409 13f79535-47bb-0310-9956-ffa450edef68
2013-12-16 23:46:30 +00:00
Zhihong Yu 378eecbf8f HBASE-9928 TestHRegion should clean up test-data directory upon completion
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551406 13f79535-47bb-0310-9956-ffa450edef68
2013-12-16 23:39:26 +00:00
Enis Soztutar b021a1a513 HBASE-10163 Example Thrift DemoClient is flaky
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551385 13f79535-47bb-0310-9956-ffa450edef68
2013-12-16 22:34:36 +00:00
eclark 3c68d478d1 HBASE-10146 Bump HTrace version to 2.04
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551316 13f79535-47bb-0310-9956-ffa450edef68
2013-12-16 19:11:56 +00:00
Zhihong Yu 9b945bc87f HBASE-10164 Allow heapsize of different units to be passed as HBASE_HEAPSIZE
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550996 13f79535-47bb-0310-9956-ffa450edef68
2013-12-15 02:59:24 +00:00
rajeshbabu 43841e340e HBASE-9261 Add cp hooks after {start|close}RegionOperation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550990 13f79535-47bb-0310-9956-ffa450edef68
2013-12-15 02:02:29 +00:00
anoopsamjohn b5199318fa HBASE-10155 HRegion isRecovering state is wrongly coming in postOpen hook
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550880 13f79535-47bb-0310-9956-ffa450edef68
2013-12-14 05:35:39 +00:00
anoopsamjohn 5fd25ffbc0 HBASE-10151 No-op HeapMemoryTuner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550871 13f79535-47bb-0310-9956-ffa450edef68
2013-12-14 03:01:11 +00:00
sershe 763e060db9 HBASE-9829 make the compaction logging less confusing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550866 13f79535-47bb-0310-9956-ffa450edef68
2013-12-14 01:49:46 +00:00
Michael Stack 4ee8b16d67 HBASE-8755 A new write thread model for HLog to improve the overall HBase write throughput
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550778 13f79535-47bb-0310-9956-ffa450edef68
2013-12-13 17:32:09 +00:00