Jonathan Hsieh
ef53214f02
HBASE-6765 'Take a snapshot' interface - ADDENDUM: Fix snasphot -> snapshot (Matteo Bertozzi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445780 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 18:01:54 +00:00
Jonathan Hsieh
be33f38ca5
HBASE-7107 Snapshot References Utils (FileSystem Visitor) (Matteo Bertozzi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445778 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 18:01:03 +00:00
Jonathan Hsieh
60e69c2410
HBASE-6353: Snapshots shell (Matteo Bertozzi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445771 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 17:56:12 +00:00
Jonathan Hsieh
5f1bc6e52e
HBASE-6571 Generic multi-thread/cross-process error handling framework (Jesse Yates)
...
The idea for a generic inter-process error-handling framework came
from working on HBASE-6055 (snapshots). Distributed snapshots require tight
time constraints in taking a snapshot to minimize offline time in face of
errors. However, we often need to coordinate errors between processes and
the current Abortable framework is not sufficiently flexible to handle the
multitude of situations that can occur when coordinating between all region
servers, the master and zookeeper. Using this framework error handling for
snapshots was a simple matter, amounting to maybe 200 LOC.
This seems to be a generally useful framework and can be used to easily add
inter-process error handling in HBase. The most obvious immediate usage is
as part of HBASE-5487 when coordinating multiple sub-tasks.
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445770 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 17:55:00 +00:00
Jonathan Hsieh
b251b57390
HBASE-6765 'Take a snapshot' interface (Jesse Yates)
...
Add interfaces taking a snapshot. This is in hopes of cutting down on the overhead involved in reviewing snapshots.
git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445769 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 17:53:26 +00:00
Zhihong Yu
c69c94062a
HBASE-7822 clean up compactionrequest and compactselection - part 1 (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1445696 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 15:56:18 +00:00
mbertozzi
a8658d520e
HBASE-7802 Use the Store interface instead of HStore (coprocessor, compaction, ...)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1445434 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 00:08:47 +00:00
Zhihong Yu
bab0e00880
HBASE-7829 zookeeper kerberos conf keytab and principal parameters interchanged (Francis)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1445213 13f79535-47bb-0310-9956-ffa450edef68
2013-02-12 15:48:24 +00:00
nkeywal
8bd7bffb36
HBASE-7789 Clean DeadServer.java and add a Jitter method in ConnectionUtils
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1445087 13f79535-47bb-0310-9956-ffa450edef68
2013-02-12 10:20:34 +00:00
nkeywal
d2fb5a546f
HBASE-7407 TestMasterFailover under tests some cases and over tests some others
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1445074 13f79535-47bb-0310-9956-ffa450edef68
2013-02-12 09:38:57 +00:00
eclark
e6ef5ce981
HBASE-7821 Remove Duplicated code in CompactSelection
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444998 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11 23:53:29 +00:00
eclark
59a2adf714
HBASE-7763 Compactions not sorting based on size anymore.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444977 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11 21:54:56 +00:00
Zhihong Yu
27bc815ed5
HBASE-6132 ColumnCountGetFilter & PageFilter not working with FilterList (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444962 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11 21:04:10 +00:00
Zhihong Yu
538abfe0d8
HBASE-7761 MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444952 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11 20:32:45 +00:00
Enis Soztutar
b947807291
HBASE-7777. HBCK check for lingering split parents should check for child regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444311 13f79535-47bb-0310-9956-ffa450edef68
2013-02-09 01:44:36 +00:00
Zhihong Yu
e3b688719c
HBASE-7784 move the code related to compaction selection specific to default compaction policy, into default compaction policy (from HStore) (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444298 13f79535-47bb-0310-9956-ffa450edef68
2013-02-09 00:26:56 +00:00
Zhihong Yu
df04846da5
HBASE-7603 refactor storefile management in HStore in order to support things like LevelDB-style compactions (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444262 13f79535-47bb-0310-9956-ffa450edef68
2013-02-08 22:22:08 +00:00
mbertozzi
68fb6c6877
HBASE-7786 Consolidate HRegion creation/opening API
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444212 13f79535-47bb-0310-9956-ffa450edef68
2013-02-08 20:14:02 +00:00
jxiang
609a1d3aa7
HBASE-7776 Use ErrorReporter/Log instead of System.out in hbck
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443767 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 23:02:01 +00:00
Zhihong Yu
5c38e42254
HBASE-7561 Display the total number of regions for a given table on the master webUI (Michael Weng)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443766 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 23:00:43 +00:00
mbertozzi
1a4a882284
HBASE-7787 Remove HLogSplitter.RECOVERED_EDITS duplicate of HLog.RECOVERED_EDITS_DIR
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443731 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 21:16:29 +00:00
ramkrishna
91a4536048
HBASE-7698 race between RS shutdown thread and openregionhandler causes region to get stuck (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443637 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 18:07:56 +00:00
Michael Stack
ceb930eac5
Add doc on htablepool and the htable constructor that takes an executor -- text from LarsH
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443633 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 18:01:08 +00:00
jxiang
ab2fede4bd
HBASE-6782 HBase shell's 'status 'detailed'' should escape the printed keys (Viji)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443620 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 17:36:48 +00:00
jxiang
ce4595ad67
HBASE-7741 Don't use bulk assigner if assigning just several regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443617 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 17:31:47 +00:00
Zhihong Yu
b198a50434
HBASE-4676 Prefix Compression - Trie data block encoding (Matt Corgan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443289 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 00:36:24 +00:00
Enis Soztutar
f17165ae08
HBASE-7768. Zkcluster in local mode not seeing configurations in hbase-{site|default}.xml
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443234 13f79535-47bb-0310-9956-ffa450edef68
2013-02-06 22:05:17 +00:00
Gary Helmling
1392824a85
HBASE-7772 Cluster ID is not initialized correctly in RPC client
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443221 13f79535-47bb-0310-9956-ffa450edef68
2013-02-06 21:23:50 +00:00
Enis Soztutar
95bd04444b
HBASE-7773. Rename StoreConfiguration, remove unnecessary method (Sergey Shelukhin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443165 13f79535-47bb-0310-9956-ffa450edef68
2013-02-06 19:44:58 +00:00
jxiang
7df6eff970
HBASE-7757 Add web UI to REST server and Thrift server
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1443069 13f79535-47bb-0310-9956-ffa450edef68
2013-02-06 17:01:55 +00:00
Zhihong Yu
6fcae1027d
HBASE-7771 Secure HBase Client in MR job causes tasks to wait forever (Francis and Matteo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1442833 13f79535-47bb-0310-9956-ffa450edef68
2013-02-06 02:12:15 +00:00
Lars George
5dc539e778
HBASE-6513 Test errors when building on MacOS (Lars Francke)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1442669 13f79535-47bb-0310-9956-ffa450edef68
2013-02-05 17:26:39 +00:00
nkeywal
39c81b04e7
HBASE-7756 Strange code in ServerCallable#shouldRetry
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1442560 13f79535-47bb-0310-9956-ffa450edef68
2013-02-05 12:29:48 +00:00
Michael Stack
7e52247cfb
HBASE-7749 New logo for 0.96 hbase
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1442478 13f79535-47bb-0310-9956-ffa450edef68
2013-02-05 06:26:07 +00:00
Enis Soztutar
419aca3b6c
HBASE-7748. Add DelimitedKeyPrefixRegionSplitPolicy
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1442408 13f79535-47bb-0310-9956-ffa450edef68
2013-02-04 22:30:50 +00:00
larsh
968facdd0a
HBASE-3996 Support multiple tables and scanners as input to the mapper in map/reduce jobs (Eran Kutner, Bryan Baugher)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441708 13f79535-47bb-0310-9956-ffa450edef68
2013-02-02 07:33:27 +00:00
Zhihong Yu
fd5a096d3e
HBASE-7740 Recheck matching row for joined scanners (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441684 13f79535-47bb-0310-9956-ffa450edef68
2013-02-02 02:21:01 +00:00
Zhihong Yu
003a05896e
HBASE-7728 deadlock occurs between hlog roller and hlog syncer (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441631 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 21:13:14 +00:00
Zhihong Yu
997c8f8d6b
HBASE-7731 Append/Increment methods in HRegion don't check whether the table is readonly or not (Devaraj)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441593 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 19:28:41 +00:00
jxiang
157f4eb83d
HBASE-7701 Opening regions on dead server are not reassigned quickly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441565 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 18:15:17 +00:00
Michael Stack
6657449eb4
HBASE-3890 Scheduled tasks in distributed log splitting not in sync with ZK
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441321 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 06:59:14 +00:00
larsh
2ade85d0b8
HBASE-7729 TestCatalogTrackerOnCluster.testbadOriginalRootLocation fails occasionally
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441238 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 22:43:44 +00:00
larsh
5b665ad594
HBASE-7717 addendum, really wait for all tables in TestSplitTransactionOnCluster.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441150 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 19:24:48 +00:00
Zhihong Yu
8ab32498b9
HBASE-7711 rowlock release problem with thread interruptions in batchMutate (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1441066 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 17:08:59 +00:00
Zhihong Yu
e2468f61f3
HBASE-7717 Wait until regions are assigned in TestSplitTransactionOnCluster (Lars H and Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440800 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 02:25:03 +00:00
jxiang
e1118764de
HBASE-7516 Make compaction policy pluggable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440737 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 23:53:42 +00:00
jyates
27a27a05d4
HBASE-7702: Add filtering to Import jobs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440717 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 22:33:55 +00:00
Enis Soztutar
1b5576c693
HBASE-6825. [WINDOWS] Java NIO socket channels does not work with Windows ipv6
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440679 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 21:31:21 +00:00
Zhihong Yu
03cbe99685
HBASE-7718 TestClassLoading needs to consider runtime classpath in buildCoprocessorJar (Jean-Marc)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440661 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 20:50:13 +00:00
Zhihong Yu
d104b26a38
HBASE-7715 FSUtils#waitOnSafeMode can incorrectly loop on standby NN (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440600 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 19:30:16 +00:00
Zhihong Yu
58768ee0ed
HBASE-7719 HTableDescriptor.setDeferredLogFlush should be synchronized (Jean-Marc)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440581 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 18:46:57 +00:00
Zhihong Yu
1641957baa
HBASE-7503 Add exists(List) in HTableInterface to allow multiple parallel exists at one time (Jean-Marc)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440454 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 15:10:40 +00:00
larsh
023a37dd25
HBASE-7705 Make the method getCurrentPoolSize of HTablePool public (cuijianwei)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440284 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 05:48:21 +00:00
Zhihong Yu
bd154b16c4
HBASE-7712 Pass ScanType into preCompact() (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440251 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 02:18:22 +00:00
Zhihong Yu
808a3378bb
HBASE-7695 Remove unused member and local variables from HRegionServer (Nick Dimiduk)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440211 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 23:10:52 +00:00
Michael Stack
3d5de7ecbb
HBASE-7674 add shell documentation for HBASE-7571
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440209 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 23:06:36 +00:00
Zhihong Yu
eacea17618
HBASE-7706 Remove reservation blocks from region server (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440183 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 22:18:13 +00:00
larsh
554d5d239b
HBASE-7545 Addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1440157 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 21:38:04 +00:00
Zhihong Yu
0d95dc61e8
HBASE-7660 Remove HFileV1 code (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439753 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 06:03:59 +00:00
Zhihong Yu
657c26acb8
HBASE-2611 Handle RS that fails while processing the failure of another one (Himanshu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439744 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 05:04:36 +00:00
mbertozzi
1d330c9478
HBASE-7699 Replace LOG.info() with LOG.debug() in FSUtils.listStatus()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439736 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 03:09:35 +00:00
Andrew Kyle Purtell
c2272d7f22
HBASE-7688. Master coprocessor RPCs don't propagate exceptions (Mike Lewis)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439692 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 23:25:57 +00:00
Jean-Daniel Cryans
938a6e7ccd
HBASE-7673 Incorrect error logging when a replication peer
...
is removed (Gabriel Reid via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439635 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 21:07:46 +00:00
Zhihong Yu
75953a7533
HBASE-7693 Hostname returned by TableInputFormatBase.reverseDNS contains trailing period (Robert Dyer)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439556 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 18:31:50 +00:00
Zhihong Yu
8dd5332d5d
HBASE-1212 merge tool expects regions all have different sequence ids (Jean-Marc)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439495 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 16:54:58 +00:00
Zhihong Yu
72efa3a4aa
HBASE-7687 TestCatalogTracker.testServerNotRunningIOException fails occasionally (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439180 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 21:07:14 +00:00
larsh
275382a7c7
HBASE-7681 Addendum, close tables in TestRegionServerMetrics
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439026 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 05:40:48 +00:00
larsh
1cdaa710be
HBASE-7681 Address some recent random test failures
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439003 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 00:17:53 +00:00
mbertozzi
a3f0aea354
HBASE-7682 Replace HRegion custom File-System debug, with FSUtils.logFileSystemState()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438974 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 22:03:02 +00:00
mbertozzi
48a565a739
HBASE-7643 HFileArchiver.resolveAndArchive() race condition may lead to snapshot data loss
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438972 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 21:59:20 +00:00
Zhihong Yu
e9f14f1073
HBASE-7669 Addendum fixes TestPriorityRpc
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438853 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 05:28:14 +00:00
zjushch
4d7b2824be
HBASE-7669 ROOT region wouldn't be handled by PRI-IPC-Handler(Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438834 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 03:46:03 +00:00
Andrew Kyle Purtell
d222498586
HBASE-7654. Add List<String> getCoprocessors() to HTableDescriptor (Jean-Marc Spaggiari)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438789 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 00:20:44 +00:00
Zhihong Yu
f95692ce65
HBASE-7571 add the notion of per-table or per-column family configuration (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438527 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 14:11:45 +00:00
Zhihong Yu
a650c87f1f
HBASE-7665 retry time sequence usage in HConnectionManager has off-by-one error (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438332 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 06:04:45 +00:00
Zhihong Yu
474163397a
HBASE-7382 Port ZK.multi support from HBASE-6775 to 0.96 (Gregory, Himanshu and Ted)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438317 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 04:34:05 +00:00
mbertozzi
dab6872457
HBASE-7657 Make ModifyTableHandler synchronous (Himanshu Vashishtha)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438298 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 02:38:31 +00:00
Enis Soztutar
6d25ad02d8
HBASE-7656. Clean up line endings to be LF in the repo
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1438204 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 21:33:39 +00:00
Zhihong Yu
963d5f007f
HBASE-7268 correct local region location cache information can be overwritten (or deleted) w/stale information from an old server, Addendum (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437851 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 03:19:29 +00:00
Zhihong Yu
c637f33c8c
HBASE-5664 CP hooks in Scan flow for fast forward when filter filters out a row (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437790 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 23:01:50 +00:00
Enis Soztutar
507565e35f
HBASE-6821. [WINDOWS] In TestMetaMigrationConvertingToPB .META. table name causes file system problems on windows
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437718 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 20:26:11 +00:00
Andrew Kyle Purtell
44b054897b
HBASE-7594. TestLocalHBaseCluster failing on ubuntu2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437658 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 19:47:26 +00:00
Enis Soztutar
669626b15b
HBASE-6829. [WINDOWS] Tests should ensure that HLog is closed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437647 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 19:37:15 +00:00
Enis Soztutar
73d6cbb4cf
HBASE-6832. [WINDOWS] Tests should use explicit timestamp for Puts, and not rely on implicit RS timing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437643 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 19:32:06 +00:00
Zhihong Yu
6c1aac8f0e
HBASE-6466 Enable multi-thread for memstore flush (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437591 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 17:28:09 +00:00
jxiang
3e786cc548
HBASE-7648 TestAcidGuarantees.testMixedAtomicity hangs sometimes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437538 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 16:22:16 +00:00
Zhihong Yu
29a226e189
HBASE-6466 Revert, TestLogRolling failed twice on trunk build
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437274 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 05:28:51 +00:00
Zhihong Yu
538798fc95
HBASE-6466 Enable multi-thread for memstore flush (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437252 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 02:28:36 +00:00
larsh
e488304992
HBASE-7293 [replication] Remove dead sinks from ReplicationSource.currentPeers and pick new ones
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437240 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 23:57:19 +00:00
Michael Stack
f60b8246e7
HBASE-7588 Fix two findbugs warning in MemStoreFlusher; REAPPLIED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437154 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 20:45:40 +00:00
Michael Stack
c3e140cd14
HBASE-7588 Fix two findbugs warning in MemStoreFlusher; REVERTED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437121 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 19:43:44 +00:00
Michael Stack
3b345cd684
HBASE-7588 Fix two findbugs warning in MemStoreFlusher
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437119 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 19:42:30 +00:00
Enis Soztutar
14a20fceee
HBASE-7642. HBase shell cannot set Compression
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1437099 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 18:59:07 +00:00
Zhihong Yu
c4fbb3ae2e
HBASE-7329 remove flush-related records from WAL and make locking more granular (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436678 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 22:58:09 +00:00
Zhihong Yu
90417abe51
HBASE-7329 Revert due to compilation error
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436633 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 21:36:25 +00:00
Zhihong Yu
644cf0f636
HBASE-7329 remove flush-related records from WAL and make locking more granular (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436632 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 21:33:37 +00:00
Zhihong Yu
e5ef0c2a04
HBASE-7635 Proxy created by HFileSystem#createReorderingProxy() should implement Closeable (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436594 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 20:29:34 +00:00
Michael Stack
4580a66bbb
HBASE-3170 RegionServer confused about empty row keys
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436587 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 20:11:42 +00:00
Enis Soztutar
f17016bd5b
HBASE-7268. Correct local region location cache information can be overwritten w/stale information from an old server (Sergey Shelukhin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436583 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 20:07:25 +00:00
Zhihong Yu
7e1a05c200
HBASE-6907 KeyValue equals and compareTo methods should match (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436434 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 15:59:06 +00:00
zjushch
6298623a2f
HBASE-7507 Make memstore flush be able to retry after exception (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1436111 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 02:23:56 +00:00
Michael Stack
c56eeb9598
HBASE-7577 Review names of all znodes in zk to make sure they are sensible before 0.96
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435995 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 22:56:15 +00:00
Michael Stack
ea245beac7
HBASE-7315 Remove support for client-side RowLocks
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435747 13f79535-47bb-0310-9956-ffa450edef68
2013-01-19 22:45:11 +00:00
Michael Stack
b96d60d659
HBASE-7601 Fix 8 remaining EQ findbug warnings from hbase-server.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435487 13f79535-47bb-0310-9956-ffa450edef68
2013-01-19 05:05:50 +00:00
Gary Helmling
da18540ea3
HBASE-7460 Cleanup RPC client connection layers
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435414 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 23:32:39 +00:00
Zhihong Yu
96214c1a7c
HBASE-7542 SCVF: Avoid sending two unwanted boolean values from client to RS (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435303 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 19:04:50 +00:00
Zhihong Yu
c19520a956
HBASE-7299 TestMultiParallel fails intermittently in trunk builds, addendum 4 (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435301 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 18:49:42 +00:00
Michael Stack
0c9a81436e
HBASE-7565 [replication] Create an interface for the replication state node
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1435250 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 17:02:28 +00:00
mbertozzi
d333239070
HBASE-7596 Redundant FSTableDescriptor update
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434979 13f79535-47bb-0310-9956-ffa450edef68
2013-01-18 00:10:40 +00:00
larsh
907fdcb1f6
HBASE-7602 TestFromClientSide.testPoolBehavior is incorrect
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434855 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 18:42:34 +00:00
Andrew Kyle Purtell
d82b07dc6d
HBASE-7585. TestAccessController tests should close HTables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434846 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 18:22:50 +00:00
Zhihong Yu
b996b19d8e
HBASE-7034 Bad version, failed OPENING to OPENED but master thinks it is open anyways (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434800 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 17:35:16 +00:00
Michael Stack
28b79e1214
HBASE-7595 Fix one findbug warning in ReplicationSourceManager
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434561 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 05:39:22 +00:00
Zhihong Yu
4ef3a7b395
HBASE-7238 Size based scan metric broken by protobufs (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434558 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 05:06:39 +00:00
Enis Soztutar
ca430a2314
HBASE-7563. Move CompoundConfiguration to common and add string map support (Sergey Shelukhin). Addendum commit for the moved files.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434541 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 02:29:03 +00:00
Enis Soztutar
7adfd368cb
HBASE-7563. Move CompoundConfiguration to common and add string map support (Sergey Shelukhin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434540 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 02:24:23 +00:00
larsh
ec117ea67d
HBASE-7578 TestCatalogTracker hangs occasionally
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434436 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 22:10:46 +00:00
Michael Stack
7b17ed9e91
HBASE-6066 some low hanging read path improvement ideas
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434415 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 21:36:57 +00:00
Andrew Kyle Purtell
bda467aeca
HBASE-7587. Fix two findbugs warnings in RowResource (Jean-Marc Spaggiari)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434376 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 20:43:03 +00:00
Michael Stack
5c8c3d0a8c
HBASE-7586 Fix two findbugs warnings to get our count down to the tolerated number again
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434365 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 20:25:23 +00:00
Michael Stack
ee766c07f9
HBASE-4451 Improve zk node naming (/hbase/shutdown)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434101 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 18:44:21 +00:00
Andrew Kyle Purtell
adb7e27eb2
HBASE-7584. Improve TestAccessController.testAppend
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434091 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 18:27:31 +00:00
nkeywal
b892e48c7e
HBASE-7581 TestAccessController depends on the execution order
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434057 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 17:27:42 +00:00
mbertozzi
5bc5ee613f
HBASE-7560 TestCompactionState failures
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434045 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 17:13:25 +00:00
jxiang
9723ea9cdf
HBASE-7575 FSUtils#getTableStoreFilePathMap should all ignore non-table folders
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434010 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 16:14:17 +00:00
Zhihong Yu
a06597e34a
HBASE-7213 Addendum tries to fix premature LogRoller exit (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433830 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 05:45:13 +00:00
Zhihong Yu
db4a453149
HBASE-7549 Make HTableInterface#batch() javadoc proper (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433805 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 02:37:55 +00:00
Zhihong Yu
10c1bceda4
HBASE-6748 Endless recursive of deleteNode happened in SplitLogManager#DeleteAsyncCallback (Jeffrey Zhong)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433733 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 23:18:56 +00:00
Michael Stack
5f60754608
HBASE-7570 rename user metadata dictionary in shell from CONFIG
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433730 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 23:10:05 +00:00
larsh
289c12dea3
HBASE-7551 nodeChildrenChange event may happen after the transition to RS_ZK_REGION_SPLITTING in SplitTransaction causing the SPLIT event to be missed in the master side. (Ram, Ted, and Lars H)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433696 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 22:14:23 +00:00
mbertozzi
21ebbdae06
HBASE-7537 .regioninfo not created by createHRegion()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433514 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 16:51:44 +00:00
Zhihong Yu
7fb425daf4
HBASE-5498 Secure Bulk Load (Francis Liu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433452 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 15:19:52 +00:00
nkeywal
2c2e0bc6cf
HBASE-7556 TestAdmin depends on the execution order
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433314 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 08:53:16 +00:00
Michael Stack
a380af2543
HBASE-7569 change HTD/HCD to use standard byte-byte pair for metadata
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433289 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 05:07:56 +00:00
Michael Stack
238bcb34da
HBASE-7566 remove useless ctor from HRegion and move sporadic null checks earlier
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433288 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 04:59:13 +00:00
mbertozzi
2e2eec2d06
HBASE-7558 Client not able to access /hbase/unassigned in secure cluster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433251 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 00:51:23 +00:00
Zhihong Yu
96c32807dd
HBASE-7383 create integration test for HBASE-5416 (improving scan performance for certain filters) (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433224 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 23:57:48 +00:00
Zhihong Yu
9575f0f0a0
HBASE-7213 Have HLog files for .META. and -ROOT- edits only (Devaraj Das)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433152 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 21:43:31 +00:00
Zhihong Yu
920153a859
HBASE-7552 Pass bufferSize param to FileLinkInputStream constructor within FileLink.open method, and remove unnecessary import packages (Julian Zhou)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433112 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 20:40:48 +00:00
Jean-Daniel Cryans
64147bd02f
HBASE-7545 [replication] Break out TestReplication into manageable classes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433057 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 19:11:42 +00:00
nkeywal
ef2a643d22
HBASE-7553 TestServerCustomProtocol depends on the test methods execution order
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433014 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 18:03:57 +00:00
nkeywal
cfb6fbefe2
HBASE-7554 TestZooKeeper depends on the execution order
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432970 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 16:06:16 +00:00
zjushch
90ed67dc9a
HBASE-7404 Bucket Cache:A solution about CMS,Heap Fragment and Big Cache on HBASE (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432797 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 04:08:17 +00:00
Enis Soztutar
e4711dc714
HBASE-7384 Introducing waitForCondition function into test cases (Jeffrey Zhong)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432358 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 02:07:25 +00:00
Michael Stack
ad853582b4
HBASE-7540 Make znode dump to print a dump of replciation znodes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432235 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 19:10:33 +00:00
Michael Stack
d4f7604298
HBASE-7213 Have HLog files for .META. edits only; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432234 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 19:08:22 +00:00
Zhihong Yu
e5349081c2
HBASE-7502 TestScannerTimeout fails on snapshot branch (Himanshu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432211 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 18:28:20 +00:00
Michael Stack
641a592b51
HBASE-7213 Have HLog files for .META. edits only
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431935 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 08:31:23 +00:00
Michael Stack
2ade9c0048
HBASE-7387 StoreScanner need to be able to be subclassed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431916 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 07:05:21 +00:00
zjushch
50bac9f397
HBASE-7506 Judgment of carrying ROOT/META will become wrong when expiring server (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431901 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 05:47:18 +00:00
Michael Stack
fcc11f61e5
HBASE-7318 Add verbose logging option to HConnectionManager
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431894 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 05:27:37 +00:00
zjushch
bda51b6458
HBASE-7529 Wrong ExecutorType for EventType.M_RS_OPEN_ROOT in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431816 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 02:22:59 +00:00
Jean-Daniel Cryans
72bf55b224
HBASE-7530 [replication] Work around HDFS-4380 else we get NPEs
...
HBASE-7531 [replication] NPE in SequenceFileLogReader because
ReplicationSource doesn't nullify the reader
HBASE-7534 [replication] TestReplication.queueFailover can fail
because HBaseTestingUtility.createMultiRegions is dangerous
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431768 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 00:53:28 +00:00
Jonathan Hsieh
2eb9249ac2
HBASE-7528 Unhelpful NPE in hbck -repair when adopting orphans if no tableinfo is found (Sergey Shelukhin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431637 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 20:58:59 +00:00
zjushch
f26e14a1b1
HBASE-7504 -ROOT- may be offline forever after FullGC of RS (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431208 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 08:36:50 +00:00
mbertozzi
f31d7f7eb2
HBASE-7526 create table does not log the table name in audit log
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431162 13f79535-47bb-0310-9956-ffa450edef68
2013-01-10 00:34:32 +00:00
Zhihong Yu
19b8272c48
HBASE-7479 Remove VersionedProtocol and ProtocolSignature from RPC, addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431145 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 23:23:05 +00:00
Zhihong Yu
36164595bb
HBASE-7299 TestMultiParallel fails intermittently in trunk builds, addendum 3
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431138 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 23:05:34 +00:00
Zhihong Yu
39954ddcd4
HBASE-5416 Improve performance of scans with some kind of filters (Max Lapan and Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431103 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:37:35 +00:00
Enis Soztutar
fd34e19f8e
HBASE-6824. Introduce ${hbase.local.dir} and save coprocessor jars there
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431081 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:13:06 +00:00
Zhihong Yu
3decb8b16e
HBASE-7524 hbase-policy.xml is improperly set thus all rules in it can be by-passed (Kai Zheng)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431049 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 20:39:52 +00:00
Zhihong Yu
a7fa6e348a
HBASE-7515 Store.loadStoreFiles should close opened files if there's an exception (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431045 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 20:32:49 +00:00
zjushch
485cf1a3ce
HBASE-7505 Server will hang when stopping cluster, caused by waiting for split threads(Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430749 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 09:45:21 +00:00
mbertozzi
369b436bff
HBASE-6386 Audit log messages do not include column family / qualifier information consistently (Marcelo Vanzin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430691 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 05:45:33 +00:00
Michael Stack
4ab4e075bb
HBASE-7479 Remove VersionedProtocol and ProtocolSignature from RPC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430677 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 04:23:02 +00:00
mbertozzi
9924f8c7a6
HBASE-7518 Move AuthResult out of AccessController
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430631 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 23:34:10 +00:00
eclark
087f1df0e2
HBASE-7513 HDFSBlocksDistribution shouldn't send NPEs when something goes wrong
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430560 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 21:50:38 +00:00
nkeywal
4e0af48fe4
HBASE-7508 Fix simple findbugs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430169 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 08:31:11 +00:00
Andrew Kyle Purtell
176ddb066c
HBASE-7414. Convert some HFile metadata to PB
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430106 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 01:15:05 +00:00
Michael Stack
34f53170b9
HBASE-7476 HBase shell count command doesn't escape binary output
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430003 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 20:59:16 +00:00
Zhihong Yu
27739350c0
HBASE-7369 HConnectionManager should remove aborted connections (Bryan Baugher)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429556 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 17:11:27 +00:00
larsh
8f16cdfb65
HBASE-7499 TestScannerTimeout timeout is too aggressive.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429459 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 03:12:11 +00:00
jxiang
c543a70e68
HBASE-7498 Make REST server thread pool size configurable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429364 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 19:31:40 +00:00
Zhihong Yu
c8138e1c3e
HBASE-7405 Enforce PB ser/de for Aggregate protocol and associated ColumnInterpreter user code bits (Devaraj Das)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429278 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 13:22:04 +00:00
Zhihong Yu
94bd157d21
HBASE-7450 orphan RPC connection in HBaseClient leaves "null" out member, causing NPE in HCM (Zavier Gao)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1429017 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 18:21:39 +00:00
Zhihong Yu
e107a64087
HBASE-7488 Implement HConnectionManager.locateRegions which is currently returning null (Jean-Marc)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428907 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 14:55:47 +00:00
nkeywal
a88563783a
HBASE-7489 TestHCM is racy
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428818 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 12:14:02 +00:00
nkeywal
2286a1c8f4
HBASE-7475 TestUpgradeFromHFileV1ToEncoding.testUpgrade hangs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428776 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 10:29:43 +00:00
Jonathan Hsieh
b1e92a4746
HBASE-6694 Test scanner batching in export job feature from HBASE-6372 (Alexander Alten-Lorenz)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428772 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 09:58:49 +00:00
larsh
76cc226867
HBASE-7485 TestSplitLogManager is still flaky on windows (Enis)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428168 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 05:32:17 +00:00
Andrew Kyle Purtell
a1079157ec
HBASE-7351, HBASE-7399, HBASE-7406. Periodic health check chore (Vandana Ayyalasomayajula)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428141 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 02:12:24 +00:00
Enis Soztutar
60007bbe63
HBASE-7423 HFileArchiver should not use the configuration from the Filesystem
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427991 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 20:11:14 +00:00
Andrew Kyle Purtell
7beca53644
HBASE-7472. [REST] Support MIME type application/protobuf
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427843 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 16:18:30 +00:00
nkeywal
1a7e1a2090
HBASE-6811 TestDrainingServer#testDrainingServerWithAbort sometimes fails in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427739 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 11:06:12 +00:00
Andrew Kyle Purtell
74a23195f8
HBASE-7464. [REST] Sending HTML for errors is unhelpful
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427567 13f79535-47bb-0310-9956-ffa450edef68
2013-01-01 21:53:03 +00:00
Zhihong Yu
bca9450cf2
HBASE-7299 TestMultiParallel fails intermittently in trunk builds, addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427289 13f79535-47bb-0310-9956-ffa450edef68
2013-01-01 03:12:15 +00:00
Zhihong Yu
9de9366147
HBASE-7467 CleanerChore checkAndDeleteDirectory not deleting empty directories (Jean-Marc and Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427287 13f79535-47bb-0310-9956-ffa450edef68
2013-01-01 03:07:31 +00:00
Andrew Kyle Purtell
e204b6a2d4
HBASE-7469. [REST] Share a HBaseAdmin instance
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427226 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 19:12:26 +00:00
nkeywal
deeb84ae5a
HBASE-7390 Add extra test cases for assignement on the region server and fix the related issues
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1427064 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 09:50:27 +00:00
Zhihong Yu
8d70de20e0
HBASE-7299 TestMultiParallel fails intermittently in trunk builds (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426965 13f79535-47bb-0310-9956-ffa450edef68
2012-12-30 17:00:53 +00:00
Jonathan Hsieh
21e5b5200d
HBASE-7459 NPE in HMaster TestLocalHBaseCluster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426789 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 17:16:14 +00:00
Michael Stack
9e249881ef
HBASE-7224 Remove references to Writable in the ipc package
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426729 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 09:27:24 +00:00
larsh
d3371b1b09
HBASE-7455 Increase timeouts in TestReplication and TestSplitLogWorker
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426710 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 06:22:10 +00:00
ramkrishna
6a73d59a19
HBASE-7258 Hbase needs to create baseZNode recursively (Liu Shaohui via Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426707 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 04:39:41 +00:00
larsh
3704dc67f6
HBASE-7440 ReplicationZookeeper#addPeer is racy (Himanshu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426702 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 04:16:12 +00:00
jxiang
0c56fe3198
HBASE-7412 Fix how HTableDescriptor handles default max file size and flush size - ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426683 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 01:22:16 +00:00
jxiang
0c504ad79f
HBASE-7412 Fix how HTableDescriptor handles default max file size and flush size
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426657 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 23:12:12 +00:00
Zhihong Yu
5807515e54
HBASE-7428 There are multiple HConstants for configuring Zookeeper timeout (Nick Dimiduk)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426611 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 19:19:06 +00:00
nkeywal
4409ba741c
HBASE-7443 More findbugs fixes - addendum - fix compilation error
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426557 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 16:02:07 +00:00
nkeywal
92c98a76d1
HBASE-7443 More findbugs fixes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426511 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 13:56:15 +00:00
Zhihong Yu
3e600deba2
HBASE-3776 Addendum fixes reference to BloomType
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426409 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 05:41:48 +00:00
Zhihong Yu
14e3bed584
HBASE-3776 Add Bloom Filter Support to HFileOutputFormat (Anoop Sam John)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426406 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 05:23:42 +00:00
Zhihong Yu
e9555cb36e
HBASE-5776 HTableMultiplexer (Liyin, binlijin and Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426221 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27 15:07:28 +00:00
larsh
58aa9d60c0
HBASE-7438 TestSplitTransactionOnCluster has too many infinite loops
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426066 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26 22:31:14 +00:00
larsh
fb5883bea6
HBASE-7431 TestSplitTransactionOnCluster tests still flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425572 13f79535-47bb-0310-9956-ffa450edef68
2012-12-24 02:09:51 +00:00
nkeywal
9fac4877d3
HBASE-5598 Analyse and fix the findbugs reporting by QA and add invalid bugs into findbugs-excludeFilter file
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425351 13f79535-47bb-0310-9956-ffa450edef68
2012-12-22 22:05:30 +00:00
eclark
dceffb1bda
HBASE-7426 Fix PreCheckin script to error out when there are Javadoc errors.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425281 13f79535-47bb-0310-9956-ffa450edef68
2012-12-22 13:43:41 +00:00
eclark
08671a4129
HBASE-7186 Split Classes for Client/Server module split.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425198 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 23:39:30 +00:00
eclark
dae051d664
HBASE-7425 Move to the newest BootStrap css and js for the webui.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425196 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 23:36:10 +00:00
jxiang
b29a0eb9b7
HBASE-7421 TestHFileCleaner->testHFileCleaning has an aggressive timeout
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425108 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 19:40:23 +00:00
Michael Stack
b70f27ac6a
HBASE-6895 Remove CoprocessorProtocol support and implementations
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425010 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 16:37:03 +00:00
Michael Stack
1793a0bbcd
HBASE-6789 Convert test CoprocessorProtocol implementations to protocol buffer services
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424808 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 04:29:43 +00:00
jxiang
4480a9f6eb
HBASE-7373 table should not be required in AccessControlService
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424604 13f79535-47bb-0310-9956-ffa450edef68
2012-12-20 17:44:45 +00:00
Michael Stack
cdf88c07dc
HBASE-7397 HTable.coprocessorService() should allow null values in returned Map
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424282 13f79535-47bb-0310-9956-ffa450edef68
2012-12-20 03:55:54 +00:00
Jean-Daniel Cryans
c8486bb705
Trying to see if this fixes Jenkins (TestRep sleep .5 => 1.5s)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424275 13f79535-47bb-0310-9956-ffa450edef68
2012-12-20 03:22:34 +00:00
Jean-Daniel Cryans
cfafe13c1f
HBASE-7158 Allow CopyTable to identify the source cluster (for replication scenarios)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424193 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 22:46:07 +00:00
Jean-Daniel Cryans
ef20e8a8da
HBASE-5778 Fix HLog compression's incompatibilities
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424174 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 22:23:27 +00:00
Gary Helmling
63760196ee
HBASE-6788 Convert AuthenticationProtocol to protocol buffer service; ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424146 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 21:27:04 +00:00
Gary Helmling
a7faf0d605
HBASE-6788 Convert AuthenticationProtocol to protocol buffer service
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424122 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 21:22:36 +00:00
Zhihong Yu
593fe025b5
HBASE-6499 StoreScanner's QueryMatcher not reset on store update (Max Lapan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1424020 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 18:49:34 +00:00
jxiang
04b3f13b38
HBASE-7199 hbck should check lingering reference hfile and have option to sideline them automatically
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423970 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 17:29:39 +00:00
jxiang
d4e08292b7
HBASE-6887 Convert security-related shell commands to use PB-based AccessControlService
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423965 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 17:16:49 +00:00
Michael Stack
ef1b95bab2
HBASE-6585 Audit log messages should contain info about the higher level operation being executed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423775 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 07:52:24 +00:00
gchanan
344ae36d07
HBASE-7377 Clean up TestHBase7051
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423674 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 21:33:52 +00:00
Michael Stack
96f6aa3b95
HBASE-7361 Fix all javadoc warnings in hbase-server/{,mapreduce}; ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423667 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 21:19:45 +00:00
Michael Stack
e21c9fde83
HBASE-7363 Fix javadocs warnings for hbase-server packages from master to end; ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423581 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 19:07:34 +00:00
Andrew Kyle Purtell
115a8fd439
HBASE-7374. Expose table operations for coprocessors by way of MasterServices
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423578 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 19:01:23 +00:00
jxiang
c001f73c37
HBASE-7376 Acquiring readLock does not apply timeout in HRegion#flushcache (binlijin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423551 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 17:53:57 +00:00
eclark
8aaff7c3d4
HBASE-7370 Remove Writable From ScanMetrics.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423435 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 13:57:49 +00:00
larsh
f3aece94d2
HBASE-7371 Blocksize in TestHFileBlock is unintentionally small
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423286 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 06:25:19 +00:00
Michael Stack
47775d321d
HBASE-4791 Allow Secure Zookeeper JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423238 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 00:55:03 +00:00
Zhihong Yu
21594e57ef
HBASE-7342 Split operation without split key incorrectly finds the middle key in off-by-one error (Aleksandr Shulman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423110 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 19:41:36 +00:00
Michael Stack
4cc31baec3
HBASE-7361 Fix all javadoc warnings in hbase-server/{,mapreduce}
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423096 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 19:08:02 +00:00
nkeywal
07d670920e
HBASE-7363 Fix javadocs warnings for hbase-server packages from master to end
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422493 13f79535-47bb-0310-9956-ffa450edef68
2012-12-16 09:58:29 +00:00
Gary Helmling
9e9e1ab97d
HBASE-7357 Use hbase.security.authentication for HBaseClient / HBaseServer negotiation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422185 13f79535-47bb-0310-9956-ffa450edef68
2012-12-15 04:06:35 +00:00
Andrew Kyle Purtell
2e3102f703
HBASE-7359. [REST] 'accessToken' in RemoteHTable is vestigial
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422158 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 23:54:54 +00:00
Andrew Kyle Purtell
c9a360e360
HBASE-7197. Add multi get to RemoteHTable (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422143 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 23:23:05 +00:00
Andrew Kyle Purtell
1ef0621695
HBASE-7331. Add access control for region open and close, and stopping the regionserver (Vandana Ayyalasomayajula)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422094 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 21:12:36 +00:00
Andrew Kyle Purtell
5dbff1427d
HBASE-7355. NPE in ClusterStatus PB conversion
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1422076 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 21:03:33 +00:00
Zhihong Yu
e0c1dded33
HBASE-7340 Master coprocessor notification for assignmentManager.balance() is inconsistent (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421537 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 21:11:43 +00:00
jxiang
3b23a837af
HBASE-7338 Fix flaky condition for org.apache.hadoop.hbase.TestRegionRebalancing.testRebalanceOnRegionServerNumberChange (Himanshu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421444 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 19:40:06 +00:00
larsh
e23ba9b3ce
HBASE-7336 HFileBlock.readAtOffset does not work well with multiple threads
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421440 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 19:34:26 +00:00
Zhihong Yu
2c4a2a6c51
HBASE-5258 Move coprocessors set out of RegionLoad - Addendum (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1420521 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 04:39:06 +00:00
Zhihong Yu
0aec9dd711
HBASE-7205 Coprocessor classloader is replicated for all regions in the HRegionServer (Ted Yu and Adrian Muraru)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1420480 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 23:19:40 +00:00
larsh
b017ee8e9a
HBASE-7180 RegionScannerImpl.next() is inefficient.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1420004 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 05:46:27 +00:00
Zhihong Yu
bd5a2f972f
HBASE-7307 MetaReader.tableExists should not return false if the specified table regions has been split (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419998 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 05:09:51 +00:00
Michael Stack
315b38becc
HBASE-7289 Strip Writable from KeyValue; ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419997 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 05:09:29 +00:00
eclark
a23ecdae14
HBASE-7262 Move HBaseRPC metrics to metrics2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419962 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 01:12:46 +00:00
Michael Stack
5184c87734
HBASE-7289 Strip Writable from KeyValue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419958 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 01:02:31 +00:00
Michael Stack
9f1787fe87
HBASE-7289 Strip Writable from KeyValue
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419950 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 00:54:09 +00:00
Enis Soztutar
930fd35848
HBASE-6367 List backup masters in ui.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419787 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 21:27:50 +00:00
Jonathan Hsieh
8c61fe6364
HBASE-7306 [shell] Count shell command to return ruby bindable value
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419654 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 18:45:17 +00:00
nkeywal
d6bc735d19
HBASE-7271 Have a single executor for all zkWorkers in the assignment manager
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419351 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 11:34:46 +00:00
nkeywal
f0f66f4ba9
HBASE-4709 Hadoop metrics2 setup in test MiniDFSClusters spewing JMX errors
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419296 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 09:46:04 +00:00
Zhihong Yu
078817462d
HBASE-7309 Metrics refresh-task is not canceled when regions are closed, leaking HRegion objects (Adrian Muraru)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419172 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 22:06:39 +00:00
Michael Stack
5a3c77afd7
HBASE-4072 Deprecate/disable and remove support for reading ZooKeeper zoo.cfg files from the classpath
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418775 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 22:41:57 +00:00
Jean-Daniel Cryans
d440c135ef
HBASE-7300 HbckTestingUtil needs to keep a static executor to lower the number of threads used
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418571 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 00:46:56 +00:00
Zhihong Yu
f8cb35d156
HBASE-5258 Move coprocessors set out of RegionLoad (Sergey Shelukhin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418561 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 23:57:10 +00:00
jxiang
044f53bf33
HBASE-7284 Rename rest server from Main to RESTServer
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1418407 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 17:32:52 +00:00
larsh
0d8874982c
HBASE-7279 Avoid copying the rowkey in RegionScanner, StoreScanner, and ScanQueryMatcher
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417715 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 00:25:56 +00:00
Michael Stack
970b111774
HBASE-7285 HMaster fails to start with secure Hadoop
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417690 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 23:13:30 +00:00
Zhihong Yu
b0072b0b46
HBASE-6423 Writes should not block reads on blocking updates to memstores - Addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417242 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 00:03:41 +00:00
larsh
16084720bb
HBASE-7008 Set scanner caching to a better default, disable Nagles
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417233 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 23:08:34 +00:00
jxiang
f7f190a684
HBASE-6423 Writes should not block reads on blocking updates to memstores
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417078 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 18:14:23 +00:00
jyates
690f61be12
HBASE-7270: Remove MultiPut and MultiPutResponse to satisfy rat-check
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1417015 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 16:17:11 +00:00
Jean-Daniel Cryans
211e4e019b
HBASE-6804 [replication] lower the amount of logging to a more human-readable level
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416735 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 00:09:49 +00:00
eclark
abd334265e
HBASE-7265 Make Maven skip module test properties consistent
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416723 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 23:17:29 +00:00
eclark
3baeb74265
HBASE-7187 Create empty hbase-client module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416676 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:30:19 +00:00
eclark
1826577ffc
HBASE-7187 Revert Dirty commit.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416671 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:26:30 +00:00
eclark
d269cd2687
HBASE-7187 Create empty hbase-client module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416664 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 21:11:31 +00:00
Michael Stack
489726957e
HBASE-7253 CompactionTool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416657 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 20:35:58 +00:00
Michael Stack
ee254fa233
HBASE-1299 JSPs don't HTML escape literals (ie: table names, region names, start & end keys)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416645 13f79535-47bb-0310-9956-ffa450edef68
2012-12-03 19:38:57 +00:00
jxiang
5a408cf256
HBASE-7204 Make hbck ErrorReporter pluggable, ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415897 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 00:38:39 +00:00
jxiang
51dc20638e
HBASE-7204 Make hbck ErrorReporter pluggable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415871 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 22:16:51 +00:00
Michael Stack
ac3c5eb6fa
HBASE-7234 Remove long-deprecated HServerAddress and HServerInfo Writables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415766 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 17:50:44 +00:00
Michael Stack
813cd30de5
HBASE-7232 Remove HbaseMapWritable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415507 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 06:27:21 +00:00
larsh
726f822774
HBASE-7215 Put, Delete, Increment, Result, all all HBase M/R classes still implement/use Writable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415412 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 22:19:39 +00:00
eclark
7dc5908e6b
HBASE-7220 Creating a table with 3000 regions on 2 nodes fails after 1 hour
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415016 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 01:12:55 +00:00
Enis Soztutar
eded2c4881
HBASE-7235 TestMasterObserver is flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1415005 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 00:12:57 +00:00
Enis Soztutar
b79c62dcbd
HBASE-7172 TestSplitLogManager.testVanishingTaskZNode() fails when run individually and is flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414973 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 22:38:00 +00:00
Michael Stack
4d4129231b
HBASE-7200 hbase-it/src/test/java/org/apache/hadoop/hbase/IngestIntegrationTestBase.java
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414559 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 07:15:13 +00:00
Michael Stack
9806433ee9
HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; REAPPLY v9
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414308 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 18:33:28 +00:00
jyates
d8ceacc577
HBASE-7214: CleanerChore logs too much, so much so it obscures all else that is going on
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414229 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 15:41:41 +00:00
Michael Stack
8e49c2a45d
HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; REVERT of original patch and ADDENDUM because applied old patch originally, v8
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1414000 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 05:23:14 +00:00
Michael Stack
5d19fcfd83
HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes; ADDENDUM to fix broke TestHeapSize
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413995 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 04:48:38 +00:00
Michael Stack
3d759b79c8
HBASE-7110 refactor the compaction selection and config code similarly to 0.89-fb changes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413912 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 22:51:37 +00:00
jxiang
7233553030
HBASE-7190 Add an option to hbck to check only meta and assignment
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413762 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 18:10:14 +00:00
eclark
9a030acad8
HBASE-7203 Move example CoProcessor into hbase-examples
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1413751 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 18:02:29 +00:00
Zhihong Yu
c3ba700c82
HBASE-7167 Thrift's deleteMultiple() raises exception instead of returning list of failed deletes (Daniel Gomez)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412594 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 15:58:49 +00:00
Zhihong Yu
cff96425fb
HBASE-6787 Convert RowProcessorProtocol to protocol buffer service - forgot to checkin IncrementCounterProcessorTestProtos.java
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412389 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 00:34:11 +00:00
Zhihong Yu
ed9218145f
HBASE-6787 Convert RowProcessorProtocol to protocol buffer service (Devaraj)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412356 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 23:11:54 +00:00
Michael Stack
4442800016
HBASE-7109 integration tests on cluster are not getting picked up from distribution
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412348 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 22:53:27 +00:00
Zhihong Yu
4d7870dcc4
HBASE-7202 Family Store Files are not archived on admin.deleteColumn() (Matteo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412267 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 20:19:32 +00:00
nkeywal
ba42613a5c
HBASE-7146 Fix the wrong reference to getReader that survived in the FSHLog javadoc (Gustavo Anatoly)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1412092 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 13:44:16 +00:00
eclark
cca8e8280c
HBASE-7185 Create hbase-protocol module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1411922 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 23:26:00 +00:00
eclark
7fdc889169
HBASE-7062 Move HLog stats to metrics 2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1411337 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 18:04:53 +00:00
Enis Soztutar
4aeeda4377
HBASE-6830. [WINDOWS] Tests should not rely on local temp dir to be available in DFS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410659 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 01:16:51 +00:00
Michael Stack
4cdaf84ef8
HBASE-2645 HLog writer can do 1-2 sync operations after lease has been recovered for split process
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410651 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 00:33:15 +00:00
Michael Stack
79b341459a
HBASE-2645 HLog writer can do 1-2 sync operations after lease has been recovered for split process
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410631 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 23:54:00 +00:00
Michael Stack
91b304eefe
HBASE-7178 Compression tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410496 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 17:29:19 +00:00
Michael Stack
c5b57b4558
HBASE-7162 Prefix Compression - Trie data block encoding; hbase-common and hbase-server changes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410213 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 06:53:23 +00:00
larsh
d322efdeb6
HBASE-7177 TestZooKeeperScanPolicyObserver.testScanPolicyObserver is flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410199 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 05:20:57 +00:00
larsh
3e0385ec1d
HBASE-7166 TestSplitTransactionOnCluster tests are flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1410060 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 22:20:07 +00:00
Andrew Kyle Purtell
3e393dd4f8
HBASE-7134. incrementColumnValue hooks no longer called from anywhere
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409968 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 20:12:32 +00:00
Zhihong Yu
54093f6560
HBASE-7128 Reduce annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8, addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409881 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 16:52:33 +00:00
larsh
3989c72387
HBASE-7165 TestSplitLogManager.testUnassignedTimeout is flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409649 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 05:29:02 +00:00
Michael Stack
f38ee24ed0
HBASE-6282 The introspection, etc. of objects in the RPC has to be handled for PB objects
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409648 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 05:26:17 +00:00
Michael Stack
e34f3890f3
HBASE-6282 The introspection, etc. of objects in the RPC has to be handled for PB objects
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409643 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 03:55:23 +00:00
Michael Stack
18415285f5
HBASE-6470 SingleColumnValueFilter with private fields and methods
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409378 13f79535-47bb-0310-9956-ffa450edef68
2012-11-14 20:25:12 +00:00
Zhihong Yu
4c5928faf9
HBASE-7042 Master Coprocessor Endpoint (Francis Liu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1409257 13f79535-47bb-0310-9956-ffa450edef68
2012-11-14 17:03:06 +00:00
Michael Stack
2b4c3659fa
HBASE-7156 Add Data Block Encoding and -D opts to Performance Evaluation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408986 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 22:15:43 +00:00
larsh
091ee90a7e
HBASE-4913 Addendum: Fix TestShell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408902 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 19:24:55 +00:00
jxiang
5671ab600b
HBASE-7152 testShouldCheckMasterFailOverWhenMETAIsInOpenedState times out occasionally
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408854 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 17:44:17 +00:00
nkeywal
2f42b768a3
HBASE-6356 printStackTrace in FSUtils (Gustavo Anatoly)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408851 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 17:35:31 +00:00
Zhihong Yu
4416b25b1e
HBASE-7128 Reduce annoying catch clauses of UnsupportedEncodingException that is never thrown because of UTF-8 (Hiroshi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408758 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 14:52:04 +00:00
larsh
fb934909a8
HBASE-5898 Consider double-checked locking for block cache lock (Todd, Elliot, LarsH)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408620 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 06:54:02 +00:00
gchanan
6f09882c7f
HBASE-7151 Better log message for Per-CF compactions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408502 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 23:19:53 +00:00
gchanan
a65a66be3d
HBASE-4913 Addendum: better shell parsing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408424 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 19:51:04 +00:00
larsh
b91df27d20
HBASE-7103 Need to fail split if SPLIT znode is deleted even before the split is completed. (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408418 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 19:41:40 +00:00
Zhihong Yu
dec4aea1f2
HBASE-7143 TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x (Andrey Klochlov)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1408011 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 14:35:22 +00:00
larsh
55163522e6
HBASE-4583 Integrate RWCC with Append and Increment operations
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407725 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 04:28:07 +00:00
jxiang
e3b9058715
HBASE-7130 NULL qualifier is ignored
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407695 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 23:45:32 +00:00
Zhihong Yu
f317ef5b57
HBASE-7046 Fix resource leak in TestHLogSplit#testOldRecoveredEditsFileSidelined (Himanshu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407363 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 05:21:52 +00:00
Enis Soztutar
5497b3c155
HBASE-6831. [WINDOWS] HBaseTestingUtility.expireSession() does not expire zookeeper session
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407300 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:25:14 +00:00
Enis Soztutar
8d079e7ca5
HBASE-6828. [WINDOWS] TestMemoryBoundedLogMessageBuffer failures
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407298 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:22:10 +00:00
Enis Soztutar
b28150763d
HBASE-6827. [WINDOWS] TestScannerTimeout fails expecting a timeout
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407290 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:13:19 +00:00
Enis Soztutar
227dfa8bd4
HBASE-6823. [WINDOWS] TestSplitTransaction fails due to the Log handle not released by a call to DaughterOpener.start()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407289 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:11:10 +00:00
Enis Soztutar
85d0b8f3bc
HBASE-6820. [WINDOWS] MiniZookeeperCluster should ensure that ZKDatabase is closed upon shutdown()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407287 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:09:20 +00:00
Enis Soztutar
3b07b3fdc3
HBASE-6822. [WINDOWS] MiniZookeeperCluster multiple daemons bind to the same port
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407286 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:07:37 +00:00
Enis Soztutar
eded9b6b1f
HBASE-6826. [WINDOWS] TestFromClientSide failures
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407285 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:05:53 +00:00
gchanan
82ebcfd458
HBASE-4913 Per-CF compaction Via the Shell (Mubarak and Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407227 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 19:22:58 +00:00
eclark
dbddf05a0a
HBASE-7121 Fix TestHFileOutputFormat after moving RS to metrics2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1407216 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 19:09:33 +00:00
Michael Stack
0cf5cfec84
HBASE-7098 Fix minor typos and formatting issues in HFileArchiver/HFileLink
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406860 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 23:17:34 +00:00
Michael Stack
e7f5eea91c
HBASE-6969 Avoid unneceseary regular expression matching in ruby code for "list" command
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406805 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 21:07:05 +00:00
Michael Stack
4ae5cc07c1
HBASE-6894 Adding metadata to a table in the shell is both arcane and painful
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406800 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 21:00:32 +00:00
jxiang
e4a99e9794
HBASE-7113 TestGzipFilter is flaky with jdk1.7
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406797 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 20:45:52 +00:00
jxiang
329796cac5
HBASE-6958 TestAssignmentManager sometimes fails
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406699 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:20:43 +00:00
eclark
3900978ffe
HBASE-6410 Move RegionServer Metrics to metrics2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406396 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 23:22:01 +00:00
Michael Stack
60caa2cedf
HBASE-6793 Make hbase-examples module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406339 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 21:22:27 +00:00
Michael Stack
9b3e63dcb7
HBASE-6991 Escape "\" in Bytes.toStringBinary() and its counterpart Bytes.toBytesBinary()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406297 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 20:07:46 +00:00
Zhihong Yu
571a8a3e62
HBASE-7095 Cannot set 'lenAsVal' for KeyOnlyFilter from shell (Aditya)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405657 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 22:37:04 +00:00
Michael Stack
867ff9fc69
HBASE-7089 Allow filter to be specified for Get from HBase shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405640 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 21:09:02 +00:00
Zhihong Yu
73911b1740
HBASE-7086 Enhance ResourceChecker to log stack trace for potentially hanging threads
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405443 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 00:20:27 +00:00
Enis Soztutar
b503dfba3f
HBASE-7063 Package name for compression should not contain hfile
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405130 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 19:51:18 +00:00
Michael Stack
6f6f425a31
HBASE-6389 Modify the conditions to ensure that Master waits for sufficient number of Region Servers before starting region assignments
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405111 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 19:20:52 +00:00
Michael Stack
624021fb4d
HBASE-7070 Scanner may retry forever after HBASE-5974
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1405107 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 19:15:32 +00:00
Michael Stack
2803eed35e
HBASE-2645 HLog writer can do 1-2 sync operations after lease has been recovered for split process; REVERT -- TEST FAILS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404875 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 04:32:54 +00:00
jxiang
75682c0c5b
HBASE-7083 SSH#fixupDaughter should force re-assign missing daughter
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404867 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 04:11:56 +00:00
larsh
d051501c07
HBASE-6925 Change socket write size from 8K to 64K for HBaseServer (Karthik)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404777 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 21:41:15 +00:00
jxiang
ddb9e96654
HBASE-6060 Regions's in OPENING state from failed regionservers takes a long time to recover
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404759 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 20:50:22 +00:00
jxiang
5dfdc621f1
HBASE-7082 TestHFileCleaner#testHFileCleaning fails due to cleaner is reset
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404722 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 18:48:35 +00:00
larsh
8cde506fb9
HBASE-7077 ADDENDUM, add TestCategory
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404640 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 15:23:48 +00:00
gchanan
e74cd24ff2
HBASE-6904 In the HBase shell, an error is thrown that states replication-related znodes already exist
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404389 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:21:48 +00:00
larsh
5b7f4bb535
HBASE-7077 Test for: CheckAndPut should properly read MVCC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404382 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:09:28 +00:00
larsh
09873f9d32
HBASE-7051 CheckAndPut should properly read MVCC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404377 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 22:02:09 +00:00
jxiang
4873d3a441
HBASE-7080 TestHFileOutputFormat.testColumnFamilyCompression failing due to UnsatisfiedLinkError
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404329 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 20:07:56 +00:00
Zhihong Yu
756840a814
HBASE-7066 Some HMaster coprocessor exceptions are being swallowed in try catch blocks (Francis Liu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404146 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 14:06:40 +00:00
Michael Stack
fb983be9e3
HLog writer can do 1-2 sync operations after lease has been recovered for split process.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403977 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 04:48:37 +00:00
Zhihong Yu
b31e78a424
HBASE-7055 Revert - part 2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403898 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 22:11:19 +00:00
Zhihong Yu
1abf20084a
HBASE-7055 port HBASE-6371 tier-based compaction from 0.89-fb to trunk - revert for further discussion
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403890 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 22:04:41 +00:00
Zhihong Yu
028a672e20
HBASE-7055 port HBASE-6371 tier-based compaction from 0.89-fb to trunk (Sergey)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403852 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 20:14:01 +00:00
Zhihong Yu
9fda46c126
HBASE-7060 Region load balancing by table does not handle the case where a table's region count is lower than the number of the RS in the cluster (Ted Yu and Tianying)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403851 13f79535-47bb-0310-9956-ffa450edef68
2012-10-30 20:08:22 +00:00
Jean-Daniel Cryans
02fa99f9f0
HBASE-6700 [replication] empty znodes created during queue failovers aren't
...
deleted (Terry Zhang via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403581 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 23:44:56 +00:00
Michael Stack
e7d4f965a1
HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; ADDENDUM v4 -- I FORGOT THIS BIT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403539 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 21:33:15 +00:00
jxiang
27f9a5cd7b
HBASE-5119 Set the TimeoutMonitor's timeout back down
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403500 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:52:45 +00:00
Michael Stack
28fffb91b7
HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; ADDENDUM v4
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403098 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 21:49:19 +00:00
Zhihong Yu
056977d70b
HBASE-6665 ROOT region should not be splitted even with META row as explicit split key (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1403037 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 16:33:27 +00:00
larsh
f4923b98a6
HBASE-6846 BitComparator bug - ArrayIndexOutOfBoundsException (Lucian George Iordache)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402882 13f79535-47bb-0310-9956-ffa450edef68
2012-10-27 21:24:00 +00:00
Michael Stack
cd572001f0
HBASE-7024 TableMapReduceUtil.initTableMapperJob unnecessarily limits the types of outputKeyClass and outputValueClass
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402710 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 23:08:45 +00:00
Andrew Kyle Purtell
04381e1a6c
HBASE-7033. Add hbase.lru.blockcache.acceptable.factor to configuration (Sergey Shelukhin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402314 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 20:12:54 +00:00
jxiang
d70e3d8180
HBASE-6977 Multithread processing ZK assignment events
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402226 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 17:32:08 +00:00
Michael Stack
c9073c4631
HBASE-5974 Scanner retry behavior with RPC timeout on next() seems incorrect
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402214 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:43:22 +00:00
Zhihong Yu
bd7c0c96f9
HBASE-5257 Allow INCLUDE_AND_NEXT_COL in filters and use it in ColumnPaginationFilter (Varun)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402209 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:32:06 +00:00
Zhihong Yu
dc14281b85
HBASE-7048 Regionsplitter requires the hadoop config path to be in hbase classpath (Ming Ma)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1402197 13f79535-47bb-0310-9956-ffa450edef68
2012-10-25 16:05:01 +00:00
gchanan
2be66139d6
HBASE-7045 Add some comments to MVCC code
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401910 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 23:01:10 +00:00
jxiang
b1595ac86b
HBASE-6896 sync bulk and regular assigment handling socket timeout exception
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401744 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 15:50:55 +00:00
Michael Stack
47ae2df693
HBASE-7037 ReplicationPeer logs at WARN level aborting server instead of at FATAL
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401563 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 06:09:06 +00:00
larsh
08491e4f59
HBASE-6843 loading lzo error when using coprocessor (Andy)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401551 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 04:47:28 +00:00
gchanan
af295f5605
HBASE-7018 Fix and Improve TableDescriptor caching for bulk assignment
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401525 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 01:06:44 +00:00
eclark
65a7c12942
HBASE-7027 Use the correct port of info server of region servers
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401454 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 20:39:21 +00:00
eclark
2f06bfd297
HBASE-7032 Remove old IncrementColumnValue code.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401447 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 20:28:37 +00:00
Zhihong Yu
940b37dc24
HBASE-6942 Endpoint implementation for bulk delete rows (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401330 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 15:59:57 +00:00
Zhihong Yu
871618c19b
HBASE-6972 HBase Shell deleteall should not require column to be defined (Ricky)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401115 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 22:56:54 +00:00
gchanan
2c4b5f74d7
HBASE-7019 Can't pass SplitAlgo in hbase shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401091 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 21:46:50 +00:00
Zhihong Yu
2cdb599c36
HBASE-7001 Fix the RCN Correctness Warning in MemStoreFlusher class (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401037 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:34:12 +00:00
gchanan
12315b8597
HBASE-6987 Port HBASE-6920 to trunk (?)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401015 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:12:43 +00:00
Zhihong Yu
1a32bfed45
HBASE-6728 revert
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401012 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:08:23 +00:00
Zhihong Yu
1048d15c6a
HBASE-6728 prevent OOM possibility due to per connection responseQueue being unbounded
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401008 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:03:59 +00:00
eclark
d115205c13
HBASE-6951 Allow the master info server to be started in a read only mode.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400956 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 17:09:58 +00:00
Zhihong Yu
b27d0319c0
HBASE-6998 Uncaught exception in main() makes the HMaster/HRegionServer process suspend (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400940 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 16:27:16 +00:00
jxiang
a5bd102cd8
HBASE-6611 Forcing region state offline cause double assignment
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400358 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 03:57:49 +00:00
Zhihong Yu
312e9187ae
HBASE-7005 Addendum updates thrift release that we depend on
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400288 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 21:02:12 +00:00
Michael Stack
a8e4e5c286
HBASE-6949 Automatically delete empty directories in CleanerChore
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400286 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 21:02:01 +00:00
Zhihong Yu
e02139dca7
HBASE-7005 Upgrade Thrift lib to 0.9.0 (Jake Farrell)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400249 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 19:42:56 +00:00
Zhihong Yu
7e02b67d30
HBASE-6583 Enhance Hbase load test tool to automatically create column families if not present (Sergey Shelukhin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400196 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 17:58:27 +00:00
Zhihong Yu
b6ca623286
HBASE-6459 improve speed of table creation (Zhou Wenjian)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1400152 13f79535-47bb-0310-9956-ffa450edef68
2012-10-19 16:20:15 +00:00
larsh
c951cfbd31
HBASE-6974 Metric for blocked updates (Michael Drzal)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399880 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 21:58:38 +00:00
Gary Helmling
952ec5521d
HBASE-6786 addendum - fix mutation spelling in .proto and generated classes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399755 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 18:01:05 +00:00
Gary Helmling
6f3cce5220
HBASE-6786 Convert MultiRowMutationProtocol to protocol buffer service (Devaraj Das)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399529 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 06:38:33 +00:00
Jean-Daniel Cryans
d6d73eb286
HBASE-6758 [replication] The replication-executor should make sure the file
...
that it is replicating is closed before declaring success on that
file (Devaraj Das via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399517 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 04:52:19 +00:00
Zhihong Yu
f065232db0
HBASE-7002 Fix all 4 findbug performance warnings (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399514 13f79535-47bb-0310-9956-ffa450edef68
2012-10-18 04:34:32 +00:00
Zhihong Yu
a7f9aa0c25
HBASE-6948 shell create table script cannot handle split key which is expressed in raw bytes (Tianying)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399429 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 20:58:35 +00:00
jxiang
9c88d9d9ea
HBASE-6979 recovered.edits file should not break distributed log splitting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1399352 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 17:21:25 +00:00
jxiang
bb563c3603
HBASE-6858 Fix the incorrect BADVERSION checking in the recoverable zookeeper
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1398920 13f79535-47bb-0310-9956-ffa450edef68
2012-10-16 18:46:54 +00:00
Zhihong Yu
d30fff7c92
HBASE-6785 Convert AggregateProtocol to protobuf defined coprocessor service (Devaraj Das)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1398175 13f79535-47bb-0310-9956-ffa450edef68
2012-10-15 02:32:09 +00:00
Michael Stack
8285257518
HBASE-6978 Minor typo in ReplicationSource SocketTimeoutException error handling
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1397441 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 05:17:03 +00:00
Michael Stack
da4fd3e29b
HBASE-6971 .META. directory does not contain .tableinfo serialization
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396928 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 06:58:07 +00:00
Michael Stack
6d42266145
HBASE-3661 Handle empty qualifier better in shell for increments
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396902 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 04:58:29 +00:00
Zhihong Yu
c2045b11da
HBASE-5837 hbase shell deleteall to .META. allows insertion of malformed rowkey (Ricky Saltzer)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396857 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 23:21:08 +00:00
jxiang
0c113c7ddb
HBASE-6963 unable to run hbck on a secure cluster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396810 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 21:29:33 +00:00
Jean-Daniel Cryans
264db4cb7d
HBASE-6733 TestReplication.queueFailover occasionally fails [Part-2] (Devaraj Das via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396463 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 04:07:58 +00:00
Michael Stack
32abc3835b
HBASE-6316 Confirm can upgrade to 0.96 from 0.94 by just stopping and restarting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396428 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 00:07:59 +00:00
Michael Stack
4992d78820
HBASE-6953 Incorrect javadoc description of HFileOutputFormat regarding multiple column families
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1396383 13f79535-47bb-0310-9956-ffa450edef68
2012-10-09 22:27:01 +00:00
Zhihong Yu
3fd2ea1de4
HBASE-6797 TestHFileCleaner#testHFileCleaning sometimes fails in trunk (Jesse)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394875 13f79535-47bb-0310-9956-ffa450edef68
2012-10-06 00:49:44 +00:00
Jean-Daniel Cryans
e52314f054
HBASE-5582 "No HServerInfo found for" should be a WARNING message (Kevin Odell via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394768 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 19:56:01 +00:00
larsh
30c7e958ee
HBASE-6900 RegionScanner.reseek() creates NPE when a flush or compaction happens before the reseek.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394377 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 06:28:52 +00:00
gchanan
6f1af4dba4
HBASE-6950 TestAcidGuarantees system test now flushes too aggressively
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394335 13f79535-47bb-0310-9956-ffa450edef68
2012-10-05 00:03:45 +00:00
Jean-Daniel Cryans
e898f6de21
HBASE-6916 HBA logs at info level errors that won't show in the shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1394274 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 21:18:04 +00:00
nkeywal
07e97d2b32
HBASE-6939 Add the possibility to set the ZK port in HBaseTestingUtility
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393940 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 07:36:31 +00:00
Michael Stack
610ea30534
HBASE-6928 TestStoreFile sometimes fails with 'Column family prefix used twice' -- ATTEMPTED FIX
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393923 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 05:46:51 +00:00
Michael Stack
7d2479983a
HBASE-6439 Ignore .archive directory as a table
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393916 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 05:01:27 +00:00
larsh
ec4cb63a09
HBASE-6912 Filters are not properly applied in certain cases (revert HBASE-6562)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393853 13f79535-47bb-0310-9956-ffa450edef68
2012-10-04 00:38:45 +00:00
nkeywal
90e0910a48
HBASE-6738 Too aggressive task resubmission from the distributed log manager
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393537 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 15:25:01 +00:00
Michael Stack
e64430e970
HBASE-6928 TestStoreFile sometimes fails with 'Column family prefix used twice'
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393284 13f79535-47bb-0310-9956-ffa450edef68
2012-10-03 04:10:21 +00:00
Michael Stack
7bed701850
HBASE-6927 WrongFS using HRegionInfo.getTableDesc() and different fs for hbase.root and fs.defaultFS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393234 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 23:13:58 +00:00
Michael Stack
596affcfb6
HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393222 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 22:41:24 +00:00
Michael Stack
2b1ba295d9
HBASE-5937 Refactor HLog into an interface; REMOVE HBASE-6707 POLLUTION/OVERCOMMIT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393221 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 22:38:21 +00:00
Michael Stack
63743c2804
HBASE-6479 HFileReaderV1 caching the same parent META block could cause server abot when splitting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393194 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 21:29:21 +00:00
Michael Stack
6b82ddc911
HBASE-6926 Cleanup some of the javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393168 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 20:42:55 +00:00
eclark
e419fee3b4
HBASE-6914 Scans/Gets/Mutations don't give a good error if the table is disabled.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393163 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 20:39:09 +00:00
Michael Stack
ac368c1ae8
HBASE-5937 Refactor HLog into an interface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393126 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 19:29:19 +00:00
Michael Stack
e0538fe83b
HBASE-6921 String and ConcurrentHashMap sizes change on jdk7; makes TestHeapSize fail; second attempt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1393062 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 17:56:34 +00:00
ramkrishna
4c514ea23b
HBASE-6317 Master clean start up and Partially enabled tables make region assignment inconsistent (RajeshBabu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392802 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 09:19:48 +00:00
Michael Stack
d6cca23ed3
HBASE-6918 Debugging to help figure what is different up on jenkins when TestHeapSize runs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392753 13f79535-47bb-0310-9956-ffa450edef68
2012-10-02 06:09:49 +00:00
Michael Stack
7adcc74aeb
HBASE-6299 RS starts region open while fails ack to HMaster.sendRegionOpen() causes inconsistency in HMaster's region state and a series of successive problems
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392617 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 21:20:22 +00:00
jxiang
c7b246edd2
HBASE-6881 All regionservers are marked offline even there is still one up
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392467 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:45:04 +00:00
Jonathan Hsieh
e9947aad05
HBASE-6906 TestHBaseFsck#testQuarantine* tests are flakey due to TestNotEnabledException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392455 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:33:30 +00:00
jxiang
7b640037fb
HBASE-6901 Store file compactSelection throws ArrayIndexOutOfBoundsException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1392451 13f79535-47bb-0310-9956-ffa450edef68
2012-10-01 17:21:23 +00:00
Michael Stack
c7781e9a37
HBASE-6476 Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391852 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 17:57:49 +00:00
ramkrishna
98f566edf2
HBASE-6853 IllegalArgument Exception is thrown when an empty region is spliitted(Priya)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391759 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 06:42:27 +00:00
Michael Stack
c0b38e6c57
HBASE-6871 HFileBlockIndex Write Error in HFile V2 due to incorrect split into intermediate index blocks
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391741 13f79535-47bb-0310-9956-ffa450edef68
2012-09-29 03:52:49 +00:00
Michael Stack
040f76eb2c
HBASE-6476 Replace all occurrances of System.currentTimeMillis() with EnvironmentEdge equivalent
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391699 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 23:50:31 +00:00
Michael Stack
db62a5eb0d
HBASE-6601 TestImportExport on Hadoop 2 must copy YARN configuration vars
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391580 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 18:08:36 +00:00
Michael Stack
37ab60bcc5
HBASE-6610 HFileLink: Hardlink alternative for snapshot restore
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391326 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 06:27:44 +00:00
Michael Stack
1a992218e3
HBASE-6743 Move EnvironmentEdge classes to hbase-common
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391321 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 06:13:14 +00:00
Michael Stack
3337b47792
HBASE-5419 FileAlreadyExistsException has moved from mapred to fs package
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391306 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 05:35:54 +00:00
Michael Stack
18b40d61c3
HBASE-6688 folder referred by thrift demo app instructions is outdated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391283 13f79535-47bb-0310-9956-ffa450edef68
2012-09-28 02:21:55 +00:00
Michael Stack
58af0ecb42
HBASE-4802 Disable show table metrics in bulk loader
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391206 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 20:45:00 +00:00
Michael Stack
dd10bfe8a7
HBASE-6875 Remove commons-httpclient, -component, and up versions on other jars (remove unused repository)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391136 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 17:44:35 +00:00
Michael Stack
b5cf874819
HBASE-6876 Clean up WARNs and log messages around startup; REAPPLY
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390848 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 05:40:09 +00:00
Michael Stack
c8375a55e9
HBASE-6876 Clean up WARNs and log messages around startup; REVERT OF OVERCOMMIT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390847 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 05:39:43 +00:00
Michael Stack
1acc426e7e
HBASE-6876 Clean up WARNs and log messages around startup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390846 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 05:38:35 +00:00
Michael Stack
f386d46213
HBASE-6679 RegionServer aborts due to race between compaction and split
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390781 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 00:17:04 +00:00
Michael Stack
e2d9560d65
HBASE-6885 Typo in the Javadoc for close method of HTableInterface class
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390673 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 19:01:14 +00:00
nkeywal
ed84f8068e
HBASE-6702 ResourceChecker refinement
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390433 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 12:23:43 +00:00
Michael Stack
09538d85dc
HBASE-6025 Expose Hadoop Dynamic Metrics through JSON Rest interface; REAPPLY
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390240 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 00:35:01 +00:00
Michael Stack
3e30f1ecbf
HBASE-6025 Expose Hadoop Dynamic Metrics through JSON Rest interface; REVERT -- OVERCOMMIT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390239 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 00:34:18 +00:00
Michael Stack
9a69eb3fc9
HBASE-6025 Expose Hadoop Dynamic Metrics through JSON Rest interface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390238 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 00:31:28 +00:00
larsh
74aee30b0c
HBASE-6637 Argghh... Missed deleted files too
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390040 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 18:25:02 +00:00
larsh
b6a36ec9ab
HBASE-6637 Move DaemonThreadFactory into Threads and Threads to hbase-common (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390034 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 18:17:32 +00:00
larsh
92a1bd148e
HBASE-6868 Skip checksum is broke; are we double-checksumming by default?
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390013 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 17:38:14 +00:00
larsh
54bfb5833a
HBASE-6784 TestCoprocessorScanPolicy is sometimes flaky when run locally
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389617 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24 22:03:45 +00:00
jxiang
d930324448
HBASE-6381 AssignmentManager should use the same logic for clean startup and failover
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389561 13f79535-47bb-0310-9956-ffa450edef68
2012-09-24 20:33:19 +00:00
Gary Helmling
419a8b8f44
HBASE-6851 Fix race condition in TableAuthManager.updateGlobalCache()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388894 13f79535-47bb-0310-9956-ffa450edef68
2012-09-22 20:35:28 +00:00
Michael Stack
e30829d8c1
HBASE-6858 Fix the incorrect BADVERSION checking in the recoverable zookeeper; REVERT.... BROKE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388725 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 23:23:25 +00:00
Michael Stack
529807b0e5
HBASE-6858 Fix the incorrect BADVERSION checking in the recoverable zookeeper
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388699 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 21:52:02 +00:00
Jean-Daniel Cryans
c7f43f57b4
HBASE-6860 [replication] HBASE-6550 is too aggressive, DDOSes .META.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388694 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 21:42:10 +00:00
Michael Stack
1e3b48ec53
HBASE-6714 TestMultiSlaveReplication#testMultiSlaveReplication may fail
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388620 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 19:00:35 +00:00
Michael Stack
2cd3c54de4
HBASE-6488 HBase wont run on IPv6 on OSes that use zone-indexes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388586 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 17:52:10 +00:00
nkeywal
c49ee963e6
HBASE-6783 Make read short circuit the default
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388374 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 08:40:23 +00:00
Michael Stack
061fda6ae1
HBASE-6849 Make StochasticLoadBalancer the default
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388267 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 23:22:20 +00:00
Jean-Daniel Cryans
f05e7d917a
HBASE-6847 HBASE-6649 broke replication (Devaraj Das via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388161 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 18:59:37 +00:00
ramkrishna
55b87a3c96
HBASE-6698 Refactor checkAndPut and checkAndDelete to use doMiniBatchMutation
...
(Priya)
Submitted by:PrIya
Reviewed by:Ram, Stack, Ted, Lars
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388141 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 17:59:30 +00:00
Michael Stack
70639863eb
HBASE-6677 Random ZooKeeper port in test can overrun max port
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388125 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 17:37:01 +00:00
Michael Stack
eddc746457
HBASE-6730 Enable rolling averages in StochasticLoadBalancer
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387865 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 06:05:01 +00:00
Michael Stack
6e3d76183c
HBASE-6839 Operations may be executed without rowLock
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387863 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 05:46:42 +00:00
Michael Stack
3f81037369
HBASE-6842 the jar used in coprocessor is not deleted in local which will exhaust the space of /tmp
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387861 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 05:40:34 +00:00
Michael Stack
1afea63673
HBASE-6501 Integrate with unit-testing tools of hadoop's metrics2 framework
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387820 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 23:44:59 +00:00
Michael Stack
5887969990
HBASE-6528 Raise the wait time for TestSplitLogWorker#testAcquireTaskAtStartup to reduce the failure probability
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387792 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 22:02:17 +00:00
gchanan
f482cff0c9
HBASE-6591 checkAndPut executed/not metrics
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387746 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 20:40:22 +00:00
gchanan
527bf4947b
HBASE-6835 HBaseAdmin.flush claims to be asynchronous but appears to be synchronous
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387745 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 20:31:36 +00:00
Zhihong Yu
17a2e1663a
HBASE-6838 Regionserver may generate identical scanner name (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387695 13f79535-47bb-0310-9956-ffa450edef68
2012-09-19 17:52:06 +00:00
Michael Stack
3067e60c39
HBASE-6779 Fix issues analysis.apache.org raises about StochasticLoadBalancer
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387372 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 21:46:04 +00:00
Michael Stack
4bd1ffbd1e
HBASE-6592 [shell] Add means of custom formatting output by column
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387369 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 21:41:20 +00:00
Michael Stack
65a2962cdc
HBASE-6809 Deprecate Old metrics classes.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387359 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 20:58:26 +00:00
Michael Stack
053fc8e7ba
HBASE-6409 Create histogram class for metrics 2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387358 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 20:54:06 +00:00
Michael Stack
2627730b7d
HBASE-6412 Move external servers to metrics2 (thrift,thrift2,rest)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387323 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 19:10:03 +00:00
Zhihong Yu
7c0db34275
HBASE-6438 Addendum checks regionAlreadyInTransitionException when generating region plan (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387164 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 13:53:05 +00:00
Gary Helmling
fbfbad4e4d
HBASE-5448 Support dynamic coprocessor endpoints with protobuf based RPC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387001 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 06:32:57 +00:00
gchanan
60449458da
HBASE-6794 FilterBase should provide a default implementation of toByteArray
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386842 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 21:12:07 +00:00
Michael Stack
e5c0804a27
HBASE-6634 REST API ScannerModel's protobuf converter code duplicates the setBatch call
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386816 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 20:30:43 +00:00
Michael Stack
86d574eb22
HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; REVERT AGAIN
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386748 13f79535-47bb-0310-9956-ffa450edef68
2012-09-17 17:47:18 +00:00
Michael Stack
6df0482491
HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1385388 13f79535-47bb-0310-9956-ffa450edef68
2012-09-16 22:31:21 +00:00
Zhihong Yu
929c09a9ba
HBASE-6438 RegionAlreadyInTransitionException needs to give more info to avoid assignment inconsistencies (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1385210 13f79535-47bb-0310-9956-ffa450edef68
2012-09-16 02:53:25 +00:00
Michael Stack
f125ca952c
HBASE-6241 HBaseCluster interface for interacting with the cluster from system tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1385024 13f79535-47bb-0310-9956-ffa450edef68
2012-09-15 07:01:15 +00:00
gchanan
802f264f4e
HBASE-6759 Forward port ZKReadOnly change from HBASE-6710
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384987 13f79535-47bb-0310-9956-ffa450edef68
2012-09-15 00:33:45 +00:00
gchanan
0dab826f19
HBASE-6260 ADDENDUM (fix test failure plus comment fixups)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384954 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14 22:36:03 +00:00
Michael Stack
2a718cf3b8
HBASE-6780 On the master status page the Number of Requests per second is incorrect for RegionServer's
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384648 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14 04:47:28 +00:00
gchanan
c9d3cb1c3b
HBASE-6260 balancer state should be stored in ZK
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384593 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 23:00:46 +00:00
larsh
786a5213c9
HBASE-6769 HRS.multi eats NoSuchColumnFamilyException (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384377 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 15:44:21 +00:00
gchanan
476a274729
HBASE-6658 Rename WritableByteArrayComparable to something not mentioning Writable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384191 13f79535-47bb-0310-9956-ffa450edef68
2012-09-13 02:41:05 +00:00
Michael Stack
6d2e7cccf4
HBASE-6766 Remove the Thread Dump link on Info pages
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1384136 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 21:28:59 +00:00
Michael Stack
b49ffdcda4
HBASE-6648 [0.92 UNIT TESTS] TestMasterObserver.testRegionTransitionOperations fails occasionally
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1383797 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 06:24:41 +00:00
Michael Stack
078cbdea49
HBASE-5997 Fix concerns raised in HBASE-5922 related to HalfStoreFileReader
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1383788 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 05:47:32 +00:00
larsh
97906bccdc
HBASE-6757 Very inefficient behaviour of scan using FilterList
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1383748 13f79535-47bb-0310-9956-ffa450edef68
2012-09-12 04:04:05 +00:00
nkeywal
293803dcc9
HBASE-6746 Impacts of HBASE-6435 vs. HDFS 2.0 trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382723 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 09:47:02 +00:00
Jonathan Hsieh
7fdcc4c87c
HBASE-5631 ADDENDUM (extra comments)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382627 13f79535-47bb-0310-9956-ffa450edef68
2012-09-10 03:05:05 +00:00
Jonathan Hsieh
43bfefc370
HBASE-5631 hbck should handle case where .tableinfo file is missing (Jie Huang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382529 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 16:21:15 +00:00
Zhihong Yu
f2140d640a
HBASE-6734 Code duplication in LoadIncrementalHFiles (Richard Ding)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382353 13f79535-47bb-0310-9956-ffa450edef68
2012-09-08 20:17:28 +00:00
Zhihong Yu
564fc2e7c3
Port HBASE-6590 to trunk : Asssign sequence number to bulk loaded files (Amitanand)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382351 13f79535-47bb-0310-9956-ffa450edef68
2012-09-08 20:13:21 +00:00
Zhihong Yu
2c270de896
HBASE-6713 Stopping META/ROOT RS may take 50mins when some region is splitting (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1382164 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 20:36:01 +00:00
Michael Stack
24fa6e4fbe
HBASE-6432 HRegionServer doesn't properly set clusterId in conf
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381905 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 06:47:34 +00:00
Michael Stack
773650bb0c
HBASE-6706 Remove TotalOrderPartitioner
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381881 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 05:28:31 +00:00
Michael Stack
45f309beff
HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381877 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 05:22:56 +00:00
Michael Stack
d44be427d5
HBASE-6707 TEST org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient.testMultipleTables flaps
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381852 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 03:43:11 +00:00
Zhihong Yu
c310653a19
HBASE-6659 Port HBASE-6508 Filter out edits at log split time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381684 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 17:22:01 +00:00
jxiang
82d9956a7a
HBASE-6715 TestFromClientSide.testCacheOnWriteEvictOnClose is flaky
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381671 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 16:38:37 +00:00
Michael Stack
24131743a8
HBASE-6495 HBaseAdmin shouldn't expect HConnection to be an HConnectionImplementation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381467 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 05:01:01 +00:00
Michael Stack
ebae97fc60
HBASE-6649 [0.92 UNIT TESTS] TestReplication.queueFailover occasionally fails [Part-1]
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381287 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 18:46:38 +00:00
Michael Stack
9ae8410f77
HBASE-3870 Purge copyrights from src headers
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380965 13f79535-47bb-0310-9956-ffa450edef68
2012-09-05 03:37:02 +00:00
larsh
ef562b7760
HBASE-6711 Avoid local results copy in StoreScanner
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380868 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 20:34:53 +00:00
Jonathan Hsieh
d97362910c
HBASE-6691 HFile quarantine fails with missing files in hadoop 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380790 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 18:26:28 +00:00
Jonathan Hsieh
9783392fab
HBASE-6516 hbck cannot detect any IOException while ".tableinfo" file is missing (Jie Huang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1380761 13f79535-47bb-0310-9956-ffa450edef68
2012-09-04 17:52:58 +00:00
nkeywal
55fb6632b9
HBASE-6697 regionserver.TestPriorityRpc uses a fixed port (60020)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379715 13f79535-47bb-0310-9956-ffa450edef68
2012-09-01 08:11:36 +00:00
Michael Stack
46349a89d9
HBASE-6667 TestCatalogJanitor occasionally fails; PATCH THAT ADDS DEBUG AROUND FAILING TEST
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379682 13f79535-47bb-0310-9956-ffa450edef68
2012-09-01 00:36:06 +00:00
Jonathan Hsieh
8393cf10d6
HBASE-5076 HBase shell hangs when creating some 'illegal' tables (liang xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379638 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 22:17:42 +00:00
Zhihong Yu
c65184314b
HBASE-6682 Bad characters in logs for server names: SplitLogManager: task following PBUF (Aleksandr)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379607 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 20:58:56 +00:00
Jonathan Hsieh
2dbdc1ec15
HBASE-6693 Typo in Javadoc of AggregationClient.rowCount()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379605 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 20:49:14 +00:00
Jean-Daniel Cryans
c4f7a53747
HBASE-6321 ReplicationSource dies reading the peer's id
...
HBASE-6647 [performance regression] appendNoSync/HBASE-4528 doesn't
take deferred log flush into account
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379289 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 04:59:02 +00:00
Michael Stack
844f27c8f8
HBASE-6234 Move simple KeyValue tests to hbase-common module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379287 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 04:53:32 +00:00
larsh
4559e53e64
HBASE-6165 Replication can overrun .META. scans on cluster re-start (Himanshu Vashishtha)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379235 13f79535-47bb-0310-9956-ffa450edef68
2012-08-31 00:05:36 +00:00
larsh
849e17fc1a
HBASE-6550 Refactoring ReplicationSink to make it more responsive of cluster health (Himanshu Vashishtha)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379227 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:37:23 +00:00
Michael Stack
652851af72
HBASE-6257 Avoid unnecessary flush & compact on Meta in admin.rb
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379220 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:21:35 +00:00
Michael Stack
1da663d1e3
HBASE-6684 .META. timeout value is incorrect; REAPPLY
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379217 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:16:10 +00:00
Michael Stack
8b3a90236b
HBASE-6684 .META. timeout value is incorrect; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379216 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:15:47 +00:00
Michael Stack
a9e69cce21
HBASE-6684 .META. timeout value is incorrect
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379215 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:13:36 +00:00
Michael Stack
f293c94c01
HBASE-6689 HRegion.increment comment nits
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379152 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 21:13:07 +00:00
larsh
cf76929db6
HBASE-6291 Don't retry increments on an invalid cell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379058 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 18:49:58 +00:00
nkeywal
0930a60681
HBASE-6683 Wrong warning in logs WARN org.apache.hadoop.ipc.HBaseServer: Methods length : 5 (Devaraj Das)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378845 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 08:15:59 +00:00
Michael Stack
8eb8b3a40a
HBASE-6524 Hooks for hbase tracing; REAPPLICATION
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378809 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:52:22 +00:00
Michael Stack
a2788de625
HBASE-6524 Hooks for hbase tracing; REAPPLICATION
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378807 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:51:38 +00:00
Michael Stack
e88e87d7fe
HBASE-5042 TestReadWriteConsistencyControl should be renamed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378804 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:27:29 +00:00
Michael Stack
8e7185b507
HBASE-662 [shell] Cannot describe '.META.' or '-ROOT-' tables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378800 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 05:08:14 +00:00
Jonathan Hsieh
c8f2cbc38d
HBASE-6686 HFile Quarantine fails with missing dirs in hadoop 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378762 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 22:57:10 +00:00
Zhihong Yu
2aae43110f
HBASE-6659 Port HBASE-6508 Filter out edits at log split time, revert
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378752 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 21:58:51 +00:00
Michael Stack
6d7e438c41
HBASE-5965 Move replication znodes to pb
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378714 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 20:48:02 +00:00
Zhihong Yu
2fd27a77c5
HBASE-6564 HDFS space is not reclaimed when a column family is deleted (J Mohamed)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378648 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 17:04:31 +00:00
Zhihong Yu
c41a4f1310
HBASE-6659 Port HBASE-6508 Filter out edits at log split time
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378631 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 16:23:32 +00:00
nkeywal
9bd419f52d
HBASE-6655 thrift.TestThriftServerCmdLine takes too much time: 733.972 sec
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378559 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 13:55:19 +00:00
Michael Stack
c09b2f5f5d
HBASE-6052 Convert .META. and -ROOT- content to pb; ADDENDUM REMOVE UNUSED hbase-4388-root.dir.tgz
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378256 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 18:30:04 +00:00
Zhihong Yu
fdd28ab069
HBASE-6671 Kerberos authenticated super user should be able to retrieve proxied delegation tokens (Francis)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1378142 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 14:05:45 +00:00
Michael Stack
c9b028862a
HBASE-6052 Convert .META. and -ROOT- content to pb
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377965 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 03:40:47 +00:00
Jonathan Hsieh
f63e6a41a5
HBASE-6586 Quarantine Corrupted HFiles with hbck
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377941 13f79535-47bb-0310-9956-ffa450edef68
2012-08-28 01:55:21 +00:00
Michael Stack
93e03d7d09
HBASE-4050 Combine Master Metrics into a single class
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377896 13f79535-47bb-0310-9956-ffa450edef68
2012-08-27 22:39:23 +00:00
jxiang
275f0453c5
HBASE-6643 Accept encoded region name in compacting/spliting region from shell
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377862 13f79535-47bb-0310-9956-ffa450edef68
2012-08-27 21:05:38 +00:00
Michael Stack
37f39c40c3
HBASE-6477 Use PB filter definitions in RPC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377788 13f79535-47bb-0310-9956-ffa450edef68
2012-08-27 18:47:49 +00:00
Zhihong Yu
d992c7742e
HBASE-6622 TestUpgradeFromHFileV1ToEncoding#testUpgrade fails in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377508 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 20:11:21 +00:00
Michael Stack
638529d93b
HBASE-5997 Fix concerns raised in HBASE-5922 related to HalfStoreFileReader; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377483 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 18:59:25 +00:00
Michael Stack
70f7608afa
HBASE-5997 Fix concerns raised in HBASE-5922 related to HalfStoreFileReader
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377366 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 00:29:33 +00:00
Michael Stack
3519920373
HBASE-6372 Add scanner batching to Export job
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377212 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 04:51:41 +00:00
larsh
933a38f9e9
HBASE-6514 unknown metrics type: org.apache.hadoop.hbase.metrics.histogram.MetricsHistogram (Elliot Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377210 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 04:41:12 +00:00
larsh
9d107882d3
HBASE-6496 Addendum - add test category
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377178 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 01:42:36 +00:00
larsh
7a62339a4d
HBASE-6496 Example ZK based scan policy
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377156 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 00:01:46 +00:00
Michael Stack
b4be2041d4
HBASE-6477 Use PB filter definitions in RPC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377154 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 23:51:51 +00:00
Michael Stack
ea41f302f1
HBASE-5449 Support for wire-compatible security functionality; ADD MISSING FILES
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377145 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 23:20:52 +00:00
Michael Stack
ee91c8b03c
HBASE-5449 Support for wire-compatible security functionality; REVERT OVERCOMMIT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377142 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 22:46:05 +00:00
Michael Stack
86592b6103
HBASE-5449 Support for wire-compatible security functionality
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377141 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 22:43:19 +00:00
Michael Stack
8375bfcba9
HBASE-6641 more message with DoNotRetryIOException in client
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377121 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 21:37:31 +00:00
Michael Stack
2e0e23eb98
HBASE-6623 [replication] replication metrics value AgeOfLastShippedOp is not set correctly
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377038 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:44:53 +00:00
ramkrishna
07218cb039
HBASE-6633 Adding new hooks to the split flow - For roll backs and one final hook after split is completed either successfully or failed
...
Submitted by:Ram
Reviewed by:Stack
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377033 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:43:33 +00:00
Michael Stack
567723f028
HBASE-6616 test failure in TestDelayedRpc#testTooManyDelayedRpcs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377027 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:39:30 +00:00
ramkrishna
5f5f22e30d
HBASE-6437 Avoid admin.balance during master initialize
...
Submitted by:rajesh
Reviewed by: Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1377025 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 18:35:52 +00:00
nkeywal
2b7f8503b4
HBASE-6654 io.encoding.TestChangingEncoding could be faster
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376952 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 15:02:46 +00:00
Zhihong Yu
2c59e2bba4
HBASE-6584 TestAssignmentManager#testDisablingTableRegionsAssignmentDuringCleanClusterStartup fails due to port 60000 already in use (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376918 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 14:03:35 +00:00
larsh
aedfe03b91
HBASE-6577 REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376803 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 01:19:30 +00:00
Michael Stack
1e945238f3
HBASE-6606 Test for reconnecting with HBaseAdmin using unmanaged HConnection
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376711 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 21:44:51 +00:00
jxiang
b02f807aa3
HBASE-6644 HBaseAdmin.createTable should wait more till table is enabled.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376680 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 20:26:26 +00:00
Zhihong Yu
f96e1641cf
HBASE-2155 Add the option to bind to a specific IP address to the Nonblocking Thrift servers (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376490 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 13:52:06 +00:00
Zhihong Yu
bbe297121d
HBASE-5329 addRowLock() may allocate duplicate lock id, causing the client to be blocked (Ian Varley)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376489 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 13:48:39 +00:00
Zhihong Yu
8c811a6994
HBASE-3271 Allow .META. table to be exported (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376487 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 13:43:26 +00:00
Zhihong Yu
82609fa7b1
HBASE-6524 revert due to new test failures against hadoop 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1376365 13f79535-47bb-0310-9956-ffa450edef68
2012-08-23 05:07:00 +00:00
Michael Stack
080b8fce76
HBASE-6632 [0.92 UNIT TESTS] testCreateTableRPCTimeOut sets rpc timeout to 1500ms and leaves it (testHundredsOfTable fails w/ 1500ms timeout)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375897 13f79535-47bb-0310-9956-ffa450edef68
2012-08-22 05:05:14 +00:00
Michael Stack
91466eb44e
HBASE-6631 TestHMasterRPCException in 0.92 failed twice on socket timeout
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375849 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 23:19:55 +00:00
Michael Stack
4e765cb5b4
HBASE-6524 Hooks for hbase tracing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375812 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 21:45:00 +00:00
jxiang
280c6124b5
HBASE-6607 NullPointerException when accessing master web ui while master is initializing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375673 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 17:25:27 +00:00
larsh
94f8d617dd
HBASE-6621 Reduce calls to Bytes.toInt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375663 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 17:05:17 +00:00
nkeywal
c87c7237c7
HBASE-6364 Powering down the server host holding the .META. table causes HBase Client to take excessively long to recover and connect to reassigned .META. table
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375473 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 11:12:10 +00:00
nkeywal
933c80f7f3
HBASE-6435 Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes - addendum TestBlockReorder.java
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375454 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 09:53:18 +00:00
nkeywal
f1b53f6631
HBASE-6435 Reading WAL files after a recovery leads to time lost in HDFS timeouts when using dead datanodes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375451 13f79535-47bb-0310-9956-ffa450edef68
2012-08-21 09:47:05 +00:00
larsh
cfbad5ddcc
HBASE-6603 RegionMetricsStorage.incrNumericMetric is called too often (M. Chen)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375312 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 23:24:16 +00:00
Jonathan Hsieh
634cd51bae
HBASE-5714 Add write permissions check before any hbck run that modifies hdfs (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375227 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 21:30:38 +00:00
Michael Stack
aa0bab5a06
HBASE-6503 HBase Shell Documentation For DROP Is Outdated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375205 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 20:28:14 +00:00
Michael Stack
49a769b45c
HBASE-6378 the javadoc of setEnabledTable maybe not describe accurately
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375200 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 20:22:44 +00:00
Michael Stack
caefd5c28f
HBASE-6582 Code generation does run under m2eclipse
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375198 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 20:16:40 +00:00
Michael Stack
76cd7aa23b
HBASE-6414 Remove the WritableRpcEngine & associated Invocation classes; REMOVE EMPTY FILES
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375051 13f79535-47bb-0310-9956-ffa450edef68
2012-08-20 15:18:17 +00:00
Michael Stack
3550392d4e
HBASE-6414 Remove the WritableRpcEngine & associated Invocation classes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374860 13f79535-47bb-0310-9956-ffa450edef68
2012-08-19 21:47:21 +00:00
Zhihong Yu
81f5222ab9
HBASE-6608 Fix for HBASE-6160, META entries from daughters can be deleted before parent entries, shouldn't compare HRegionInfo's (Enis)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374676 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 23:34:17 +00:00
Michael Stack
28e176de82
HBASE-6553 Remove Avro Gateway
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374486 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 00:40:43 +00:00
Michael Stack
b7f7c4ac09
HBASE-6553 Remove Avro Gateway
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374484 13f79535-47bb-0310-9956-ffa450edef68
2012-08-18 00:31:55 +00:00
Michael Stack
1908123fbe
HBASE-6055 Fix hfile/log cleaning delegate method naming
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374478 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 23:30:19 +00:00
jxiang
e4635cedad
HBASE-6487 assign region doesn't check if the region is already assigned -- REVERTED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374452 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 21:54:14 +00:00
jxiang
a7e18a9bfd
HBASE-6487 assign region doesn't check if the region is already assigned
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374423 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 20:28:32 +00:00
Michael Stack
283155ef05
HBASE-6602 Region Server Dynamic Metrics can cause high cpu usage.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374397 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 19:02:13 +00:00
Michael Stack
093c6fa19c
HBASE-6599 Rename Store (the implementations) as HStore, and HStore (the Interface) as Store
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374354 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 16:46:07 +00:00
jxiang
a7b5e34cf2
HBASE-6593 TestAdmin times out sometimes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374061 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 21:05:38 +00:00
Michael Stack
6af9a020b2
HBASE-6596 Revert HBASE-5022; it undoes HBC.create -- ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374012 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:46:07 +00:00
Andrew Kyle Purtell
700be88f29
HBASE-6245. Upon page refresh new UI should return to the previously selected tab (Jie Huang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373983 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 19:05:34 +00:00
Andrew Kyle Purtell
2af7c0697b
HBASE-6594. Move tasks section above regions section in RegionServer UI
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373980 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 18:58:59 +00:00
Andrew Kyle Purtell
6447d1b800
HBASE-6565. Coprocessor exec result Map is not thread safe (Yuan Kang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373972 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 18:32:37 +00:00
larsh
001c445d75
HBASE-6561 Gets/Puts with many columns send the RegionServer into an 'endless' loop
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373943 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 17:40:59 +00:00
jxiang
14d07f96e1
HBASE-6471 Performance regression caused by HBASE-4054
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373917 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 16:53:43 +00:00
Zhihong Yu
4d512d9019
HBASE-6587 Region would be assigned twice in the case of all RS offline (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373829 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 13:39:53 +00:00
larsh
c3d1bb07f8
HBASE-6562 Fake KVs are sometimes passed to filters
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373650 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 22:02:57 +00:00
Andrew Kyle Purtell
7c7b7c9c1e
HBASE-6263. Use default mode for Thrift gateway if not specified
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373591 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 19:22:21 +00:00
larsh
0875b6873c
HBASE-6579 Unnecessary KV order check in StoreScanner
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373537 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 17:37:49 +00:00
larsh
e5b1ae1916
HBASE-6577 RegionScannerImpl.nextRow() should seek to next row
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373531 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 17:23:44 +00:00
Andrew Kyle Purtell
677ff7e0db
HBASE-6478. TestClassLoading.testClassLoadingFromLibDirInJar occasionally fails
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373520 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 16:33:40 +00:00
jxiang
9f2987482c
HBASE-5728 Methods Missing in HTableInterface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373481 13f79535-47bb-0310-9956-ffa450edef68
2012-08-15 15:44:46 +00:00
Zhihong Yu
3156455462
HBASE-6569 Extract HStore interface from Store (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373153 13f79535-47bb-0310-9956-ffa450edef68
2012-08-14 22:34:18 +00:00
Zhihong Yu
214c751fb9
HBASE-6576 HBaseAdmin.createTable should wait until the table is enabled (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373074 13f79535-47bb-0310-9956-ffa450edef68
2012-08-14 20:46:17 +00:00
Zhihong Yu
f69a7e8e74
HBASE-6568 Extract daemon thread factory from HTable into its own class (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1372963 13f79535-47bb-0310-9956-ffa450edef68
2012-08-14 16:42:04 +00:00
Andrew Kyle Purtell
e64fe02581
HBASE-6308. Coprocessors should be loaded in a custom ClassLoader (James Baldassari)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1372558 13f79535-47bb-0310-9956-ffa450edef68
2012-08-13 19:31:00 +00:00
Michael Stack
48b37d99bf
HBASE-6529 With HFile v2, the region server will always perform an extra copy of source files
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1372313 13f79535-47bb-0310-9956-ffa450edef68
2012-08-13 08:34:07 +00:00
Jonathan Hsieh
2706742224
HBASE-6512 Incorrect OfflineMetaRepair log class name (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371520 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 22:40:52 +00:00
Jonathan Hsieh
c106d67381
HBASE-6510 Fix HConnection typo in TestFromClientSide (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371511 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 22:06:32 +00:00
Jonathan Hsieh
21d473f356
HBASE-6552 TestAcidGuarantees system test should flush more aggressively (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371501 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 21:52:19 +00:00
larsh
a77305afda
HBASE-6522 Expose locks and leases to Coprocessors
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1371024 13f79535-47bb-0310-9956-ffa450edef68
2012-08-09 00:56:59 +00:00
Zhihong Yu
5876b5b662
HBASE-6509 Implement fast-forwarding FuzzyRowFilter to allow filtering rows e.g. by "???alex?b" (Alex Baranau)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370788 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08 14:37:34 +00:00
Zhihong Yu
ba966f8ada
HBASE-6520 MSLab May cause the Bytes.toLong not work correctly for increment (ShiXing)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370717 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08 09:33:11 +00:00
jxiang
5671b5ca86
HBASE-6444 Expose the ability to set custom HTTP Request Headers for the REST client used by RemoteHTable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370635 13f79535-47bb-0310-9956-ffa450edef68
2012-08-08 02:32:24 +00:00
Michael Stack
f807add65b
HBASE-5189 Add metrics to keep track of region-splits in RS
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370583 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07 22:56:05 +00:00
Zhihong Yu
14a2e4c347
HBASE-6454 Write PB definitions for filters, addendum adds FilterProtos.java (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1370111 13f79535-47bb-0310-9956-ffa450edef68
2012-08-07 03:51:14 +00:00
larsh
103b7b3eee
HBASE-6505 Allow shared RegionObserver state
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1369516 13f79535-47bb-0310-9956-ffa450edef68
2012-08-05 02:37:35 +00:00
jxiang
ffe24f3c97
HBASE-6507 [hbck] TestHBaseFsck ran into TableNotEnabledException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1369363 13f79535-47bb-0310-9956-ffa450edef68
2012-08-04 16:40:38 +00:00
Zhihong Yu
87a250924c
HBASE-6481 SkipFilter javadoc is incorrect (Shrijeet)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1369027 13f79535-47bb-0310-9956-ffa450edef68
2012-08-03 15:23:56 +00:00
Zhihong Yu
00447e866d
HBASE-6502 Typo in loaded coprocessors on master status page (Konstantin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368697 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 20:47:31 +00:00
Jonathan Hsieh
7c16621e1b
HBASE-6460 hbck "-repairHoles" usage inconsistent with "-fixHdfsOrphans" (Jie Huang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368690 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 20:24:23 +00:00
Zhihong Yu
018b5ec84d
HBASE-6468 RowCounter may return incorrect result if column name is specified in command line (Shrijeet)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368625 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 18:03:26 +00:00
Zhihong Yu
efe471f74b
HBASE-6411 Move Master Metrics to metrics 2 (Alex Baranau)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368598 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 16:58:35 +00:00
Zhihong Yu
6f542792e3
HBASE-6429 Filter with filterRow() returning true is incompatible with scan with limit (Jie Huang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368472 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 13:45:26 +00:00
Zhihong Yu
752bf565bc
HBASE-6399 MetricsContext should be different between RegionServerMetrics and RegionServerDynamicMetrics (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1368354 13f79535-47bb-0310-9956-ffa450edef68
2012-08-02 05:28:55 +00:00
Zhihong Yu
61dd48b303
HBASE-6454 Write PB definitions for filters (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1367904 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01 10:06:32 +00:00
larsh
3fd458ad88
HBASE-6427 Pluggable compaction and scan policies via coprocessors
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1367361 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 23:14:21 +00:00
Michael Stack
cee7c32732
HBASE-5705 Introduce Protocol Buffer RPC engine
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1367009 13f79535-47bb-0310-9956-ffa450edef68
2012-07-30 07:07:17 +00:00
Zhihong Yu
c8b6b7ad22
HBASE-5547 Don't delete HFiles when in "backup mode", addendum fixes check for fs.delete()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366510 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 19:20:00 +00:00
jxiang
57afee6a6b
HBASE-6272 In-memory region state is inconsistent
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366438 13f79535-47bb-0310-9956-ffa450edef68
2012-07-27 16:34:32 +00:00
Zhihong Yu
b358b89351
HBASE-6431 Some FilterList Constructors break addFilter (Alex Newman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366198 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 20:53:17 +00:00
Zhihong Yu
a5bd687531
HBASE-6455 org.apache.hadoop.hbase.PerformanceEvaluation sets the map reduce output path as a child of input path (Aditya)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1366034 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 15:12:23 +00:00
Michael Stack
c5af2aeb18
HBASE-6447 Common TestZooKeeper failures on jenkins: testMasterSessionExpired and testCreateSilentIsReallySilent
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1365502 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 09:30:11 +00:00
larsh
4d99488e58
HBASE-5659 Addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364895 13f79535-47bb-0310-9956-ffa450edef68
2012-07-24 05:19:30 +00:00
Zhihong Yu
53ac5a3f8f
HBASE-6327 HLog can be null when create table (ShiXing)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364629 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 13:39:04 +00:00
Jonathan Hsieh
2144415141
HBASE-4470 ServerNotRunningException coming out of assignRootAndMeta kills the Master (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364532 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 07:18:32 +00:00
larsh
889e1136d4
HBASE-5659 TestAtomicOperation.testMultiRowMutationMultiThreads is still failing occasionally
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364501 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 05:24:26 +00:00
Zhihong Yu
c48ac29ca9
HBASE-6441 MasterFS doesn't set scheme for internal FileSystem (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364498 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 05:11:59 +00:00
larsh
12470ff307
HBASE-5547 Addendum (Jesse and Ted)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364493 13f79535-47bb-0310-9956-ffa450edef68
2012-07-23 04:44:39 +00:00
jxiang
675f83cb8c
HBASE-6440 SplitLogManager - log the exception when failed to finish split log file
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364435 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 21:39:08 +00:00
larsh
c687f84c10
HBASE-6406 Disable TestZooKeeper#testClientSessionExpired
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364204 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 01:23:36 +00:00
larsh
ab96788641
HBASE-5547 Don't delete HFiles when in "backup mode" (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364203 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 01:11:36 +00:00
Michael Stack
4b07b3985d
HBASE-4255 Expose CatalogJanitor controls
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1364127 13f79535-47bb-0310-9956-ffa450edef68
2012-07-21 17:07:03 +00:00
Zhihong Yu
75e5903748
HBASE-6433 Improve HBaseServer#getRemoteAddress by utilizing HBaseServer.Connection.hostAddress (binlijin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363905 13f79535-47bb-0310-9956-ffa450edef68
2012-07-20 19:16:28 +00:00
Jean-Daniel Cryans
ce00f26e71
HBASE-6325 [replication] Race in ReplicationSourceManager.init can initiate a failover even if the node is alive
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363573 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 22:53:24 +00:00
Zhihong Yu
309f846827
HBASE-4956 Control direct memory buffer consumption by HBaseClient (Bob Copeland)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363526 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 20:31:44 +00:00
Zhihong Yu
1a6834c8c9
HBASE-6312 Make BlockCache eviction thresholds configurable (Jie Huang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363468 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 18:38:52 +00:00
larsh
e9aaf12f6e
HBASE-6406 Remove TestReplicationPeer
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363217 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 04:30:13 +00:00
Zhihong Yu
d90f009688
HBASE-6421 [pom] add jettison and fix netty specification (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363216 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 04:20:20 +00:00
jxiang
0da654d45f
HBASE-6392 UnknownRegionException blocks hbck from sideline big overlap regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363190 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 00:23:56 +00:00
Michael Stack
7743260acc
HBASE-6373 Add more context information to audit log messages
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363188 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 00:10:28 +00:00
jxiang
dc17a2559c
HBASE-6420 Gracefully shutdown logsyncer
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363180 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 00:00:40 +00:00
Zhihong Yu
5586daa4de
HBASE-6389 Revert, the patch breaks TestZooKeeper
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363179 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 23:51:25 +00:00
Zhihong Yu
9c5b6c5033
HBASE-6419 PersistentMetricsTimeVaryingRate gets used for non-time-based metrics (part2 of HBASE-6220) (Paul Cavallaro)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363016 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 16:57:57 +00:00
Zhihong Yu
57ec7d083a
HBASE-6400 Add getMasterAdmin() and getMasterMonitor() to HConnection (Enis)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1363009 13f79535-47bb-0310-9956-ffa450edef68
2012-07-18 16:35:00 +00:00
Zhihong Yu
c863b51baa
HBASE-6405 Create Hadoop compatibilty modules and Metrics2 implementation of replication metrics (Elliot Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1362681 13f79535-47bb-0310-9956-ffa450edef68
2012-07-17 22:02:06 +00:00
Zhihong Yu
eeb9a275c8
HBASE-6336 Split point should not be equal to start row or end row (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1362340 13f79535-47bb-0310-9956-ffa450edef68
2012-07-17 03:56:07 +00:00
jxiang
265aa530a5
HBASE-6397 [hbck] print out bulk load commands for sidelined regions if necessary
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1362245 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16 20:44:58 +00:00
jxiang
1b51219af6
HBASE-6394 verifyrep MR job map tasks throws NullPointerException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1361469 13f79535-47bb-0310-9956-ffa450edef68
2012-07-14 02:21:15 +00:00
larsh
3a68756704
HBASE-6389 Modify the conditions to ensure that Master waits for sufficient number of Region Servers before starting region assignments (Aditya Kishore)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1361456 13f79535-47bb-0310-9956-ffa450edef68
2012-07-14 00:40:13 +00:00
Michael Stack
fabf76eaee
HBASE-6380 bulkload should update the store.storeSize
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1361203 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 13:26:04 +00:00
Michael Stack
8a0b742b4d
HBASE-6370 Add compression codec test at HMaster when createTable/modifyColumn/modifyTable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1361058 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 07:20:25 +00:00
jxiang
6b3f368bd9
HBASE-6384 hbck should group together those sidelined regions need to be bulk loaded later
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1361034 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 03:12:27 +00:00
Andrew Kyle Purtell
349c82e0a0
HBASE-6377. HBASE-5533 metrics miss all operations submitted via MultiAction
...
Committed 6377-trunk-remove-get-put-delete-histograms.patch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1361026 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 00:59:24 +00:00
Michael Stack
9033191c5e
HBASE-6375 Master may be using a stale list of region servers for creating assignment plan during startup
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360959 13f79535-47bb-0310-9956-ffa450edef68
2012-07-12 21:30:01 +00:00
Michael Stack
6d64175d1e
HBASE-6334 TestImprovement for TestHRegion.testWritesWhileGetting; REVERT ACCIDENTAL HMASTER COMMIT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360936 13f79535-47bb-0310-9956-ffa450edef68
2012-07-12 20:53:09 +00:00
Michael Stack
4c72558f62
HBASE-6334 TestImprovement for TestHRegion.testWritesWhileGetting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360935 13f79535-47bb-0310-9956-ffa450edef68
2012-07-12 20:51:29 +00:00
Michael Stack
dd1b45a2a2
HBASE-5151 Rename hbase.skip.errors in HRegion as it is too general-sounding
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360384 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 20:36:25 +00:00
Michael Stack
2c6948780b
HBASE-2730 Expose RS work queue contents on web UI
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360179 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 14:06:20 +00:00
Michael Stack
e3447cdf07
HBASE-5151 Rename hbase.skip.errors in HRegion as it is too general-sounding
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360172 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 13:50:09 +00:00
Zhihong Yu
bbe0d87f8f
HBASE-6369 HTable is not closed in AggregationClient (binlijin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1360171 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 13:39:29 +00:00
Zhihong Yu
30012934b5
HBASE-6337 [MTTR] Remove renaming tmp log file in SplitLogManager (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1359957 13f79535-47bb-0310-9956-ffa450edef68
2012-07-11 00:07:53 +00:00
jxiang
05ad4a91f4
HBASE-6357 Failed distributed log splitting stuck on master web UI
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1359800 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10 17:37:09 +00:00
Zhihong Yu
d0487376c0
HBASE-6219 Add two .js files to source repo (Elliot)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1359446 13f79535-47bb-0310-9956-ffa450edef68
2012-07-10 00:00:32 +00:00
Zhihong Yu
82b93c67c3
HBASE-6219 New UI elements may request external resources (Elliot)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1359443 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 23:50:37 +00:00
Zhihong Yu
5236f762dd
HBASE-6350 Some logging improvements for RegionServer bulk loading (Harsh J)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358989 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 09:14:27 +00:00
Jonathan Hsieh
0318331ccd
HBASE-4379 [hbck] Does not complain about tables with no end region [Z,] (Anoop Sam John)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358953 13f79535-47bb-0310-9956-ffa450edef68
2012-07-09 07:45:49 +00:00
larsh
a7dcdedb86
HBASE-6329 Stopping META regionserver when splitting region could cause daughter region to be assigned twice (chunhui shen)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358820 13f79535-47bb-0310-9956-ffa450edef68
2012-07-08 19:21:30 +00:00
Michael Stack
76222f5d3c
HBASE-6341 Publicly expose HConnectionKey
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358438 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 21:40:04 +00:00
Zhihong Yu
f58744efc7
HBASE-6313 Client hangs because the client is not notified (binlijin)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358416 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 20:53:51 +00:00
larsh
6ff32a1a89
Data error after majorCompaction caused by keeping MVCC for opened scanners (chunhui shen)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358331 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 18:22:00 +00:00
jxiang
2c48f28239
HBASE-6318 SplitLogWorker exited due to ConcurrentModificationException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358330 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 18:18:38 +00:00
Zhihong Yu
edfbb77dc5
HBASE-6220 PersistentMetricsTimeVaryingRate gets used for non-time-based metrics (Paul Cavallaro)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358306 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 17:20:30 +00:00
Zhihong Yu
61089268cd
HBASE-6333 MemStoreScanner {kvsetAtCreation,snapshotAtCreation} should be private and not volatile (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358070 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 08:24:59 +00:00
Andrew Kyle Purtell
80c83d8803
HBASE-6253. Do not allow user to disable or drop ACL table (Gopinathan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358029 13f79535-47bb-0310-9956-ffa450edef68
2012-07-06 03:02:03 +00:00
larsh
72b0a70a01
HBASE-5909 SlabStats should be a daemon thread
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357973 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 22:28:12 +00:00
Jonathan Hsieh
0fc4929d66
Revert HBASE-6330 - hadoop 2.0 was fixed but this broke hadoop 1.0 build.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357844 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 19:56:17 +00:00
larsh
0a35c70f54
HBASE-6293 HMaster does not go down while splitting logs even if explicit shutdown is called.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357757 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 17:36:59 +00:00
larsh
34e96f5b32
HBASE-6326 Avoid nested retry loops in HConnectionManager
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357756 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 17:35:24 +00:00
Andrew Kyle Purtell
68da494198
HBASE-6314. Fast fail behavior for unauthenticated user (Himanshu Vashishtha)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357749 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 17:21:35 +00:00
nkeywal
e98ec7e447
HBASE-6328 FSHDFSUtils#recoverFileLease tries to rethrow InterruptedException but actually shallows it
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357535 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 10:10:01 +00:00
Jonathan Hsieh
af21a030c0
HBASE-6330 TestImportExport has been failing against hadoop 0.23/2.0 profile [part2]
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357480 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 07:22:29 +00:00
Michael Stack
c733938f14
HBASE-6296 Refactor EventType to track its own ExecutorService type
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357405 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 20:58:37 +00:00
ramkrishna
c88f04f153
HBASE-6117 Revisit default condition added to Switch cases in Trunk
...
Submitted by:Ram
Reviewed by:Stack
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357356 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 18:08:51 +00:00
nkeywal
1544913988
HBASE-6175 TestFSUtils flaky on hdfs getFileStatus method
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357238 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 13:13:31 +00:00
Zhihong Yu
2bd71320b2
HBASE-6284 Addendum fixes javadoc (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357056 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 03:28:34 +00:00
mbautin
d2ca6bfe63
[jira] [HBASE-5104] Provide a reliable intra-row pagination mechanism
...
Summary: Porting Madhu's patch for intra-row pagination (rHBASEEIGHTNINEFBBRANCH1326043) to trunk. This is what we have in 89-fb just as a starting point (currently there are test failures).
Test Plan: Run unit tests
Reviewers: madhuvaidya, lhofhansl, Kannan, tedyu, stack, todd, JIRA, jxcn01
Reviewed By: tedyu
CC: jxcn01, Liyin
Differential Revision: https://reviews.facebook.net/D2799
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356995 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 22:36:20 +00:00
Jonathan Hsieh
d3dccec7af
HBASE-6306 TestFSUtils fails against hadoop 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356954 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:22:55 +00:00
Michael Stack
f2f468cc65
HBASE-6039 Remove HMasterInterface and replace with something similar to RegionServerStatusProtocol
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356920 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 20:29:50 +00:00
Michael Stack
02cd5297ee
HBASE-6226 move DataBlockEncoding and related classes to hbase-common module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356590 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 07:34:24 +00:00
Andrew Kyle Purtell
b6eabd741d
Amend HBASE-6303. Likewise for HCD.setCompactionCompressionType
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356570 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 04:36:39 +00:00
Zhihong Yu
6505939970
HBASE-6284 HRegion#doMiniBatchMutation() (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356566 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 03:53:11 +00:00
Andrew Kyle Purtell
5eacb5a6cf
HBASE-6303. HCD.setCompressionType should use Enum support for storing compression types as strings
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356517 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 23:27:34 +00:00
Michael Stack
2ec4c4b939
HBASE-6285 HBase master should log INFO message when it attempts to assign a region
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356247 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 14:24:24 +00:00
Lars George
40dc5d71f8
HBASE-6265 Calling getTimestamp() on a KV in cp.prePut() causes KV not to be flushed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1356106 13f79535-47bb-0310-9956-ffa450edef68
2012-07-02 08:26:31 +00:00
Andrew Kyle Purtell
cbd82f0440
HBASE-6292. Compact can skip the security access control (ShiXing)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355825 13f79535-47bb-0310-9956-ffa450edef68
2012-06-30 21:26:15 +00:00
Zhihong Yu
ef55fb21de
HBASE-6281 Assignment need not be called for disabling table regions during clean cluster start up (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355532 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 19:42:53 +00:00
Zhihong Yu
dc9fabb84a
HBASE-6170 Addendum 2 fixes indentation issue Lars Francke found
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355464 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 16:38:27 +00:00
jxiang
6a2e615f71
HBASE-6274 Proto files should be in the same palce
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1355129 13f79535-47bb-0310-9956-ffa450edef68
2012-06-28 19:42:43 +00:00
Zhihong Yu
132c4fdc14
HBASE-6269 Lazyseek should use the maxSequenseId StoreFile's KeyValue as the latest KeyValue (Xing Shi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354703 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 20:10:50 +00:00
ramkrishna
dc9223f3dd
HBASE-6227 SSH and cluster startup causes data loss
...
Submitted by:Chunhui
Reviewed by:Ram, Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354634 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 17:14:09 +00:00
Zhihong Yu
dfe7636214
HBASE-6170 add the two new config parameters in hbase-default.xml
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354500 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 13:48:22 +00:00
Zhihong Yu
9214f95cf4
HBASE-6170 Timeouts for row lock and scan should be separate (Chris Trezzo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354325 13f79535-47bb-0310-9956-ffa450edef68
2012-06-27 04:59:27 +00:00
Zhihong Yu
275bfdcc40
HBASE-6200 KeyComparator.compareWithoutRow can be wrong when families have the same prefix (Jieshan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354290 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 23:40:41 +00:00
Andrew Kyle Purtell
f4165e27ce
Amend HBASE-6276. Misapplied patch
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354274 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 22:27:22 +00:00
Andrew Kyle Purtell
c80b254756
HBASE-6276. TestClassLoading is racy
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354254 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 22:01:56 +00:00
Zhihong Yu
0475dd5dae
HBASE-5967 OpenDataException because HBaseProtos.ServerLoad cannot be converted to an open data type (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354098 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 16:31:36 +00:00
Andrew Kyle Purtell
36a903366a
HBASE-6267. hbase.store.delete.expired.storefile should be true by default
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353812 13f79535-47bb-0310-9956-ffa450edef68
2012-06-26 04:24:54 +00:00
Zhihong Yu
04a28f262e
HBASE-5933 Add RegionLoad.java (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353743 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 21:05:02 +00:00
Zhihong Yu
fd6ff4edb4
HBASE-5933 Hide HBaseProtos.ServerLoad and HBaseProtos.RegionLoad from ClusterStatus, remove HServerLoad.java
...
(Gregory)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353742 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 20:59:27 +00:00
Zhihong Yu
28c9c4dd6e
HBASE-5933 Hide HBaseProtos.ServerLoad and HBaseProtos.RegionLoad from ClusterStatus (Gregory)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353740 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 20:58:05 +00:00
ramkrishna
f690e086f6
HBASE-5875 Process RIT and Master restart may remove an online server considering it as a dead server (Rajesh)
...
Submitted by:Rajesh
Reviewed by:Ram Ted, Stack
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353688 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 18:07:32 +00:00
jxiang
d0ec4af44a
HBASE-5360 [uberhbck] Add options for how to handle offline split parents, addendum
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353658 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 17:03:36 +00:00
Zhihong Yu
704d725ac5
HBASE-5934 Add the ability for Performance Evaluation to set the table compression (Matteo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353290 13f79535-47bb-0310-9956-ffa450edef68
2012-06-24 16:22:43 +00:00
Zhihong Yu
f8f60a8360
HBASE-4391 Add ability to start RS as root and call mlockall (Matteo Bertozzi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353289 13f79535-47bb-0310-9956-ffa450edef68
2012-06-24 16:20:28 +00:00
Zhihong Yu
9cfae9f15f
HBASE-6236 Offline meta repair fails if the HBase base mount point is on a different cluster/volume than its parent in a ViewFS or sim
...
ilar FS (Aditya)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353065 13f79535-47bb-0310-9956-ffa450edef68
2012-06-23 04:25:58 +00:00
Andrew Kyle Purtell
22ca8dc565
HBASE-6224. Add pre and post coprocessor hooks for bulk load (Francis Liu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353057 13f79535-47bb-0310-9956-ffa450edef68
2012-06-23 00:54:11 +00:00
Zhihong Yu
0f558bb126
HBASE-5630 hbck should disable the balancer using synchronousBalanceSwitch (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353053 13f79535-47bb-0310-9956-ffa450edef68
2012-06-23 00:38:45 +00:00
Zhihong Yu
e88c89f01f
HBASE-6236 revert upon Jimmy's request.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353013 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 20:00:51 +00:00
Zhihong Yu
8645a42880
HBASE-6236 Offline meta repair fails if the HBase base mount point is on a different cluster/volume than its parent in a ViewFS or similar FS (Aditya)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1353008 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 19:49:53 +00:00
Andrew Kyle Purtell
270f2f01b4
HBASE-6256. ZK dump was missed in the move to new UI (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352995 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 18:55:16 +00:00
jxiang
f59ddd78c3
HBASE-6206 Large tests fail with jdk1.7
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352962 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 16:36:05 +00:00
Zhihong Yu
877030a5b9
HBASE-5539 asynchbase PerformanceEvaluation (Benoit)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352764 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 03:09:37 +00:00
Andrew Kyle Purtell
72aa146d01
HBASE-6255. Right align hbase logo in web UI (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352732 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 00:03:04 +00:00
Jean-Daniel Cryans
2f4c1e7d78
HBASE-6207 Add jitter to client retry timer (Elliott Clark via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352699 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:26:57 +00:00
Zhihong Yu
75d6c71246
HBASE-5953 Expose the current state of the balancerSwitch (Gregory Chanan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352696 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:20:31 +00:00
Andrew Kyle Purtell
d81ce8cc21
HBASE-6243. New UI should space detailed latency columns equally (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352694 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:16:17 +00:00
Andrew Kyle Purtell
042965f8da
HBASE-6242. New UI should color task list entries (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352690 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 21:13:09 +00:00
Andrew Kyle Purtell
4b1a528bdd
HBASE-6252. TABLE ADMIN should be allowed to relocate regions (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352644 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 18:29:45 +00:00
Zhihong Yu
6e5c615355
HBASE-6248 Jetty init may fail if directory name contains "master" (Dave Revell)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352395 13f79535-47bb-0310-9956-ffa450edef68
2012-06-21 02:18:25 +00:00
Andrew Kyle Purtell
fec5ef0f98
HBASE-6238. Grant on META not taking effect (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352356 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 22:33:46 +00:00
Andrew Kyle Purtell
5487a32813
HBASE-6209. ACL Corrections for AccessControllerProtocol (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352354 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 22:24:39 +00:00
Andrew Kyle Purtell
9aca0a9450
HBASE-6247. [REST] HTablePool.putTable is deprecated
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352348 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 21:45:08 +00:00
Andrew Kyle Purtell
3ec92cc8b1
HBASE-6244. [REST] Result generators do not need to query table schema
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352325 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 21:14:43 +00:00
Zhihong Yu
145c4d2583
HBASE-6229 AM.assign() should not set table state to ENABLED directly (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352262 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 18:45:23 +00:00
ramkrishna
621ec576eb
HBASE=6164 Correct the bug in block encoding usage in bulkload
...
Submitted by: Anoop
Reviewed by: Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352220 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 17:33:19 +00:00
Zhihong Yu
4cb2174c29
HBASE-5918 Master will block forever at startup if root server dies between assigning root and assigning meta (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1352161 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 15:33:40 +00:00
Zhihong Yu
c85185a68f
HBASE-6211 Put latencies in jmx (Elliot Clark)
...
Submitted by: Elliot Clark
Reviewed by: Stack, Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351789 13f79535-47bb-0310-9956-ffa450edef68
2012-06-19 18:04:45 +00:00
Andrew Kyle Purtell
22f7a385e8
HBASE-6237. Fix race on ACL table creation in TestTablePermissions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351561 13f79535-47bb-0310-9956-ffa450edef68
2012-06-19 02:34:34 +00:00
Andrew Kyle Purtell
429576673b
HBASE-6188. Remove the concept of table owner
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351556 13f79535-47bb-0310-9956-ffa450edef68
2012-06-19 02:24:33 +00:00
jxiang
52f7000373
HBASE-6202 Medium tests fail with jdk1.7
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351423 13f79535-47bb-0310-9956-ffa450edef68
2012-06-18 17:47:46 +00:00
jxiang
8ee16d9aad
HBASE-5360 [uberhbck] Add options for how to handle offline split parents.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1351169 13f79535-47bb-0310-9956-ffa450edef68
2012-06-17 21:20:10 +00:00
Andrew Kyle Purtell
e796407da8
HBASE-5838. Add an LZ4 compression option to HFile
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350844 13f79535-47bb-0310-9956-ffa450edef68
2012-06-16 02:56:24 +00:00
Zhihong Yu
ea1bdb75b6
HBASE-6135 Style the Web UI to use Twitter's Bootstrap, addendum (Elliot Clark)
...
Submitted by: Elliot Clark
Reviewed by: Ted Yu
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350731 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15 18:34:21 +00:00
ramkrishna
3d26a2c856
HBASE-5564 Bulkload is discarding duplicate records
...
Submitted by:Laxman
Reviewed by:iStack, Ted, Ram
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350691 13f79535-47bb-0310-9956-ffa450edef68
2012-06-15 16:51:47 +00:00
Michael Stack
3e806e7979
HBASE-6135 Style the Web UI to use Twitter's Bootstrap.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350407 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 21:49:18 +00:00
Michael Stack
8c75efb968
HBASE-6185 Update javadoc for ConstantSizeRegionSplitPolicy class
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350388 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 20:32:25 +00:00
Michael Stack
d602aa4385
HBASE-6162 Move KeyValue to hbase-common module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350378 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 19:32:02 +00:00
Zhihong Yu
1c8d541b6d
HBASE-5924 In the client code, don't wait for all the requests to be executed before resubmitting a request in error (N Keywal)
...
Submitted by: N Keywal
Reviewed by: Stack, Ted
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350105 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 06:54:18 +00:00
Zhihong Yu
12a1613508
HBASE-6197 HRegion's append operation may lose data (Xing Shi)
...
Submitted by: Xing Shi
Reviewed by: Ted Yu
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1350099 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 06:09:33 +00:00
Zhihong Yu
0fdf8126c5
HBASE-6134 Improvement for split-worker to speed up distributed log splitting (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349632 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 04:34:03 +00:00
Zhihong Yu
5e3b1e4b5d
HBASE-6195 Addednum changes the method variable to be consistent with test name (Xing Shi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349619 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 02:51:37 +00:00
Andrew Kyle Purtell
1fe9aa0e7a
HBASE-6092. Authorize flush, split, compact operations in AccessController (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349596 13f79535-47bb-0310-9956-ffa450edef68
2012-06-13 00:17:13 +00:00
Zhihong Yu
9975cc0d5f
HBASE-6195 Increment data will be lost when the memstore is flushed (Xing Shi)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349471 13f79535-47bb-0310-9956-ffa450edef68
2012-06-12 18:31:07 +00:00
Zhihong Yu
b8d3979505
HBASE-6012 Handling RegionOpeningState for bulk assign (Chunhui)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1349377 13f79535-47bb-0310-9956-ffa450edef68
2012-06-12 14:47:59 +00:00
Andrew Kyle Purtell
6610703576
HBASE-6157. Revoke of Global permission is not taking effect without restart (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1348468 13f79535-47bb-0310-9956-ffa450edef68
2012-06-09 18:19:46 +00:00
Andrew Kyle Purtell
f82402aeab
HBASE-5372. Table mutation operations should check table level rights (Laxman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1348466 13f79535-47bb-0310-9956-ffa450edef68
2012-06-09 18:15:33 +00:00
jxiang
acbac6481e
HBASE-6173 hbck check specified tables only
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347868 13f79535-47bb-0310-9956-ffa450edef68
2012-06-08 02:32:14 +00:00
Zhihong Yu
1a7924a2c3
HBASE-5726 TestSplitTransactionOnCluster occasionally failing
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347852 13f79535-47bb-0310-9956-ffa450edef68
2012-06-08 01:07:25 +00:00
ramkrishna
bf5cd8abac
HBASE-6146 Disabling of Catalog tables should not be allowed (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347719 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 17:25:22 +00:00
Michael Stack
d2d3122865
HBASE-6182 TestStoreFile fails with jdk1.7; REAPPLIED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347400 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 05:38:01 +00:00
Michael Stack
7407ec5def
HBASE-6182 TestStoreFile fails with jdk1.7; REVERT -- MISAPPLIED
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347398 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 05:37:28 +00:00
Michael Stack
5942082548
HBASE-6182 TestStoreFile fails with jdk1.7
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1347389 13f79535-47bb-0310-9956-ffa450edef68
2012-06-07 04:58:53 +00:00
Michael Stack
8ad8c97c1d
HBASE-6038 Add getClusterStatus PB-based call to HMasterInterface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346748 13f79535-47bb-0310-9956-ffa450edef68
2012-06-06 06:26:22 +00:00
Michael Stack
29a433911b
HBASE-6160 META entries from daughters can be deleted before parent entries
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346496 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 18:02:34 +00:00
ramkrishna
fc4d7d7a59
HBASE-6046 Master retry on ZK session expiry causes inconsistent region assignments. (Asutosh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346460 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 16:39:04 +00:00
Michael Stack
52b6797947
HBASE-5609 Add the ability to pass additional information for slow query logging
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346459 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 16:38:51 +00:00
Michael Stack
9a1ba2926a
HBASE-6161 Log Error when thrift server fails to start up
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346231 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 04:06:31 +00:00
Michael Stack
e24966fe02
HBASE-6158 Data loss if the words 'merges' or 'splits' are used as Column Family name
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346095 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 19:16:32 +00:00
Zhihong Yu
705ad5969f
HBASE-6067 Addendum adopts suggestions from Daryn
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1346057 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 17:54:53 +00:00
Jonathan Hsieh
b975bdc489
HBASE-5874 When 'fs.default.name' not configured, the hbck tool and Merge tool throws IllegalArgumentException (fulin wang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345902 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 10:06:54 +00:00
Jonathan Hsieh
b737e2e8bd
HBASE-5892 [hbck] Refactor parallel WorkItem* to Futures (Andrew Wang)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345890 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 09:41:14 +00:00
Michael Stack
5aab2d3e93
HBASE-6145 Fix site target post modularization
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345788 13f79535-47bb-0310-9956-ffa450edef68
2012-06-03 21:59:50 +00:00
Zhihong Yu
968479a34d
HBASE-6067 HBase won't start when hbase.rootdir uses ViewFileSystem
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345727 13f79535-47bb-0310-9956-ffa450edef68
2012-06-03 18:00:22 +00:00
Zhihong Yu
51d2dd1490
HBASE-5936 Addendum adds changes for TestHMasterRPCException that were missed in previous checkin
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345441 13f79535-47bb-0310-9956-ffa450edef68
2012-06-02 05:13:00 +00:00
Michael Stack
06618e6623
HBASE-5936 Add Column-level PB-based calls to HMasterInterface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345390 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 23:18:20 +00:00
Michael Stack
b075efb1ca
HBASE-6150 Remove empty files causing rat check fail
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345369 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 22:04:54 +00:00
Michael Stack
a21f01014a
HBASE-6149 Fix TestFSUtils creating dirs under top level dir
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1345343 13f79535-47bb-0310-9956-ffa450edef68
2012-06-01 20:43:33 +00:00
ramkrishna
f05b600cf4
HBASE-6089 SSH and AM.joinCluster causes Concurrent Modification exception. (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344816 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 17:05:59 +00:00
Zhihong Yu
ff2bcd4760
HBASE-6109 Improve RIT performances during assignment on large clusters (N Keywal)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344802 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 16:34:47 +00:00
Michael Stack
15b1bea883
HBASE-5970 Improve the AssignmentManager#updateTimer and speed up handling opened event
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344569 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 05:47:56 +00:00
Michael Stack
5c8ba16c34
HBASE-6040 Use block encoding and HBase handled checksum verification in bulk loading using HFileOutputFormat
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344560 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 04:26:38 +00:00
Michael Stack
2426162fb5
HBASE-6087 Add hbase-common module: ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344559 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 04:23:56 +00:00
Michael Stack
3216974717
HBASE-6087 Add hbase-common module: ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344558 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 04:23:20 +00:00
Michael Stack
b3ec7ced77
HBASE-6059 Replaying recovered edits would make deleted data exist again
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344554 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 03:46:27 +00:00
Michael Stack
bf1470c6c7
HBASE-6016 ServerShutdownHandler#processDeadRegion could return false for disabling table regions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344511 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 23:59:40 +00:00
Michael Stack
17a12aa8e5
HBASE-6087 Add hbase-common module
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344510 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 23:51:44 +00:00
Michael Stack
3d586b8722
HBASE-6062 preCheckAndPut/Delete() checks for READ when also a WRITE is performed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344486 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 22:28:29 +00:00
Zhihong Yu
6043c0c401
HBASE-6119 Region server logs its own address at the end of getMaster()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344482 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 21:52:33 +00:00
Michael Stack
a43d806e46
HBASE-6120 Few logging improvements around enabling tables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344476 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 21:42:37 +00:00
Michael Stack
4ebecd3eba
HBASE-5959 Add other load balancers
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344457 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 20:53:15 +00:00
Michael Stack
65fc2953bd
HBASE-6068 Secure HBase cluster : Client not able to call some admin APIs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344456 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 20:46:23 +00:00
Michael Stack
0586d64bd5
HBASE-5936 Add Column-level PB-based calls to HMasterInterface; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344449 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 20:26:36 +00:00
Michael Stack
267dfbee66
HBASE-5936 Add Column-level PB-based calls to HMasterInterface
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344433 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 19:54:02 +00:00
Michael Stack
7bdcad0c28
HBASE-5932 Move RegionServerStatusProtocol from ipc package to top-level
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344432 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 19:53:37 +00:00
Michael Stack
1bf7b3f136
HBASE-5932 Move RegionServerStatusProtocol from ipc package to top-level
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344430 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 19:49:39 +00:00
Michael Stack
b61974d1ce
HBASE-4720 Implement atomic update operations (checkAndPut, checkAndDelete) for REST client/server
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344398 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 18:38:20 +00:00
Michael Stack
2bbc95823c
HBASE-6049 Serializing 'List' containing null elements will cause NullPointerException in HbaseObjectWritable.writeObject()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344363 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 17:55:58 +00:00
Michael Stack
20bd3f02d0
HBASE-6131 Add attribution for code added by HBASE-5533 metrics
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344299 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 15:09:36 +00:00
Michael Stack
31d4659cce
HBASE-6083 Modify old filter tests to use Junit4/no longer use HBaseTestCase
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344111 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 05:44:27 +00:00
Andrew Kyle Purtell
9bb6236ecc
HBASE-6114. CacheControl flags should be tunable per table schema per CF
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344105 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 05:26:15 +00:00
Michael Stack
cf91e55fb5
HBASE-6133 TestRestartCluster failing in 0.92
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344098 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 04:43:50 +00:00
Michael Stack
5aaf176f63
HBASE-6043 Add Increment Coalescing in thrift.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344086 13f79535-47bb-0310-9956-ffa450edef68
2012-05-30 03:27:51 +00:00
Michael Stack
bb87ad10e0
HBASE-6107 Distributed log splitting hangs even there is no task under /hbase/splitlog
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344044 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 23:11:19 +00:00
Michael Stack
cd8f390d90
HBASE-6043 Add Increment Coalescing in thrift.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344043 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 23:08:50 +00:00
Michael Stack
dfab705a3b
HBASE-6043 Add Increment Coalescing in thrift.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344034 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:31:54 +00:00
Michael Stack
522dd51ef9
HBASE-5948 Deprecate and remove the Avro gateway
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344029 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:18:26 +00:00
Michael Stack
2a0effdb9f
HBASE-6084 Server Load does not display correctly on the ui
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344026 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:06:11 +00:00
Michael Stack
1aad1a456f
HBASE-6084 Server Load does not display correctly on the ui
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344023 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 22:02:43 +00:00
Michael Stack
00e53c8fa2
HBASE-6108 Use HRegion.closeHRegion instead of HRegion.close() and HRegion.getLog().close()
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343857 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 17:12:09 +00:00
ramkrishna
ccb9c74400
HBASE-6088 Region splitting not happened for long time due to ZK exception while creating RS_ZK_SPLITTING node (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343817 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 16:18:49 +00:00
Zhihong Yu
fa54aef855
HBASE-6032 Port HFileBlockIndex improvement from HBASE-5987
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343413 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 22:43:54 +00:00
ramkrishna
5c12d03ddd
HBASE-6118 Add a testcase for HBASE-6065 (Ashutosh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343338 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 17:51:22 +00:00
ramkrishna
3ee5280b6b
HBASE-5916 RS restart just before master intialization we make the cluster non operative (Rajesh)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343324 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 17:14:56 +00:00
Zhihong Yu
9aa80d2696
HBASE-6112 Fix hadoop-2.0 build, revert first patch and amend docs (Jesse)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343120 13f79535-47bb-0310-9956-ffa450edef68
2012-05-28 00:55:44 +00:00
Zhihong Yu
3fa097b01c
HBASE-6110 Fix TestInfoServers, patch v3 (Jesse)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343110 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 21:45:03 +00:00
Zhihong Yu
99613b8746
HBASE-6110 Revert due to increased number of failed tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343081 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 19:31:47 +00:00
Zhihong Yu
4ae26c1246
HBASE-6112 Fix hadoop-2.0 build (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343071 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 17:38:34 +00:00
Zhihong Yu
a113f4c291
HBASE-6110 Fix TestInfoServers (Jesse Yates)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342995 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 05:29:43 +00:00
Michael Stack
29bb309798
HBASE-4336 Convert source tree into maven modules
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342958 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 20:35:30 +00:00
ramkrishna
e17357d77a
HBASE-6050 HLogSplitter renaming recovered.edits and CJ removing the parent directory races, making the HBCK to think cluster is inconsistent. (Ram)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342937 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 17:52:44 +00:00
ramkrishna
d5ef991ac4
HBASE-6002 Possible chance of resource leak in HlogSplitter (Chinna Rao)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342929 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 17:13:17 +00:00
Michael Stack
390f32d79f
HBASE-4336 Convert source tree into maven modules
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342856 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 05:56:04 +00:00