nkeywal
|
5cf62f550f
|
HBASE-11028 FSLog: Avoid an extra sync if the current transaction is already sync'd
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589158 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-22 15:04:32 +00:00 |
ramkrishna
|
2513370c3e
|
HBASE-10929-Change ScanQueryMatcher to use Cells instead of KeyValue.(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1589018 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-22 03:58:41 +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 |
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
|
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 |
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 |
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 |
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 |
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 |
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 |
ramkrishna
|
3b1c72dfd3
|
HBASE-10899-[AccessController] Apply MAX_VERSIONS from schema or request when scanning(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585014 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-05 07:41:24 +00:00 |
Zhihong Yu
|
7d821d1099
|
HBASE-10912 setUp / tearDown in TestSCVFWithMiniCluster should be done once per run
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584952 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-05 02:49:03 +00:00 |
jeffreyz
|
e524b5b330
|
HBASE-10895: unassign a region fails due to the hosting region server is in FailedServerList
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584947 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-05 00:58:55 +00:00 |
Michael Stack
|
b2ef1ce01c
|
HBASE-10886 add htrace-zipkin to the runtime dependencies again -- REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584935 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 23:19:35 +00:00 |
Zhihong Yu
|
25c95d8dd9
|
HBASE-10906 Change error log for NamingException in TableInputFormatBase to WARN level
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584890 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-04 20:28:03 +00:00 |
Zhihong Yu
|
60cac49720
|
HBASE-10705 CompactionRequest#toString() may throw NullPointerException (Rekha Joshi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584476 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 23:58:52 +00:00 |
Michael Stack
|
62908378bc
|
HBASE-10886 add htrace-zipkin to the runtime dependencies again (Masatake Iwasaki)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584455 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 23:04:10 +00:00 |
Zhihong Yu
|
75fd9ff2b7
|
HBASE-10890 ExportSnapshot needs to add acquired token to job (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584449 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 22:57:33 +00:00 |
Michael Stack
|
c6042a57e4
|
HBASE-10903 HBASE-10740 regression; cannot pass commands for zk to run
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584407 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 21:34:11 +00:00 |
sershe
|
60079f0cd0
|
HBASE-10118 Major compact keeps deletes with future timestamps (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584383 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 20:29:30 +00:00 |
Michael Stack
|
6892ae258d
|
HBASE-10888 Enable distributed log replay as default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584346 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 19:39:55 +00:00 |
Zhihong Yu
|
e124054e4e
|
HBASE-10850 essential column family optimization is broken
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584335 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 10:13:32 +00:00 |
anoopsamjohn
|
3e1d49e146
|
HBASE-10854 [VisibilityController] Apply MAX_VERSIONS from schema or request when scanning. (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584327 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 09:28:16 +00:00 |
jxiang
|
a9440c57c9
|
HBASE-10897 On master start, deadlock if refresh UI
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1584091 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-02 16:50:27 +00:00 |
Michael Stack
|
556f7fa07e
|
HBASE-10855 Enable hfilev3 by default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583819 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 23:00:03 +00:00 |
jxiang
|
211ae1d150
|
HBASE-10851 Wait for regionservers to join the cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583769 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 19:53:55 +00:00 |
Zhihong Yu
|
50983ad638
|
HBASE-10867 Addendum removes two unused variables
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583740 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 17:25:33 +00:00 |
Zhihong Yu
|
165a6d679a
|
HBASE-10867 TestRegionPlacement#testRegionPlacement occasionally fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583515 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 02:11:13 +00:00 |
Zhihong Yu
|
0f0d6c1754
|
HBASE-10848 Filter SingleColumnValueFilter combined with NullComparator does not work (Fabien)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583511 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-01 01:53:01 +00:00 |
jxiang
|
bc42dc04ac
|
HBASE-10815 Master regionserver should be rolling-upgradable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583373 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-31 16:42:04 +00:00 |
ramkrishna
|
ea78f39854
|
HBASE-10531-Revisit how the key byte[] is passed to HFileScanner.seekTo and reseekTo (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583031 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 17:18:56 +00:00 |
anoopsamjohn
|
4fa7db7304
|
HBASE-10860 Insufficient AccessController covering permission check.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582987 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 11:11:20 +00:00 |
Zhihong Yu
|
a3e66356fe
|
HBASE-10863 Scan doesn't return rows for user who has authorization by visibility label
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582979 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 10:32:56 +00:00 |
Michael Stack
|
300bc2b4ea
|
HBASE-10864 Spelling nit (Alex Newman)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582946 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 03:40:10 +00:00 |
Zhihong Yu
|
177bbff391
|
HBASE-10868 TestAtomicOperation should close HRegion instance after each subtest
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582927 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-29 00:54:23 +00:00 |
jeffreyz
|
026e89af76
|
HBASE-10809: HBaseAdmin#deleteTable fails when META region happen to move around same time
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582841 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 17:38:30 +00:00 |
anoopsamjohn
|
897554ff3c
|
HBASE-10849 Fix increased javadoc warns.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582832 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 17:08:54 +00:00 |
liangxie
|
2084122996
|
HBASE-10788 Add 99th percentile of latency in PE (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582583 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 02:37:59 +00:00 |
Michael Stack
|
a0415141f9
|
HBASE-10853 NPE in RSRpcServices.get on trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582553 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 23:53:46 +00:00 |
Michael Stack
|
325fcaf4e1
|
HBASE-10796 Set default log level as INFO
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582532 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 23:09:59 +00:00 |
Zhihong Yu
|
2fa73bce2b
|
HBASE-10852 TestDistributedLogSplitting#testDisallowWritesInRecovering occasionally fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582487 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 21:44:56 +00:00 |
anoopsamjohn
|
4487333e5e
|
HBASE-10840 Fix findbug warn induced by HBASE-10569.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582242 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 10:32:23 +00:00 |
Enis Soztutar
|
e44d0d8083
|
HBASE-10842 Some loggers not declared static final (Richard Ding)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582142 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 00:54:15 +00:00 |
jxiang
|
a87927acdc
|
HBASE-10839 NullPointerException in construction of RegionServer in Security Cluster
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582140 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 00:34:43 +00:00 |
Zhihong Yu
|
25932c793d
|
HBASE-8889 TestIOFencing#testFencingAroundCompaction occasionally fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582133 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 00:05:10 +00:00 |
jeffreyz
|
26eee4c501
|
HBASE-10833: Region assignment may fail during cluster start up
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582110 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 23:15:09 +00:00 |
Enis Soztutar
|
28efa14cc3
|
HBASE-10829 Flush is skipped after log replay if the last recovered edits file is skipped
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581947 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 17:21:36 +00:00 |
Andrew Kyle Purtell
|
af8d406d14
|
HBASE-10838 Insufficient AccessController covering permission check (Anoop Sam John)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581939 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 17:05:29 +00:00 |
mbertozzi
|
8acd72dbba
|
HBASE-10825 Add copy-from option to ExportSnapshot
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581909 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 16:23:20 +00:00 |
liangxie
|
b8975a0e8a
|
HBASE-10774 Restore TestMultiTableInputFormat (Liu Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581661 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 03:00:53 +00:00 |
Zhihong Yu
|
758d68b7cc
|
HBASE-10828 TestRegionObserverInterface#testHBase3583 should wait for all regions to be assigned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581515 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 21:03:52 +00:00 |
jxiang
|
d59d9b48f4
|
HBASE-10569 Co-locate meta and master - ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581513 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 21:02:20 +00:00 |
jxiang
|
7716a3ca94
|
HBASE-10569 Co-locate meta and master
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581479 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 19:34:52 +00:00 |
mbertozzi
|
4a0904502d
|
HBASE-10804 Add a validation step to ExportSnapshot
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581411 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 16:43:08 +00:00 |
anoopsamjohn
|
e165d19130
|
HBASE-10750 Pluggable MemStoreLAB.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581287 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 09:47:28 +00:00 |
Zhihong Yu
|
1bf2308543
|
HBASE-5175 Add DoubleColumnInterpreter (Julian Wissmann)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581200 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 03:14:16 +00:00 |
larsh
|
2d17ce3999
|
HBASE-10805 Speed up KeyValueHeap.next() a bit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580149 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 04:09:16 +00:00 |
Michael Stack
|
c4610ecab2
|
HBASE-10746 Bump the version of HTrace to 3.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580076 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-21 22:46:03 +00:00 |
Zhihong Yu
|
3a84ed22ee
|
HBASE-10752 Port HBASE-10270 'Remove DataBlockEncoding from BlockCacheKey' to trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579742 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-20 21:16:05 +00:00 |
Enis Soztutar
|
39c1c2ee2d
|
HBASE-10799 [WINDOWS] TestImportTSVWithVisibilityLabels.testBulkOutputWithTsvImporterTextMapper fails on windows
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579723 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-20 19:46:16 +00:00 |
liangxie
|
c729de9aa0
|
HBASE-10782 Hadoop2 MR tests fail occasionally because of mapreduce.jobhistory.address is no set in job conf (Shaohui Liu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579520 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-20 03:25:00 +00:00 |
ndimiduk
|
7278d9ccf1
|
HBASE-10792 RingBufferTruck does not release its payload
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579475 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 23:59:44 +00:00 |
Zhihong Yu
|
1f5c0d14fc
|
HBASE-10786 If snapshot verification fails with 'Regions moved', the message should contain the name of region causing the failure
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579374 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 20:03:22 +00:00 |
Andrew Kyle Purtell
|
3eb0400a31
|
HBASE-10787 TestHCM#testConnection* takes too long (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579358 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-19 19:15:41 +00:00 |
mbertozzi
|
11b3ce7f82
|
HBASE-10770 Don't exit from the Canary daemon mode if no regions are present
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578606 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-17 21:37:40 +00:00 |
mbertozzi
|
53d43e3439
|
HBASE-10766 SnapshotCleaner allows to delete referenced files (Bharath Vissapragada)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578450 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-17 16:15:39 +00:00 |
Zhihong Yu
|
36d2589461
|
HBASE-10767 Load balancer may interfere with tests in TestHBaseFsck
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578447 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-17 16:14:48 +00:00 |
Andrew Kyle Purtell
|
26f20dca6a
|
HBASE-10762 clone_snapshot doesn't check for missing namespace (Matteo Bertozzi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577956 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 23:43:55 +00:00 |
Enis Soztutar
|
7be181e455
|
HBASE-9721 RegionServer should not accept regionOpen RPC intended for another(previous) server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577951 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 23:24:26 +00:00 |
Andrew Kyle Purtell
|
543908ecc2
|
HBASE-10764 TestLoadIncrementalHFilesSplitRecovery#testBulkLoadPhaseFailure takes too long (rajeshbabu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577949 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 23:21:05 +00:00 |
Zhihong Yu
|
d18274e992
|
HBASE-10760 Wrong methods' names in ClusterLoadState class (Victor Xu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577914 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 17:51:51 +00:00 |
larsh
|
f3cb34588b
|
HBASE-10706 Disable writeToWal in tests where possible
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577780 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 04:22:19 +00:00 |
Michael Stack
|
8d7a4fcbdb
|
HBASE-10549 When there is a hole, LoadIncrementalHFiles will hang in an infinite loop -- ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577776 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 04:04:18 +00:00 |
Enis Soztutar
|
2242036c01
|
HBASE-10184 [Online Schema Change]: Add additional tests for online schema change (Aleksandr Shulman) REVERTED patch and addendum patch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577770 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-15 00:41:24 +00:00 |
Michael Stack
|
a1a5f57bff
|
HBASE-10656 high-scale-lib's Counter depends on Oracle (Sun) JRE, and also has some bug
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577759 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 23:20:14 +00:00 |
Andrew Kyle Purtell
|
6bf39f5359
|
HBASE-10599 Replace System.currentMillis() with EnvironmentEdge.currentTimeMillis in memstore flusher and related places (Ramkrishna S. Vasudevan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577702 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 20:46:33 +00:00 |
Michael Stack
|
e97a4df4e0
|
HBASE-10751 TestHRegion testWritesWhileScanning occasional fail since HBASE-10514 went in
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577664 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 19:16:44 +00:00 |
rajeshbabu
|
7f35dcd74a
|
HBASE-10549 When there is a hole, LoadIncrementalHFiles will hang in an infinite loop.(yuanxinen)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577655 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 18:46:51 +00:00 |
jxiang
|
221bd54ba2
|
HBASE-10745 Access ShutdownHook#fsShutdownHooks should be synchronized
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577588 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 15:56:43 +00:00 |
anoopsamjohn
|
47e3864ee0
|
HBASE-10648 Pluggable Memstore.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577541 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 14:07:10 +00:00 |
jxiang
|
575f58f13c
|
HBASE-10744 AM#CloseRegion no need to retry on FailedServerException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577416 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 03:06:32 +00:00 |
jxiang
|
6b2437de2c
|
HBASE-10739 RS web UI NPE if master shuts down sooner
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577415 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 03:02:21 +00:00 |
Zhihong Yu
|
5c43d3cbed
|
HBASE-10184 Addendum fixes compilation against hadoop-1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577394 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-14 00:34:50 +00:00 |
Andrew Kyle Purtell
|
bb8594380d
|
HBASE-10184 [Online Schema Change]: Add additional tests for online schema change (Aleksandr Shulman)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577375 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-13 23:25:37 +00:00 |
jxiang
|
5f300467b8
|
HBASE-10738 AssignmentManager should shut down executors on stop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577357 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-13 22:42:02 +00:00 |
Michael Stack
|
731e2f6541
|
HBASE-10514 Forward port HBASE-10466, possible data loss when failed flushes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577353 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-13 22:35:26 +00:00 |
Michael Stack
|
98cf3e27ee
|
HBASE-10476 HBase Master log grows very fast after stopped hadoop (due to connection exception) (Demai Ni)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577340 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-13 22:11:52 +00:00 |
jxiang
|
889ff7cbed
|
HBASE-10737 HConnectionImplementation should stop RpcClient on close
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577304 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-13 20:04:00 +00:00 |
Michael Stack
|
748aaefb12
|
HBASE-9294 NPE in /rs-status during RS shutdown
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576953 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-12 22:12:26 +00:00 |
Michael Stack
|
d8ce8d0506
|
HBASE-10679 Both clients get wrong scan results if the first scanner expires and the second scanner is created with the same scannerId on the same region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576928 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-12 21:33:55 +00:00 |
Andrew Kyle Purtell
|
f4ee8a05ea
|
HBASE-10726 Fix java.lang.ArrayIndexOutOfBoundsException in StochasticLoadBalancer (Enis Soztutar)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576795 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-12 16:02:36 +00:00 |
Andrew Kyle Purtell
|
d54525ca90
|
HBASE-10169 Batch coprocessor (Jingcheng Du and Gary Helmling)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576791 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-12 15:56:57 +00:00 |
Andrew Kyle Purtell
|
b22548ff06
|
HBASE-10718 TestHLogSplit fails when it sets a KV size to be negative (Esteban Gutierrez)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576747 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-12 14:16:24 +00:00 |
Zhihong Yu
|
f6ae53870f
|
HBASE-10723 Convert TestExplicitColumnTracker to junit4 test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576542 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 23:28:47 +00:00 |
larsh
|
d2eac30d68
|
HBASE-9778 Add hint to ExplicitColumnTracker to avoid seeking
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576457 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 18:28:42 +00:00 |
Zhihong Yu
|
fdd4e8a01b
|
HBASE-10717 TestFSHDFSUtils#testIsSameHdfs fails with IllegalArgumentException running against hadoop 2.3
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576371 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 14:53:39 +00:00 |
jxiang
|
9f5175186f
|
HBASE-10714 SyncFuture hangs when sequence is 0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576118 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-10 22:48:19 +00:00 |
ramkrishna
|
829c3725c7
|
HBASE-10675 - IntegrationTestIngestWithACL should allow User to be passed as Parameter (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576016 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-10 17:46:40 +00:00 |
Michael Stack
|
6dab763850
|
HBASE-10651 Fix incorrect handling of IE that restores current thread's interrupt status within while/for loops in Replication (Honghua Feng)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575605 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 20:41:32 +00:00 |
Zhihong Yu
|
ae1abc8b1b
|
HBASE-8304 Bulkload fails to remove files if fs.default.name / fs.defaultFS is configured without default port (Haosdent)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575590 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 18:48:55 +00:00 |
ndimiduk
|
f032023ea5
|
HBASE-10660 MR over snapshots can OOM when alternative blockcache is enabled
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575454 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 00:33:20 +00:00 |
Michael Stack
|
7f95fccd06
|
HBASE-10663 Some code cleanup of class Leases and ScannerListener.leaseExpired
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575451 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-07 23:47:17 +00:00 |
Zhihong Yu
|
e2c671183e
|
HBASE-10697 Convert TestSimpleTotalOrderPartitioner to junit4 test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575297 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-07 15:51:01 +00:00 |
Zhihong Yu
|
727b414e35
|
HBASE-10693 Correct declarations of Atomic* fields from 'volatile' to 'final' (Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575059 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 21:50:19 +00:00 |
Zhihong Yu
|
61d7c89d24
|
HBASE-10694 TableSkewCostFunction#cost() casts integral division result to double
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575031 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 20:35:11 +00:00 |
Enis Soztutar
|
617235b953
|
HBASE-10686 [WINDOWS] TestStripeStoreFileManager fails on windows
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1575011 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 19:08:16 +00:00 |
ndimiduk
|
1237a85052
|
HBASE-10432 Rpc retries non-recoverable error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574973 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 17:35:33 +00:00 |
mbertozzi
|
3ce062eb89
|
HBASE-10678 Make verifyrep tool implement toolrunner (Bharath Vissapragada)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574821 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 09:46:57 +00:00 |
Andrew Kyle Purtell
|
9265f6f762
|
HBASE-10665 TestCompaction and TestCompactionWithCoprocessor run too long
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574775 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 05:51:04 +00:00 |
Andrew Kyle Purtell
|
59f57d9158
|
HBASE-10666 TestMasterCoprocessorExceptionWithAbort hangs at shutdown
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574773 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 05:42:51 +00:00 |
Zhihong Yu
|
fc9407f3a3
|
HBASE-10662 RegionScanner is never closed if the region has been moved-out or re-opened when performing scan request
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574743 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 01:42:32 +00:00 |
jxiang
|
78b7dad2c8
|
HBASE-10649 TestMasterMetrics fails occasionally
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574738 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 01:26:25 +00:00 |
Zhihong Yu
|
bd18c274ba
|
HBASE-10615 Make LoadIncrementalHFiles skip reference files (Jerry He)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574736 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-06 01:09:34 +00:00 |
larsh
|
04ee3b2f25
|
HBASE-10594 Speed up TestRestoreSnapshotFromClient.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574602 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 18:21:37 +00:00 |
rajeshbabu
|
c1c9f1ff05
|
HBASE-10669 [hbck tool] Usage is wrong for hbck tool for -sidelineCorruptHfiles option(Deepak Sharma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574593 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 18:05:07 +00:00 |
Zhihong Yu
|
ddaf9b7701
|
HBASE-10670 HBaseFsck#connect() should use new connection
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574588 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 17:45:37 +00:00 |
rajeshbabu
|
1500ae9438
|
HBASE-10677 boundaries check in hbck throwing IllegalArgumentException(Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574583 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 17:35:30 +00:00 |
Zhihong Yu
|
bc9834426a
|
HBASE-10624 Fix 2 new findbugs warnings introduced by HBASE-10598
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574149 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 17:44:30 +00:00 |
mbertozzi
|
50f857944e
|
HBASE-10622 Improve log and Exceptions in Export Snapshot
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1574031 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 11:19:17 +00:00 |
nkeywal
|
78930691ca
|
HBASE-9999 Add support for small reverse scan
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573949 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 09:06:27 +00:00 |
nkeywal
|
f9dab7dddd
|
HBASE-10650 Fix incorrect handling of IE that restores current thread's interrupt status within while/for loops in RegionServer (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573942 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 08:50:01 +00:00 |
nkeywal
|
84f48f87f8
|
HBASE-10652 Fix incorrect handling of IE that restores current thread's interrupt status within while/for loops in rpc (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573937 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-04 08:45:15 +00:00 |
Zhihong Yu
|
f3233d72ba
|
HBASE-10609 Remove filterKeyValue(Cell ignored) from FilterBase
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573774 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 21:57:23 +00:00 |
Enis Soztutar
|
e196b203ac
|
HBASE-10632 Region lost in limbo after ArrayIndexOutOfBoundsException during assignment
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573723 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 20:07:04 +00:00 |
anoopsamjohn
|
518e3c72d6
|
HBASE-10451 Enable back Tag compression on HFiles.(Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573149 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-01 10:50:50 +00:00 |
Zhihong Yu
|
05139ace54
|
HBASE-10644 TestSecureExportSnapshot#testExportFileSystemState fails on hadoop-1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573116 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-01 00:44:54 +00:00 |
Zhihong Yu
|
80e007aa98
|
HBASE-10627 A logic mistake in HRegionServer isHealthy (Shaohui)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1573012 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 17:32:49 +00:00 |
mbertozzi
|
9f86836794
|
HBASE-10631 Avoid extra seek on FileLink open
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572889 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 09:13:58 +00:00 |
nkeywal
|
eb38979c80
|
HBASE-10080 Unnecessary call to locateRegion when creating an HTable instance
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572525 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 11:36:28 +00:00 |
larsh
|
3600a9a973
|
HBASE-10594 Revert due to test instability
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572439 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 05:34:38 +00:00 |
Andrew Kyle Purtell
|
8c18ecfba3
|
HBASE-10618 User should not be allowed to disable/drop visibility labels table (Anoop Sam John)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572354 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 23:52:42 +00:00 |
Michael Stack
|
c6236a57a5
|
HBASE-10598 Written data can not be read out because MemStore#timeRangeTracker might be updated concurrently (cuijianwei)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572333 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 23:12:02 +00:00 |
Enis Soztutar
|
ee48ff48a1
|
HBASE-10591 Sanity check table configuration in createTable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572301 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 22:24:20 +00:00 |
ndimiduk
|
196931e022
|
HBASE-10592 Refactor PerformanceEvaluation tool
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572286 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 21:56:41 +00:00 |
mbertozzi
|
7a66576ff7
|
HBASE-10608 Acquire the FS Delegation Token for Secure ExportSnapshot (addendum)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572243 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 20:37:19 +00:00 |
nkeywal
|
43b5767f62
|
HBASE-10606 Bad timeout in RpcRetryingCaller#callWithRetries w/o parameters
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572124 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 16:08:04 +00:00 |
Michael Stack
|
29a526ab73
|
HBASE-10614 Master could not be stopped (Jingcheng Du)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571915 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 04:32:12 +00:00 |
Zhihong Yu
|
d77ef9a8b5
|
HBASE-10600 HTable#batch() should perform validation on empty Put
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571899 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 02:44:31 +00:00 |
mbertozzi
|
31b8b2d92b
|
HBASE-10608 Acquire the FS Delegation Token for Secure ExportSnapshot
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571890 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 01:03:50 +00:00 |
Jonathan Hsieh
|
fb349b084e
|
HBASE-10436 restore regionserver lists removed from hbase 0.96.0 jmx
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571887 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 01:02:00 +00:00 |
Michael Stack
|
f52a5144ee
|
HBASE-10604 Fix parseArgs javadoc (Jean-Marc Spaggiari)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571809 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 20:17:15 +00:00 |
nkeywal
|
21ddb60dc0
|
HBASE-10566 cleanup rpcTimeout in the client
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571727 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 16:28:57 +00:00 |
Michael Stack
|
48d8e996ed
|
HBASE-10575 ReplicationSource thread can't be terminated if it runs into the loop to contact peer's zk ensemble and fails continuously
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571579 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 06:31:10 +00:00 |
jeffreyz
|
577c1ee7d7
|
HBASE-10582: 0.94->0.96 Upgrade: ACL can't be repopulated when ACL table contains row for table '-ROOT' or '.META.'
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571529 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 01:58:01 +00:00 |
jeffreyz
|
3fe9d15c18
|
HBASE-10581: ACL znode are left without PBed during upgrading hbase0.94* to hbase0.96+
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571519 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 01:30:51 +00:00 |
Michael Stack
|
64740a5c07
|
HBASE-10556 Possible data loss due to non-handled DroppedSnapshotException for user-triggered flush from client/shell
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571501 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 00:58:56 +00:00 |
Zhihong Yu
|
b024de156c
|
HBASE-10597 IOEngine#read() should return the number of bytes transferred
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571445 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 21:28:23 +00:00 |
jxiang
|
9582b9b34d
|
HBASE-10587 Master metrics clusterRequests is wrong
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571354 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 17:10:03 +00:00 |
nkeywal
|
7e1ac02210
|
HBASE-10525 Allow the client to use a different thread for writing to ease interrupt
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571210 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 10:05:39 +00:00 |
larsh
|
39a174f6af
|
HBASE-10594 Speed up TestRestoreSnapshotFromClient a bit.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571141 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 05:08:37 +00:00 |
Andrew Kyle Purtell
|
65e7b7e2e1
|
HBASE-10589 Reduce unnecessary TestRowProcessorEndpoint resource usage
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570763 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-22 00:32:32 +00:00 |
ndimiduk
|
9924b66e25
|
HBASE-10392 Correct references to hbase.regionserver.global.memstore.upperLimit
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570721 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 21:58:35 +00:00 |
jxiang
|
e4f8a7419f
|
HBASE-10526 Using Cell instead of KeyValue in HFileOutputFormat
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570702 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 20:39:21 +00:00 |
nkeywal
|
b0c77d1d7e
|
HBASE-10516 Refactor code where Threads.sleep is called within a while/for loop (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570524 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 10:56:47 +00:00 |
mbertozzi
|
7378dd8521
|
HBASE-10567 Add overwrite manifest option to ExportSnapshot
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570502 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 09:39:52 +00:00 |
Gary Helmling
|
e05863f8e5
|
HBASE-10527 Token authentication fails with IBM JDK
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570437 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 03:19:46 +00:00 |
nkeywal
|
3f485568a9
|
HBASE-10524 Correct wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in regionserver (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570219 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 15:16:46 +00:00 |
nkeywal
|
65fa5c4d82
|
HBASE-10519 Add handling for swallowed InterruptedException thrown by Thread.sleep in rest related files (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570217 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 15:10:03 +00:00 |
nkeywal
|
1d52d528c9
|
HBASE-10521 Add handling for swallowed InterruptedException thrown by Thread.sleep in RpcServer (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570212 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 15:03:17 +00:00 |
nkeywal
|
f20938d8ec
|
HBASE-10520 Add handling for swallowed InterruptedException thrown by Thread.sleep in MiniZooKeeperCluster (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1570211 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 14:58:25 +00:00 |
rajeshbabu
|
318888fd00
|
HBASE-10534 Rowkey in TsvImporterTextMapper initializing with wrong length(Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569837 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:29:13 +00:00 |
ndimiduk
|
2e2162ccc8
|
HBASE-10419 Add multiget support to PerformanceEvaluation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569826 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:19:59 +00:00 |
nkeywal
|
b165690999
|
HBASE-10523 Correct wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in util (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569733 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 13:13:16 +00:00 |
mbertozzi
|
96a5ef9131
|
HBASE-10537 Let the ExportSnapshot mapper fail and retry on error
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569680 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 10:57:21 +00:00 |
Andrew Kyle Purtell
|
2514f24468
|
HBASE-10565 FavoredNodesPlan accidentally uses an internal Netty type
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569589 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 01:31:37 +00:00 |
ndimiduk
|
342571498a
|
HBASE-10548 Correct commons-math dependency version
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569565 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 23:48:09 +00:00 |
larsh
|
09e16b32d0
|
HBASE-10501 Improve IncreasingToUpperBoundRegionSplitPolicy to avoid too many regions.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569507 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 19:43:30 +00:00 |
larsh
|
6b81ac7c93
|
HBASE-10546 Two scanner objects are open for each hbase map task but only one scanner object is closed. (Vasu Mariyala)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569500 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 19:29:26 +00:00 |
jxiang
|
fc59a1f66e
|
HBASE-10543 Two rare test failures with TestLogsCleaner and TestSplitLogWorker
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569496 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 19:27:54 +00:00 |
Andrew Kyle Purtell
|
ac00a60db2
|
HBASE-10539. HRegion.addAndGetGlobalMemstoreSize returns previous size (Feng Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569471 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 18:49:03 +00:00 |
Michael Stack
|
4b7c58487e
|
HBASE-10564 HRegionServer.nextLong should be removed since it's not used anywhere, or should be used somewhere it meant to
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569467 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 18:40:01 +00:00 |
mbertozzi
|
8c24e585e1
|
HBASE-10563 Set name for FlushHandler thread (Himanshu Vashishtha)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569370 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 15:00:15 +00:00 |
larsh
|
e8e5a7a881
|
HBASE-10552 HFilePerformanceEvaluation.GaussianRandomReadBenchmark fails sometimes.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1569126 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-17 22:33:21 +00:00 |
Andrew Kyle Purtell
|
aee76671fe
|
HBASE-10488 'mvn site' is broken due to org.apache.jasper.JspC not found
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1568869 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-17 00:48:42 +00:00 |
Michael Stack
|
f3072b07bf
|
HBASE-10545 RS Hangs waiting on region to close on shutdown; has to timeout before can go down
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1568707 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-16 02:00:20 +00:00 |
ndimiduk
|
aa111b80b7
|
HBASE-10518 DirectMemoryUtils.getDirectMemoryUsage spams when none is configured
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1568417 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 18:08:51 +00:00 |
rajeshbabu
|
d727e505be
|
HBASE-10498 Add new APIs to load balancer interface(Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1568188 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 02:21:16 +00:00 |
Zhihong Yu
|
f1ad5cb938
|
HBASE-10452 Fix potential bugs in exception handlers (Ding Yuan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567979 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 17:26:25 +00:00 |
nkeywal
|
0bafd16057
|
HBASE-10490 Simplify RpcClient code
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567919 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 13:51:38 +00:00 |
nkeywal
|
d5047681e0
|
HBASE-10511 Add latency percentiles on PerformanceEvaluation
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567867 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 09:09:13 +00:00 |
Zhihong Yu
|
39fb8c4666
|
HBASE-10510 Addendum removes HTable and uses tableName directly.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567847 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 04:41:20 +00:00 |
liangxie
|
c14dd4f515
|
HBASE-10506 Fail-fast if client connection is lost before the real call be executed in RPC layer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567841 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 03:44:44 +00:00 |
Zhihong Yu
|
d8c71dcddc
|
HBASE-10510 HTable is not closed in LoadTestTool#loadTable()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567830 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 02:08:45 +00:00 |
jxiang
|
34948b947b
|
HBASE-7849 Provide administrative limits around bulkloads of files into a single region
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567736 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-12 19:42:27 +00:00 |
ndimiduk
|
e6fa0cf92d
|
HBASE-10500 Some tools OOM when BucketCache is enabled
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567687 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-12 17:10:38 +00:00 |
rajeshbabu
|
8b99b91cb9
|
HBASE-10495 upgrade script is printing usage two times with help option.(Rajesh)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567493 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-12 02:06:30 +00:00 |
Zhihong Yu
|
b6d4bea6fd
|
HBASE-10493 InclusiveStopFilter#filterKeyValue() should perform filtering on row key
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567403 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-11 21:44:16 +00:00 |
Zhihong Yu
|
eb2281d94a
|
HBASE-10413 addendum makes split length readable
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567232 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-11 17:43:20 +00:00 |
Zhihong Yu
|
ed423e2deb
|
HBASE-10487 Avoid allocating new KeyValue and according bytes-copying for appended kvs which don't have existing values (Honghua)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566981 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-11 03:58:42 +00:00 |
Jean-Daniel Cryans
|
89f1d1a051
|
HBASE-8751 Enable peer cluster to choose/change the ColumnFamilies/Tables it
really want to replicate from a source cluster (Feng Honghua via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566944 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-11 01:16:39 +00:00 |
Jean-Daniel Cryans
|
27cc3f0ed3
|
HBASE-9501 Provide throttling for replication (Feng Honghua via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566923 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-11 00:48:38 +00:00 |
Zhihong Yu
|
083a1cfd9c
|
HBASE-10485 PrefixFilter#filterKeyValue() should perform filtering on row key
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566912 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-11 00:43:00 +00:00 |
Zhihong Yu
|
5550e328c4
|
HBASE-10485 Revert to address more review comments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566869 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-10 23:53:39 +00:00 |
Zhihong Yu
|
fa77c2a3e5
|
HBASE-10413 Tablesplit.getLength returns 0 (Lukas Nalezenec)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566768 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-10 22:29:49 +00:00 |
jeffreyz
|
b54f49e633
|
HBASE-10486: ProtobufUtil Append & Increment deserialization lost cell level timestamp
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566505 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-10 05:19:57 +00:00 |
sershe
|
74ab28497d
|
HBASE-10479 HConnection interface is public but is used internally, and contains a bunch of methods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566501 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-10 04:16:34 +00:00 |
Zhihong Yu
|
df5bd6e99f
|
HBASE-10485 PrefixFilter#filterKeyValue() should perform filtering on row key
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1566307 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 16:30:10 +00:00 |
Michael Stack
|
653e682d99
|
HBASE-10482 ReplicationSyncUp doesn't clean up its ZK, needed for tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565837 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 22:26:45 +00:00 |
nkeywal
|
4742456403
|
HBASE-10472 Manage the interruption in ZKUtil#getData
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565787 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 20:27:42 +00:00 |
mbertozzi
|
6f79ebe884
|
HBASE-10480 TestLogRollPeriod#testWithEdits may fail due to insufficient waiting
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565770 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 19:46:48 +00:00 |
Michael Stack
|
d30249534b
|
HBASE-10313 Duplicate servlet-api jars in hbase 0.96.0
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565730 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 17:06:00 +00:00 |
Zhihong Yu
|
e3136720ff
|
HBASE-10475 TestRegionServerCoprocessorExceptionWithAbort may timeout due to concurrent lease removal
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565065 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 03:29:56 +00:00 |
Enis Soztutar
|
3cc587b961
|
HBASE-10471 Remove HTD.isAsyncLogFlush() from trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565003 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 23:56:04 +00:00 |
Zhihong Yu
|
eb55803634
|
HBASE-10470 Import generates huge log file while importing large amounts of data (Vasu Mariyala)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564933 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 21:19:05 +00:00 |
Michael Stack
|
e866faba1a
|
HBASE-10473 Add utility for adorning http Context
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564928 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 21:12:01 +00:00 |
Michael Stack
|
3b05134e0d
|
HBASE-10473 Add utility for adorning http Context
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564927 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 21:11:30 +00:00 |
jxiang
|
976ea775ae
|
HBASE-10465 TestZKPermissionsWatcher.testPermissionsWatcher fails sometimes
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564881 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 19:00:29 +00:00 |
Andrew Kyle Purtell
|
87963e7a91
|
Amend HBASE-10337 HTable.get() uninteruptible; add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564861 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 18:22:49 +00:00 |
Andrew Kyle Purtell
|
8c23d35d50
|
HBASE-10337 HTable.get() uninteruptible (Nicolas Liochon)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564851 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 18:00:09 +00:00 |
sershe
|
7898e68fd4
|
HBASE-10277 refactor AsyncProcess
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564832 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 17:08:33 +00:00 |
Zhihong Yu
|
3db5a52193
|
HBASE-10467 Revert from trunk
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564640 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 05:46:07 +00:00 |
Zhihong Yu
|
5d3892d864
|
HBASE-10467 Restore HTableDescriptor#isDeferredLogFlush()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564591 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 00:44:17 +00:00 |
mbertozzi
|
aa41a960d6
|
HBASE-10457 Print corrupted file information in SnapshotInfo tool without -file option (Bharath Vissapragada)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564425 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 19:18:44 +00:00 |
anoopsamjohn
|
42a2456b44
|
HBASE-10454 Tags presence file info can be wrong in HFiles when PrefixTree encoding is used.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564384 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 17:21:32 +00:00 |
ramkrishna
|
6b7fb21ec0
|
HBASE-10447-Memstore flusher scans storefiles also when the scanner heap gets resetKVHeap(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564377 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 16:58:35 +00:00 |
nkeywal
|
174f2bd144
|
HBASE-10455 cleanup InterruptedException management
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564241 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 10:13:01 +00:00 |
mbertozzi
|
c74c407229
|
HBASE-10319 HLog should roll periodically to allow DN decommission to eventually complete
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564237 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 10:06:01 +00:00 |
Zhihong Yu
|
5a965b599e
|
HBASE-10461 table.close() in TableEventHandler#reOpenAllRegions() should be enclosed in finally block
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564184 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 03:48:57 +00:00 |
mbertozzi
|
5b918a16fd
|
HBASE-7963 HBase VerifyReplication not working when security enabled
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564069 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-03 21:31:10 +00:00 |
jxiang
|
d4355b91d5
|
HBASE-10456 Balancer should not run if it's just turned off
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564047 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-03 20:36:12 +00:00 |
ramkrishna
|
d5a347591c
|
HBASE-10443-IndexOutOfBoundExceptions when processing compressed tags in HFile(Ramkrishna S Vasudevan)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1563584 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 09:16:21 +00:00 |