stack
a404db52ec
HBASE-11819 Unit test for CoprocessorHConnection (Talat Uyarer)
2014-10-30 14:33:29 -07:00
Esteban Gutierrez
7886c0b82f
TestRegionServerNoMaster#testMultipleOpen is flaky after HBASE-11760
2014-10-30 13:38:56 -07:00
stack
9f4b6ac06c
HBASE-11835 Wrong managenement of non expected calls in the client (Nicolas Liochon)
2014-10-30 12:41:54 -07:00
Andrew Purtell
f20fac41df
HBASE-12384 TestTags can hang on fast test hosts
2014-10-30 10:45:02 -07:00
Ashish Singhi
87939889bb
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:16:37 -07:00
Matteo Bertozzi
8b84840d5a
HBASE-12378 Add a test to verify that the read-replica is able to read after a compaction
2014-10-30 12:06:16 +00:00
stack
d170088d98
HBASE-12336 RegionServer failed to shutdown for NodeFailoverWorker thread (Liu Shaohui)
2014-10-29 22:03:26 -07:00
stack
5062edebcf
HBASE-12238 A few ugly exceptions on startup
2014-10-29 21:42:29 -07:00
stack
fba164a1d1
HBASE-12355 Update maven plugins
2014-10-29 13:11:44 -07:00
stack
889333a6fd
HBASE-12313 Redo the hfile index length optimization so cell-based rather than serialized KV key
2014-10-29 11:33:49 -07:00
stack
7cfafe401e
HBASE-12354 Update dependencies in time for 1.0 release
2014-10-29 11:16:18 -07:00
stack
b240b00f4f
HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091 ; ADDENDUM SETTING LOG LEVEL TO DEBUG AGAIN
2014-10-29 11:00:16 -07:00
anoopsjohn
cbb334035d
HBASE-12297 Support DBB usage in Bloom and HFileIndex area.
2014-10-29 14:39:03 +05:30
manukranthk
ece933fa3e
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>
2014-10-28 22:47:50 -07:00
Dima Spivak
95282f2ea5
HBASE-12312 Another couple of createTable race conditions
...
Signed-off-by: stack <stack@apache.org>
2014-10-28 22:33:40 -07:00
stack
64b6109ce9
HBASE-11562 CopyTable should provide an option to shuffle the mapper tasks (Jean-Marc Spaggiari)
2014-10-28 11:28:54 -07:00
anoopsjohn
f2f21000fb
HBASE-12304 CellCounter will throw AIOBE when output directory is not specified. (Ashish Singhi)
2014-10-28 17:27:47 +05:30
stack
aea2c67016
HBASE-12353 Turn down logging on some spewing unit tests (Dima Spivak)
2014-10-27 15:12:25 -07:00
Andrew Purtell
70a312e53f
HBASE-11912 Catch some bad practices at compile time with error-prone
2014-10-27 09:29:23 -07:00
anoopsjohn
0fb4c4d5f0
HBASE-11870 Optimization : Avoid copy of key and value for tags addition in AC and VC.
2014-10-25 21:12:15 +05:30
Andrew Purtell
ff5bc351b2
Revert "HBASE-11912 Catch some bad practices at compile time with error-prone"
...
This reverts commit 7ed0260eff
.
2014-10-25 08:33:43 -07:00
Andrew Purtell
7ed0260eff
HBASE-11912 Catch some bad practices at compile time with error-prone
2014-10-24 18:15:12 -07:00
Andrew Purtell
97acb9ef24
HBASE-11964 Improve spreading replication load from failed regionservers
2014-10-24 14:17:46 -07:00
stack
2916d4f356
HBASE-12277 Refactor bulkLoad methods in AccessController to its own interface (Madhan Neethiraj)
2014-10-24 08:47:06 -07:00
stack
31c185aad5
HBASE-12328 Need to separate JvmMetrics for Master and RegionServer (Sanghyun Yun)
2014-10-23 21:49:47 -07:00
stack
96f84594ee
HBASE-11915 Document and test 0.94 -> 1.0.0 update -- ADDENDUM
2014-10-22 22:10:52 -07:00
Elliott Clark
c623b04122
HBASE-12283 Clean up some checkstyle errors
2014-10-22 11:58:23 -07:00
Ted Yu
19108fb850
HBASE-12306 CellCounter output's wrong value for Total Families Across all Rows in output file (Ashish Singhi)
2014-10-22 14:30:53 +00:00
Matteo Bertozzi
2908c11371
HBASE-12301 user_permission command does not show global permissions
2014-10-22 10:08:31 +01:00
Dima Spivak
f6de7efb27
HBASE-12285 Builds are failing, possibly because of SUREFIRE-1091
...
* Reduce the logging level to WARN
Signed-off-by: stack <stack@apache.org>
2014-10-21 22:02:00 -07:00
Yi Deng
e545953c32
HBASE-12243 HBaseFsck should auto set ignorePreCheckPermission to true if no fix option is set (Yi Deng)
...
Signed-off-by: Jonathan M Hsieh <jmhsieh@apache.org>
2014-10-21 13:20:23 -07:00
Ted Yu
6c70f4f7f7
HBASE-12302 VisibilityClient getAuths does not propagate remote service exception correctly (Jerry He)
2014-10-21 20:09:46 +00:00
anoopsjohn
c01d9981d8
HBASE-12202 Support DirectByteBuffer usage in HFileBlock.
2014-10-21 17:57:55 +05:30
stack
c7f51db135
HBASE-12226 TestAccessController#testPermissionList failing on master (Srikranth Srungarapu)
2014-10-20 20:35:23 -07:00
stack
0ee33094ed
HBASE-12278 Race condition in TestSecureLoadIncrementalHFilesSplitRecovery (Dima Spivak)
2014-10-20 11:08:45 -04:00
Ryan Rawson
451798cefb
HBASE-12192 Remove EventHandlerListener
2014-10-18 14:27:04 -07:00
Matteo Bertozzi
49056295ef
HBASE-12161 Add support for grant/revoke on namespaces in AccessControlClient (Srikanth Srungarapu)
2014-10-18 21:18:42 +01:00
manukranthk
5c92bded9d
Add admin endpoint for updating the configuration on the regionserver
...
Summary: This is a follow up diff for the jira to add the functionality to update configs in an online fashion.
Test Plan: Unit test. This adds an end point on the regionserver. It just tries to call the end point and make sure the call succeeds.
Differential Revision: https://reviews.facebook.net/D24861
Signed-off-by: stack <stack@apache.org>
2014-10-18 16:16:21 -04:00
Dima Spivak
7e995b6496
HBASE-12229 NullPointerException in SnapshotTestingUtils
...
* Implemented the waitUntilAllRegionsOnline in HBaseTestingUtility#createTable
* Add waitFor around #isTableAvailable call that previously didn't do anything
* Remove unused byte[] hex
Signed-off-by: stack <stack@apache.org>
2014-10-17 22:50:10 -04:00
Ted Yu
349a56ae2c
HBASE-12263 RegionServer listens on localhost in distributed cluster when DNS is unavailable (Shaohui)
2014-10-17 20:52:55 +00:00
Ted Yu
728fc543ea
HBASE-12264 ImportTsv should fail fast if output is not specified and table does not exist (Ashish)
2014-10-17 20:45:44 +00:00
Ted Yu
686e77108a
HBASE-12274 Race between RegionScannerImpl#nextInternal() and RegionScannerImpl#close() may produce null pointer exception
2014-10-17 16:05:31 +00:00
Patrick White
ba20d4df8c
HBASE-12271 Add counters for files skipped during snapshot export
...
Add counters for skipped files
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-10-15 10:41:48 -07:00
manukranthk
f9c534bac3
HBASE-12258 TestHbaseFsck is flaky and has some multithreading issues
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2014-10-14 17:36:31 -07:00
stack
3544f4e98b
HBASE-12247 Replace setHTable() with initializeTable() in TableInputFormat. (Solomon Duskis)
2014-10-14 14:11:21 -07:00
manukranthk
962065de72
Online config change
...
Summary: This diff is intended to forward port HBASE-8805 and HBASE-8544 implemented by Gaurav Menghani in 89-fb. This improves operational efficiency in managing clusters that are serving production traffic. The idea is to have a central configuration which can manage notifying the configuration observers. The observers in turn should update their local state from the latest config. Minor caveats where configuration variables are corelated should be taken care of with additional care.
Test Plan: Unit tests
Differential Revision: https://reviews.facebook.net/D24681
Signed-off-by: stack <stack@apache.org>
2014-10-13 21:23:12 -07:00
Rajeshbabu Chintaguntla
6dea02b260
HBASE-10200 Better error message when HttpServer fails to start due to java.net.BindException(Kiran Kumar M R)
2014-10-14 02:24:21 +00:00
stack
9a893a9c6a
HBASE-12029 Use Table and RegionLocator in HTable.getRegionLocations() (Solomon Duskis)
2014-10-13 12:24:27 -07:00
stack
b30d2f315d
HBASE-12242 Fix new javadoc warnings in Admin, etc.
2014-10-13 12:07:50 -07:00
stack
8e9a8b002f
HBASE-8361 Bulk load and other utilities should not create tables for user (Ashish Singhi)
2014-10-12 21:52:01 -07:00