9445 Commits

Author SHA1 Message Date
Andrew Purtell
3557a32352 HBASE-12106 Move test annotations to test artifact (Enis Soztutar) 2014-10-06 23:16:22 -07:00
Ramkrishna
eb6f196395 HBASE-11815 Flush and compaction could just close the tmp writer if there
is an exception
2014-10-07 09:40:34 +05:30
Misty Stanley-Jones
baaaac0202 HBASE-9005 Improve documentation around KEEP_DELETED_CELLS, time range scans, and delete markers 2014-10-07 14:05:13 +10:00
Misty Stanley-Jones
b9701d0569 HBASE-10411 Add a kerberos 'request is a replay (34)' issue in the Troubleshooting chapter (Takeshi Miao) 2014-10-07 13:49:11 +10:00
Misty Stanley-Jones
f80d4ba16f HBASE-9004 Fix Documentation around Minor Compaction and TTL (Masatake Iwasaki) 2014-10-07 13:33:16 +10:00
Misty Stanley-Jones
0209e1c760 HBASE-6994 minor doc update about DEFAULT_ACCEPTABLE_FACTOR (Liang Xie) 2014-10-07 13:17:48 +10:00
Jimmy Xiang
8c3697b0d8 HBASE-12184 ServerShutdownHandler throws NPE 2014-10-06 17:28:39 -07:00
stack
062adcc188 HBASE-11890 HBase REST Client is hard coded to http protocol 2014-10-06 13:44:43 -07:00
stack
5f6a055bb6 HBASE-12172 Disable flakey TestRegionReplicaReplicationEndpoint and make fixing it a blocker on 1.0 2014-10-06 10:20:44 -07:00
Ted Yu
8a50a0cce7 HBASE-12011 Add namespace column during display of user tables (Srikanth Srungarapu) 2014-10-06 16:45:33 +00:00
stack
3533820efb HBASE-8808 Use Jacoco to generate Unit Test coverage reports (Manukranth) 2014-10-03 21:51:49 -07:00
stack
202bc2934a HBASE-12148 RegionServerTracker should escape data in log messages 2014-10-03 19:24:46 -07:00
Ted Yu
7972ae764b HBASE-12137 Alter table add cf doesn't do compression test (Virag Kothari) 2014-10-04 00:40:22 +00:00
Jimmy Xiang
ef35182f1f HBASE-12166 TestDistributedLogSplitting.testMasterStartsUpWithLogReplayWork 2014-10-03 17:18:12 -07:00
stack
bc4f25ff45 HBASE-12104 Some optimization and bugfix for HTableMultiplexer (Yi Deng) 2014-10-03 17:17:09 -07:00
stack
3acdf06827 HBASE-12170 TestReplicaWithCluster.testReplicaAndReplication timeouts 2014-10-03 17:06:49 -07:00
Andrew Purtell
0c0d7eb241 Amend HBASE-12156 TableName cache isn't used for one of valueOf methods; make TestTableName a medium test 2014-10-03 16:58:19 -07:00
Jimmy Xiang
dbef2bdafe HBASE-12167 addendum; fix TestMasterObserver 2014-10-03 15:02:41 -07:00
Ted Yu
efe0787c87 HBASE-12136 Race condition between client adding tableCF replication znode and server triggering TableCFsTracker (Virag Kothari) 2014-10-03 21:34:45 +00:00
Jimmy Xiang
5375ff07bc HBASE-12167 NPE in AssignmentManager 2014-10-03 11:41:18 -07:00
Andrew Purtell
d8a7b67d79 HBASE-11907 Use the joni byte[] regex engine in place of j.u.regex 2014-10-02 23:06:32 -07:00
stack
da9f2434b2 HBASE-12165 TestEndToEndSplitTransaction.testFromClientSideWhileSplitting fails -- DEBUGGING STRINGS 2014-10-02 21:10:45 -07:00
Ted Yu
a17614d5b2 HBASE-12164 Check for presence of user Id in SecureBulkLoadEndpoint#secureBulkLoadHFiles() is inaccurate 2014-10-03 03:53:58 +00:00
Ted Yu
8dbf7b2238 HBASE-10153 improve VerifyReplication to compute BADROWS more accurately (Jianwei) 2014-10-03 03:29:45 +00:00
Misty Stanley-Jones
7219471081 HBASE-12151 Set mode to 755 on executable scripts in dev-support directory 2014-10-03 13:06:28 +10:00
Misty Stanley-Jones
0e6d203388 Revert "Set mode to 755 on executable scripts in dev-support directory"
This reverts commit e7ac4d7141ea8eca591d473991662fea4a5eb927.
2014-10-03 13:05:50 +10:00
Misty Stanley-Jones
e7ac4d7141 Set mode to 755 on executable scripts in dev-support directory 2014-10-03 09:58:20 +10:00
Elliott Clark
436733c79b HBASE-12160 Make Surefire's argLine configurable in the command line 2014-10-02 14:52:49 -07:00
Jimmy Xiang
a463aef8bc HBASE-12122 Try not to assign user regions to master all the time 2014-10-02 13:30:55 -07:00
stack
546f436a41 HBASE-12152 TestLoadIncrementalHFiles shows up as zombie test; ADD TIMEOUT ON TESTS -- Up timeout from 120 to 120000 2014-10-02 13:18:08 -07:00
stack
8ac42d4b40 HBASE-12148 Remove TimeRangeTracker as point of contention when many threads writing a Store 2014-10-02 12:39:33 -07:00
stack
129b93bc0e HBASE-12148 Remove TimeRangeTracker as point of contention when many threads writing a Store 2014-10-02 12:30:31 -07:00
stack
2bc28ebb03 HBASE-12133 Add FastLongHistogram for metric computation; ADDENDUM TO FIX BROKE COMPILE 2014-10-02 11:53:53 -07:00
stack
630a66f1d3 HBASE-12149 TestRegionPlacement is failing undeterministically (Manukranth Kolloju) 2014-10-02 11:29:44 -07:00
stack
6f104e3ac6 HBASE-12158 TestHttpServerLifecycle.testStartedServerWithRequestLog goes zombie on occasion 2014-10-02 11:03:45 -07:00
stack
0e1e64b821 HBASE-12133 Add FastLongHistogram for metric computation (Yi Deng) 2014-10-02 10:38:56 -07:00
stack
e92036cd54 HBASE-12152 TestLoadIncrementalHFiles shows up as zombie test; ADD TIMEOUT ON TESTS 2014-10-02 09:58:03 -07:00
stack
ff847978ad HBASE-12156 TableName cache doesn't used for once of valueOf methods (Andrey Stepachev) 2014-10-02 09:45:57 -07:00
stack
2c8f6b66cf HBASE-12153 Fixing TestReplicaWithCluster (Manukranth Kolloju) 2014-10-02 09:22:48 -07:00
Enis Soztutar
11e28eb76b HBASE-12140 Add ConnectionFactory.createConnection() to create using default HBaseConfiguration. (Jean-Marc Spaggiari)) 2014-10-01 19:26:39 -07:00
Enis Soztutar
387f90e394 HBASE-12127 Move the core Connection creation functionality into ConnectionFactory (Solomon Duskis) 2014-10-01 19:00:59 -07:00
Matteo Bertozzi
79b11ae8fe HBASE-12120 HBase shell doesn't allow deleting of a cell by user with W-only permissions to it (Srikanth Srungarapu) 2014-10-02 02:31:02 +01:00
zhangduo
504352e5e3 HBASE-12078 Missing Data when scanning using PREFIX_TREE DATA-BLOCK-ENCODING
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-10-01 17:03:24 -07:00
stack
43301167db HBASE-12145 Fix javadoc and findbugs so new folks aren't freaked when they see them
Fix javadoc warnings.

Fixup findbugs warnings mostly by adding annotations saying 'working as expected'.

In RpcRetryingCallerWithReadReplicas made following change which findbugs spotted:

-        if (completed == null) tasks.wait();
+        while (completed == null) tasks.wait();

In RecoverableZooKeeper, made all zk accesses synchronized -- we were doing it
half-ways previously.

In RatioBasedCompactionPolicy we were making an instance of Random on
each invocation of getNextMajorCompactionTime
2014-10-01 16:37:13 -07:00
stack
4ee6a73490 Try adding javadoc url to email output 2014-10-01 16:06:27 -07:00
Andrew Purtell
c88a6c93ad HBASE-12065 Import tool is not restoring multiple DeleteFamily markers of a row (Maddineni Sukumar) 2014-10-01 14:53:03 -07:00
Misty Stanley-Jones
dd34b91c33 HBASE-11930 Document new permission check to roll WAL writer (Jerry He) 2014-10-02 07:42:38 +10:00
stack
0d45272e40 HBASE-12130 HBASE-11980 calls hflush and hsync doing near double the syncing work 2014-10-01 14:11:48 -07:00
Elliott Clark
915b338634 HBASE-11804 Raise default heap size if unspecified 2014-10-01 13:39:52 -07:00
Ted Yu
ed441ad814 HBASE-12143 Minor fix for Table code (Solomon Duskis) 2014-10-01 20:31:31 +00:00