Andrew Purtell
2e826a4ad1
HBASE-12420 BucketCache logged startup message is egregiously large
2014-11-05 09:22:04 -08:00
Andrew Purtell
64fd02fcbd
HBASE-12344 Split up TestAdmin
2014-11-05 09:18:51 -08:00
stack
b7db322344
HBASE-8572 Enhance delete_snapshot.rb to call snapshot deletion API with regex REVERT TILL TESTED
2014-11-05 07:48:06 -08:00
Lars Hofhansl
8427d67ff6
HBASE-12363 Improve how KEEP_DELETED_CELLS works with MIN_VERSIONS.
2014-11-04 17:12:39 -08:00
Ashish Singhi
2e067970c8
HBASE-8572 Enhance delete_snapshot.rb to call snapshot deletion API with regex
...
Signed-off-by: stack <stack@apache.org>
2014-11-04 16:50:16 -08:00
stack
e36c59d4f2
HBASE-12423 Use a non-managed Table in TableOutputFormat (Solomon Duskis)
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerServices.java
2014-11-04 16:29:18 -08:00
Esteban Gutierrez
431b8a5383
Cache more efficiently getAll() and get() in FSTableDescriptors
...
Signed-off-by: stack <stack@apache.org>
2014-11-04 15:10:08 -08:00
stack
c66a6b02a5
HBASE-12427 Change branch-1 version from 0.99.2-SNAPSHOT to 0.99.3-SNAPSHOT
2014-11-04 12:41:38 -08:00
stack
a347d32cc5
HBASE-12319: Inconsistencies during region recovery due to close/open of a region during recovery; REVERT -- UNSTABLE BUILD
2014-11-04 09:26:13 -08:00
Matteo Bertozzi
b827b6d02e
HBASE-12414 Move HFileLink.exists() to base class
2014-11-04 12:31:21 +00:00
Jeffrey Zhong
c84b13514e
HBASE-12319: Inconsistencies during region recovery due to close/open of a region during recovery
2014-11-03 21:31:12 -08:00
Jeffrey Zhong
d4eb7d1bd1
HBASE-12407: HConnectionKey doesn't contain CUSTOM_CONTROLLER_CONF_KEY in CONNECTION_PROPERTIES
2014-11-03 21:05:11 -08:00
tedyu
481c6829db
HBASE-10780 HFilePrettyPrinter#processFile should return immediately if file does not exist (Ashish Singhi)
2014-11-03 20:30:47 -08:00
Enis Soztutar
65e7de39c7
HBASE-12402 ZKPermissionWatcher race condition in refreshing the cache leaving stale ACLs and causing AccessDenied
2014-11-03 20:12:12 -08:00
Lars Hofhansl
b20cb29437
HBASE-12417 Scan copy constructor does not retain small attribute.
2014-11-03 14:58:57 -08:00
Nick Dimiduk
1d6b3e7b78
HBASE-12416 RegionServerCallable should report what host it was communicating with
2014-11-03 14:21:43 -08:00
stack
0aca51e89c
HBASE-12219 Cache more efficiently getAll() and get() in FSTableDescriptors; REVERTgit log! branch-1 patch AND addendum
2014-11-01 16:03:08 -07:00
Nick Dimiduk
c3a7f2f3bb
HBASE-12399 Master startup race between metrics and RpcServer
2014-11-01 10:47:00 -07:00
Nick Dimiduk
687710eb28
HBASE-12403 IntegrationTestMTTR flaky due to aggressive RS restart timeout
2014-11-01 10:36:47 -07:00
Adrian Muraru
0505072c51
Replication gets stuck following a transient zookeeper error to remote peer cluster
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-10-31 17:59:43 -07:00
Nick Dimiduk
e15a803b59
HBASE-12401 Add some timestamp signposts in IntegrationTestMTTR
2014-10-31 17:22:47 -07:00
Nick Dimiduk
4a803e79e1
HBASE-12335 IntegrationTestRegionReplicaPerf is flaky
2014-10-31 17:17:05 -07:00
Andrew Purtell
4649646fc8
HBASE-12361 Show data locality of region in table page (Liu Shaohui)
...
Conflicts:
hbase-server/src/main/resources/hbase-webapps/master/table.jsp
2014-10-31 15:43:01 -07:00
Enis Soztutar
8938aba4e2
HBASE-12377 HBaseAdmin#deleteTable fails when META region is moved around the same timeframe (Stephen Yuan Jiang)
2014-10-31 12:11:31 -07:00
Esteban Gutierrez
1f18d706a8
HBASE-12219 Cache more efficiently getAll() and get() in FSTableDescriptors (addendum)
...
Signed-off-by: stack <stack@apache.org>
2014-10-31 11:33:33 -07:00
Enis Soztutar
a46425b2a9
HBASE-12390 Change revision style from svn to git
2014-10-31 11:11:12 -07:00
Esteban Gutierrez
233fb8bf18
HBASE-12219 Cache more efficiently getAll() and get() in FSTableDescriptors
...
Signed-off-by: stack <stack@apache.org>
2014-10-31 10:40:57 -07:00
Ashish Singhi
ae8462b3a2
HBASE-10870 Deprecate and replace HCD methods that have a 'should' prefix with a 'is' instead
...
Signed-off-by: stack <stack@apache.org>
2014-10-31 08:34:40 -07:00
Nick Dimiduk
b2d1b154bb
HBASE-9003 TableMapReduceUtil should not rely on org.apache.hadoop.util.JarFinder#getJar (Esteban Gutierrez)
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestJarFinder.java
2014-10-30 21:07:55 -07:00
stack
a1162960c2
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer) -- ADDENDUM testannoations fixup -- REALLY REMOVE IT
2014-10-30 20:08:51 -07:00
Sean Busbey
f5e3b30058
HBASE-12388 Document behavior wrt coprocessors when wal gets empty waledits.
...
Signed-off-by: stack <stack@apache.org>
2014-10-30 19:32:44 -07:00
stack
c1ec92adc9
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer) -- REVERT. Failed in a test run here: https://builds.apache.org/job/PreCommit-HBASE-Build/11530//testReport/
2014-10-30 19:26:23 -07:00
stack
49fb89f151
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer) -- ADDENDUM testannoations fixup
2014-10-30 14:51:15 -07:00
stack
d719ea1db7
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer)
2014-10-30 14:34:02 -07:00
stack
29d486ff4e
HBASE-11835 Wrong managenement of non expected calls in the client (Nicolas Liochon)
2014-10-30 12:42:26 -07:00
Andrew Purtell
f0091a9031
HBASE-12384 TestTags can hang on fast test hosts
2014-10-30 10:45:08 -07:00
Sean Busbey
158e009f4c
HBASE-12381 use the Maven Enforcer Plugin to check maven and java versions.
...
Signed-off-by: stack <stack@apache.org>
2014-10-30 10:36:13 -07:00
Ashish Singhi
d8874fbc21
HBASE-12375 LoadIncrementalHFiles fails to load data in table when CF name starts with '_'
...
Signed-off-by: stack <stack@apache.org>
2014-10-30 09:17:02 -07:00
Matteo Bertozzi
c466c61976
HBASE-12378 Add a test to verify that the read-replica is able to read after a compaction
2014-10-30 12:18:52 +00:00
stack
9e0ca78439
HBASE-12336 RegionServer failed to shutdown for NodeFailoverWorker thread (Liu Shaohui)
2014-10-29 22:04:02 -07:00
stack
b069c10af4
HBASE-12238 A few ugly exceptions on startup
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/MetaTableLocator.java
2014-10-29 21:53:55 -07:00
stack
dc78831019
HBASE-12379 Try surefire 2.18-SNAPSHOT: ADDENDUM
2014-10-29 16:08:32 -07:00
stack
3474368581
HBASE-12379 Try surefire 2.18-SNAPSHOT
2014-10-29 15:38:37 -07:00
stack
6f4ae948ac
HBASE-12355 Update maven plugins
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaCache.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogSplitter.java
2014-10-29 13:18:25 -07:00
Enis Soztutar
e79572fa1c
HBASE-12372 [WINDOWS] Enable log4j configuration in hbase.cmd
2014-10-29 12:02:38 -07:00
stack
6c39d36b32
HBASE-12313 Redo the hfile index length optimization so cell-based rather than serialized KV key
...
Conflicts:
hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java
hbase-common/src/main/java/org/apache/hadoop/hbase/CellKey.java
hbase-common/src/test/java/org/apache/hadoop/hbase/TestCellUtil.java
2014-10-29 11:36:47 -07:00
stack
7aed6de9c8
HBASE-12354 Update dependencies in time for 1.0 release
2014-10-29 11:16:44 -07:00
stack
752c546099
HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 ; ADDENDUM SETTING LOG LEVEL TO DEBUG AGAIN
...
Conflicts:
hbase-server/src/test/resources/log4j.properties
2014-10-29 11:01:19 -07:00
anoopsjohn
e1d1ba564b
HBASE-12297 Support DBB usage in Bloom and HFileIndex area.
2014-10-29 14:40:08 +05:30
manukranthk
69c99da70a
Implement Preemptive Fast Fail
...
Summary: This diff ports the Preemptive Fast Fail feature to OSS. In multi threaded clients, we use a feature developed on 0.89-fb branch called Preemptive Fast Fail. This allows the client threads which would potentially fail, fail fast. The idea behind this feature is that we allow, among the hundreds of client threads, one thread to try and establish connection with the regionserver and if that succeeds, we mark it as a live node again. Meanwhile, other threads which are trying to establish connection to the same server would ideally go into the timeouts which is effectively unfruitful. We can in those cases return appropriate exceptions to those clients instead of letting them retry.
Test Plan: Unit tests
Differential Revision: https://reviews.facebook.net/D24177
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClusterConnection.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcRetryingCaller.java
2014-10-28 22:59:20 -07:00