Commit Graph

80 Commits

Author SHA1 Message Date
Michael Stack b782a7202e HBASE-8430 Cell decoder/scanner/etc. should not hide exceptions
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478656 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 06:40:13 +00:00
Michael Stack d668363c23 HBASE-8214 Remove proxy and engine, rely directly on pb generated Service
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478637 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 03:52:15 +00:00
Zhihong Yu bdd511c7c1 HBASE-8346 Prefetching .META. rows in case only when useCache is set to true (Himanshu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478585 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 21:56:09 +00:00
Michael Stack 1a516ff5b7 HBASE-8482 TestHBaseFsck#testCheckTableLocks broke; java.lang.AssertionError: expected:<[]> but was:<[EXPIRED_TABLE_LOCK]>
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478556 13f79535-47bb-0310-9956-ffa450edef68
2013-05-02 21:13:31 +00:00
sershe 1d8ec61f64 HBASE-8460 [replication] Fix the three TODOs in TestReplicationStateBasic.testReplicationQueues (Chris Trezzo)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478104 13f79535-47bb-0310-9956-ffa450edef68
2013-05-01 17:32:25 +00:00
sershe f027f66b22 HBASE-7413 Convert WAL to pb
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1477761 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 18:34:40 +00:00
Enis Soztutar e2868556df HBASE-2231 Compaction events should be written to HLog (Stack & Enis)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476414 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 22:05:33 +00:00
Zhihong Yu 1eadb508ab HBASE-8393 Testcase TestHeapSize#testMutations is wrong (Jeffrey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1476022 13f79535-47bb-0310-9956-ffa450edef68
2013-04-26 01:59:55 +00:00
eclark 47cfaa205c HBASE-8431 Fix missing license headers
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471823 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 03:20:51 +00:00
jxiang 8a3cba0cc1 HBASE-8327 Consolidate class loaders
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471464 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 15:09:48 +00:00
nkeywal 929776752e HBASE-8380 NPE in HBaseClient.readResponse
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471271 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 07:26:55 +00:00
Michael Stack 2286effcc6 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order; REVERT AGAIN -- BROKE BUILD
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471135 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 20:48:12 +00:00
Michael Stack 93477aa6df HBASE-8284 Allow String Offset(s) in ColumnPaginationFilter for bookmark based pagination
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471070 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:50:50 +00:00
Michael Stack 9a758c1668 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order; REAPPLPY
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471054 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:17:48 +00:00
Michael Stack 0f30646656 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order; REVERT -- OVERCOMMITTED
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471053 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:17:04 +00:00
Michael Stack 2b32678420 HBASE-7579 HTableDescriptor equals method fails if results are returned in a different order
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471052 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:15:36 +00:00
zjushch 87023082bd HBASE-6870 HTable#coprocessorExec always scan the whole table
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1470376 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 02:39:24 +00:00
nkeywal e946c2871f HBASE-8360 In HBaseClient#cancelConnections we should close fully the connection
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1469952 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 17:06:42 +00:00
Devaraj Das 35038df81d HBASE-7239. Introduces chunked reading for large cellblocks
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1469654 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 01:15:28 +00:00
nkeywal 21f3899165 HBASE-8359 Too much logs on HConnectionManager
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1469203 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 07:27:58 +00:00
Zhihong Yu cfded304c1 HBASE-8352 Rename '.snapshot' directory (Ted Yu)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468669 13f79535-47bb-0310-9956-ffa450edef68
2013-04-16 23:20:40 +00:00
larsh 8ee50e0a01 HBASE-8285 HBaseClient never recovers for single HTable.get() calls with no retries when regions move (Varun Sharma)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1468221 13f79535-47bb-0310-9956-ffa450edef68
2013-04-15 20:42:30 +00:00
larsh a0aad9686e HBASE-7801 Addendum - fix Mutation size
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467522 13f79535-47bb-0310-9956-ffa450edef68
2013-04-13 00:03:20 +00:00
larsh 3c0f2508d0 HBASE-7801 Allow a deferred sync option per Mutation.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467357 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 17:07:00 +00:00
Enis Soztutar e21a1ee4ae HBASE-8119 Optimize StochasticLoadBalancer
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467109 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 21:59:31 +00:00
jxiang 48ee32824f HBASE-1936 ClassLoader that loads from hdfs; useful adding filters to classpath without having to restart services
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467092 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 21:19:07 +00:00
Michael Stack d1b3505b26 HBASE-8165 Update our protobuf to 2.5 from 2.4.1; REVERT
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466759 13f79535-47bb-0310-9956-ffa450edef68
2013-04-11 03:51:47 +00:00
ramkrishna cc8e0d3341 HBASE-8266-Master cannot start if TableNotFoundException is thrown while partial table recovery(Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466565 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 16:59:39 +00:00
Michael Stack 1dda0cbc91 HBASE-8165 Update our protobuf to 2.5 from 2.4.1
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466556 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 16:42:28 +00:00
sershe c8566f1ae6 HBASE-8239 ChaosMonkey action for root is irrelevant
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466163 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 18:05:02 +00:00
nkeywal 889777bf59 HBASE-8303 Increse the test timeout to 60s when they are less than 20s
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466127 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 16:56:39 +00:00
nkeywal 52343c5516 HBASE-8305 Too much logs in the some tests
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466117 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 16:49:47 +00:00
nkeywal bacb37c2b6 HBASE-7247 Assignment performances decreased by 50% because of regionserver.OpenRegionHandler#tickleOpening
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465914 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 07:12:21 +00:00
eclark 4d2f1da951 HBASE-8293 Move BigDecimalColumnInterpreter into hbase-client
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465782 13f79535-47bb-0310-9956-ffa450edef68
2013-04-08 20:57:34 +00:00
sershe d747617e15 HBASE-7649 client retry timeout doesn't need to do x2 fallback when going to different server
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464798 13f79535-47bb-0310-9956-ffa450edef68
2013-04-05 00:40:21 +00:00
Michael Stack e7bebd4706 HBASE-7568 [replication] Create an interface for replication queues
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1464279 13f79535-47bb-0310-9956-ffa450edef68
2013-04-04 03:51:32 +00:00
Zhihong Yu e4d696d669 HBASE-8222 User class should implement equals() and hashCode()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462672 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 23:23:54 +00:00
Michael Stack 00f7bb46c5 HBASE-8187 trunk/0.95 tarball packaging
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462606 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 18:49:42 +00:00
Zhihong Yu 1babc2abbc HBASE-8207 Replication could have data loss when machine name contains hyphen "-" (Jeffrey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1462515 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 16:06:51 +00:00
jxiang 3d6dee2c3c HBASE-8173 HMaster#move wraps IOException in UnknownRegionException
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460793 13f79535-47bb-0310-9956-ffa450edef68
2013-03-25 17:57:06 +00:00
zjushch c7309e82ef HBASE-7403 Online Merge (Chunhui shen)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460306 13f79535-47bb-0310-9956-ffa450edef68
2013-03-24 10:26:21 +00:00
Michael Stack add3a064c7 HBASE-8178 IPCUtil produces a LOT of WARN log spew; ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460238 13f79535-47bb-0310-9956-ffa450edef68
2013-03-23 21:37:41 +00:00
Michael Stack fc0443135f HBASE-8178 IPCUtil produces a LOT of WARN log spew
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460230 13f79535-47bb-0310-9956-ffa450edef68
2013-03-23 21:05:05 +00:00
anoopsamjohn d372221802 HBASE-8170 HbaseAdmin.createTable cannot handle creating three regions(jmspaggi)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459875 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 16:05:25 +00:00
jxiang e38dcba6c3 HBASE-8137 Add failed to open/close region state
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459384 13f79535-47bb-0310-9956-ffa450edef68
2013-03-21 16:29:42 +00:00
sershe 66d90f865e HBASE-7948 client doesn't need to refresh meta while the region is opening
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459130 13f79535-47bb-0310-9956-ffa450edef68
2013-03-21 02:04:07 +00:00
Michael Stack 5fde90f68f HBASE-7905 Add passing of optional cell blocks over rpc
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459013 13f79535-47bb-0310-9956-ffa450edef68
2013-03-20 19:36:46 +00:00
ramkrishna 75105027a1 HBASE-8131 - Create table handler needs to handle failure cases. (Ram)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458922 13f79535-47bb-0310-9956-ffa450edef68
2013-03-20 16:25:23 +00:00
Michael Stack 1d6a98257a HBASE-7481 Allow IOExceptions to be thrown from Filter methods
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458554 13f79535-47bb-0310-9956-ffa450edef68
2013-03-19 22:47:55 +00:00
nkeywal 01bb623745 HBASE-8135 Mutation should implement HeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458418 13f79535-47bb-0310-9956-ffa450edef68
2013-03-19 17:30:05 +00:00