Michael Stack
a1244d73d7
HBASE-9181 Fix javadoc warnings introduce by namespaces
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512519 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 22:49:33 +00:00
Jean-Daniel Cryans
a63f524831
HBASE-8663 a HBase Shell command to list the tables replicated from
...
current cluster (Demai Ni via JD)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512488 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 20:44:43 +00:00
Jonathan Hsieh
f528e81766
HBASE-9142 Mutation#getFamilyMap() return type change between HBase 94 and 96 breaks downstream apps
...
For 0.95/0.96, we need to preserve the getFamilyMap signature through a deprecation cycle. The new
method needs to be present alongside the old in 0.95, so we rename the method with the new signature
to getFamilyCellMap() in both trunk and 0.95, and restore a deprecated version of the old in 0.95.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512103 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 23:50:28 +00:00
larsh
c8530f81d4
HBASE-9079 FilterList getNextKeyHint skips rows that should be included in the results (Viral Bajaria and LarsH)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512018 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 20:27:18 +00:00
larsh
d28f8564ad
HBASE-8408; addendum for new HConnection API
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511885 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 17:17:04 +00:00
nkeywal
b94a48d104
HBASE-9156 2000ms timeout for some client calls
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511853 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 16:27:28 +00:00
Michael Stack
46fb7c409d
HBASE-8408 Implement namespace
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511577 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 04:19:49 +00:00
larsh
d363e852e6
HBASE-6580 Deprecate HTablePool in favor of HConnection.getTable(...)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511543 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 23:58:05 +00:00
eclark
d20edb96dc
HBASE-9129 Scanner prefetching leaks scanners.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511110 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 20:10:37 +00:00
Zhihong Yu
2036dbb763
HBASE-9115 Addendum for server side fix (Ted Yu and Lars)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510355 13f79535-47bb-0310-9956-ffa450edef68
2013-08-04 23:17:20 +00:00
jeffreyz
d70d599161
hbase-9098: During recovery use ZK as the source of truth for region state
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510101 13f79535-47bb-0310-9956-ffa450edef68
2013-08-04 06:16:31 +00:00
Michael Stack
90da9dd4a2
HBASE-9093 Hbase client API: Restore the writeToWal method; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509853 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 20:49:07 +00:00
Zhihong Yu
5b89721c1e
HBASE-9115 HTableInterface.append operation may overwrites values (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509849 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 20:47:17 +00:00
Jean-Daniel Cryans
1a76ba5336
HBASE-8983 HBaseConnection#deleteAllConnections does not always delete (Nicolas Liochon via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509846 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 20:22:33 +00:00
Michael Stack
34c8e0ab16
HBASE-8224 Publish hbase build against h1 and h2 adding '-hadoop1' or '-hadoop2' to version string
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509813 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 19:01:34 +00:00
Jean-Daniel Cryans
cb1ad44c24
HBASE-7634 Replication handling of changes to peer clusters is inefficient (Gabriel Reid via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509332 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 17:03:52 +00:00
jyates
ab0abfa711
HBASE-9049: Generalize ServerCallable creation to support custom callables
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509015 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 20:16:43 +00:00
Michael Stack
e6d1848bb7
HBASE-9093 Hbase client API: Restore the writeToWal method
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508702 13f79535-47bb-0310-9956-ffa450edef68
2013-07-31 01:20:10 +00:00
Devaraj Das
e36fc14007
HBASE-8846. Continuation of the previous commit. Deletes the files from their previous locations.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508303 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 05:16:17 +00:00
Devaraj Das
3daea02e86
HBASE-8846. Refactors the old exceptions back to their original packages.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508301 13f79535-47bb-0310-9956-ffa450edef68
2013-07-30 05:14:32 +00:00
jxiang
fd991fe908
HBASE-9052 Prevent split/merged region from assigning again
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508247 13f79535-47bb-0310-9956-ffa450edef68
2013-07-29 23:54:29 +00:00
Zhihong Yu
bc1e374081
HBASE-9055 HBaseAdmin#isTableEnabled() should return false for non-existent table (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507881 13f79535-47bb-0310-9956-ffa450edef68
2013-07-29 01:53:50 +00:00
larsh
d42ecb89bd
HBASE-8698 potential thread creation in MetaScanner.metaScan
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507766 13f79535-47bb-0310-9956-ffa450edef68
2013-07-28 06:03:31 +00:00
Michael Stack
c001c526ec
HBASE-8439 [replication] Remove ReplicationZookeeper class; ADDENDDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507524 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 23:53:06 +00:00
jxiang
4d7c8a8457
HBASE-9048 HCM throws NullPointerException under load
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507502 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 22:57:41 +00:00
jxiang
3812294456
HBASE-9044 Merging regions throws NPE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507500 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 22:50:43 +00:00
Michael Stack
ff5fdb671f
HBASE-8439 [replication] Remove ReplicationZookeeper class
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507497 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 22:42:35 +00:00
Michael Stack
50df1e2fd7
HBASE-8764 Some MasterMonitorCallable should retry
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507495 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 22:38:15 +00:00
Zhihong Yu
6ddd020445
HBASE-9036 Few small code cleanup (Jean-Marc)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1506669 13f79535-47bb-0310-9956-ffa450edef68
2013-07-24 19:37:06 +00:00
Zhihong Yu
c20b71a836
HBASE-8780 A column Family can have VERSIONS less than zero (Demai Ni)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505801 13f79535-47bb-0310-9956-ffa450edef68
2013-07-22 20:49:57 +00:00
sershe
245cd38983
HBASE-7875 introduce a compaction switch in HBase Shell (Liang Xie)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505060 13f79535-47bb-0310-9956-ffa450edef68
2013-07-19 22:40:31 +00:00
Jean-Daniel Cryans
320d23cb35
REVERT of HBASE-8983
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504690 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 22:22:56 +00:00
jxiang
ac924da7af
HBASE-8962 Clean up code and remove regular log splitting
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504647 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 20:42:35 +00:00
nkeywal
8a21171f31
HBASE-8983 HBaseConnection#deleteAllConnections does not always delete
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504606 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 19:05:04 +00:00
Michael Stack
20e0f2b625
HBASE-8987 ProtobufUtil.toException doesn't handle plain RemoteException, gets a NoSuchMethodException
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504591 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 18:37:53 +00:00
nkeywal
5ac40d99a8
HBASE-8982 Useless logs in ipc.RpcClient(584): Not able to close an output stream
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504583 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 18:25:10 +00:00
nkeywal
f8f0a80d3e
HBASE-8981 add a check on the ServerName parse
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504572 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 18:03:53 +00:00
Michael Stack
549a152a38
HBASE-8957 TestDrainingServer. testDrainingServerWithAbort fails
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1504005 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 05:36:42 +00:00
Michael Stack
83f51a4d6a
HBASE-8956 A couple of small misspellings thoughout the codebase.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503502 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 22:25:40 +00:00
Enis Soztutar
7fa275407f
HBASE-8909. HBASE-6170 broke hbase.regionserver.lease.period config, we should support it for BC
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503484 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 21:38:37 +00:00
jxiang
0bed86e6de
HBASE-8662 [rest] support impersonation
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1503337 13f79535-47bb-0310-9956-ffa450edef68
2013-07-15 16:55:10 +00:00
Michael Stack
e11ff8a5fd
HBASE-8918 Removes redundant identifiers from interfaces
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502128 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 07:01:27 +00:00
Enis Soztutar
b93c008efc
HBASE-8375 Durability setting per table
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502076 13f79535-47bb-0310-9956-ffa450edef68
2013-07-11 01:02:02 +00:00
Michael Stack
e79eefe78b
HBASE-8918 Removes redundant identifiers from interfaces; REVERT -- PREMATURE APPLICATION
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501909 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 18:50:21 +00:00
Michael Stack
da3e3046ad
HBASE-8917 Minor cleanup and fixes for POM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501883 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 17:59:55 +00:00
Michael Stack
e194ee4d98
HBASE-8918 Removes redundant identifiers from interfaces
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501880 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 17:53:33 +00:00
Michael Stack
0886b18561
HBASE-8916 Optimize usage of Jackson's ObjectMapper
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501840 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 16:38:24 +00:00
Michael Stack
a2516d3bc0
HBASE-8888 Tweak retry settings some more, *some more*
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501651 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 05:48:47 +00:00
Jean-Daniel Cryans
ed997ccdeb
HBASE-8861 Remove ReplicationState completely (Chris Trezzo via JD)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501503 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 19:59:39 +00:00
Zhihong Yu
18ee009a0c
HBASE-8864 Fix 2 javadoc warnings (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1501084 13f79535-47bb-0310-9956-ffa450edef68
2013-07-09 04:37:14 +00:00