stack
889c8a6f3a
HBASE-11333 Remove deprecated class MetaMigrationConvertingToPB
2014-08-07 13:08:57 -07:00
stack
8372d9694d
HBASE-11333 Remove deprecated class MetaMigrationConvertingToPB
2014-08-07 13:08:17 -07:00
Sean Busbey
b2cc061460
HBASE-11661 standalone verification should only look for a single process.
...
Signed-off-by: stack <stack@apache.org>
2014-08-07 12:20:52 -07:00
Jimmy Xiang
041a2ba948
HBASE-11611 Addendum to fix hanging tests
2014-08-07 09:00:42 -07:00
stack
3fdc6a2b72
HBASE-11629 Operational concerns for Replication should call out ZooKeeper (Misty Stanley Jones)
2014-08-07 08:24:32 -07:00
anoopsjohn
12d9697d93
HBASE-11527 Cluster free memory limit check should consider L2 block cache size also when L2 cache is onheap. (Anoop)
2014-08-07 17:16:16 +05:30
Jimmy Xiang
17dff6818e
HBASE-11611 Clean up ZK-based region assignment
2014-08-06 16:22:08 -07:00
stack
e17a3ca091
HBASE-10205 ConcurrentModificationException in BucketAllocator (Arjen Roodselaar and Chunhui Shen)
2014-08-06 15:56:31 -07:00
stack
cae7d76646
HBASE-11603 Apply version of HADOOP-8027 to our JMXJsonServlet
2014-08-06 15:49:16 -07:00
Jonathan M Hsieh
4ab6971395
HBASE-11681 Update and move doc about disabling the WAL (Misty Stanley-Jones)
2014-08-06 14:23:29 -07:00
Lars Hofhansl
25e6baee42
HBASE-11667 Comment ClientScanner logic for NSREs.
2014-08-06 11:28:11 -07:00
Jonathan M Hsieh
6dee406bf3
HBASE-11535 ReplicationPeer map is not thread safe (Virag Kothari)
2014-08-06 11:16:53 -07:00
stack
2c84b6e17c
Add note on contributing to HBase under dev and the newly minted 'beginner' label
2014-08-06 08:23:56 -07:00
Ted Yu
c9d0feb284
HBASE-11673 TestIOFencing#testFencingAroundCompactionAfterWALSync fails(Sergey Soldatov)
2014-08-06 02:20:54 +00:00
Nick Dimiduk
51cc4fed0a
HBASE-11674 LoadIncrementalHFiles should be more verbose after unrecoverable error (Jan Lukavsky)
2014-08-05 15:21:00 -07:00
Jimmy Xiang
074f83c80b
HBASE-11671 TestEndToEndSplitTransaction fails on master (Mikhail Antonov)
2014-08-05 09:22:32 -07:00
Ted Yu
b158900b68
HBASE-11666 Enforce JDK7 javac for builds on branch-1 and master (Sean Busbey)
2014-08-05 15:00:37 +00:00
Sean Busbey
41ecb18c20
HBASE-11662 shell should properly handle long form --debug.
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2014-08-04 21:31:30 -07:00
Andrew Purtell
6e7dd6f827
HBASE-11668 Re-add HBASE_LIBRARY_PATH to bin/hbase (Esteban Gutierrez)
2014-08-04 21:27:47 -07:00
Ted Yu
ab757169a1
HBASE-10674 HBCK should be updated to do replica related checks Addendum
2014-08-05 04:19:22 +00:00
Devaraj Das
8562752143
HBASE-10674. HBCK should be updated to do replica related checks
2014-08-04 18:00:29 -07:00
stack
af4e0a78de
HBASE-11664 Build broken - TestVisibilityWithCheckAuths
2014-08-04 15:28:45 -07:00
stack
8f1fc9a79c
Note on make patch for master branch first and a small note on hadoopqa -- to be expanded
2014-08-04 12:08:06 -07:00
stack
e91e2659a7
HBASE-11068 Update code to use Admin factory method instead of constructor
2014-08-04 11:42:38 -07:00
Andrew Purtell
757b13dea4
HBASE-11318 Classes in security subpackages missing @InterfaceAudience annotations (Jonathan Hsieh and Andrew Purtell)
2014-08-04 11:13:58 -07:00
Nicolas Liochon
4d005b70a0
HBASE-11585 PE: Allows warm-up
2014-08-04 11:41:34 +02:00
Andrew Purtell
543c64d2e9
HBASE-11650 Write hbase.id to a temporary location and move into place
2014-08-01 17:18:00 -07:00
stack
db15d6e6a7
HBASE-11640 Add syntax highlighting support to HBase Ref Guide programlistings ADDENDUM
2014-08-01 16:04:39 -07:00
Ted Yu
eb79a43580
HBASE-11632 Region split needs to clear force split flag at the end of SplitRequest run (Jerry He)
2014-08-01 22:17:09 +00:00
Ramkrishna
04e06645ac
HBASE-11384 - [Visibility Controller]Check for users covering
...
authorizations for every mutation (Add new test file) (Ram)
2014-08-01 13:22:08 -07:00
Ramkrishna
4fd3b110f3
HBASE-11384 - [Visibility Controller]Check for users covering
...
authorizations for every mutation (Ram)
2014-08-01 13:18:09 -07:00
Jimmy Xiang
111636c0e7
HBASE-11631 Wait a little till server is online in assigning meta
2014-08-01 12:32:18 -07:00
Andrew Purtell
c6d07f881f
HBASE-11649 Add shortcut commands to bin/hbase for test tools
2014-08-01 10:31:27 -07:00
Ted Yu
b384c06d35
HBASE-11620 Record the class name of Writer in WAL header so that only proper Reader can open the WAL file (Ted Yu)
2014-08-01 17:17:38 +00:00
Sean Busbey
aca2462ce3
HBASE-4744 enable test that log roll fails after split start.
...
Note that this changes testLogRollAfterSplitStart from a Large
test to a Medium test.
FSHLog changes:
* make logging in replaceWriter handle null newPath
* clean up javadoc for replaceWriter
TestHLogSplit changes:
* removed testLogRollAfterSplitStart
TestLogRollAbort
* added testLogRollAfterSplitStart
* remove @Ignore, add debug messages about test progress
* clean up check for proper failure from log roll
2014-08-01 10:12:08 -07:00
Andrew Purtell
aba9f5a7f4
HBASE-3270 When we create the .version file, we should create it in a tmp location and then move it into place
2014-08-01 10:03:12 -07:00
stack
8ec64ec0df
HBASE-11648 Typo of config: hbase.hstore.compaction.ratio in book.xml (Liu Shaohui)
2014-08-01 09:55:30 -07:00
stack
a2bbb6b43c
HBASE-11630 Refactor TestAdmin to use Admin interface instead of HBaseAdmin (Carter Page)
2014-08-01 09:43:32 -07:00
stack
24b5fa7f0c
HBASE-11640 Add syntax highlighting support to HBase Ref Guide programlistings (Misty Stanley-Jones)
2014-08-01 09:40:03 -07:00
Andrew Purtell
78d47cc0e4
HBASE-11583 Refactoring out the configuration changes for enabling VisibilityLabels in the unit tests (Srikanth Srungarapu)
2014-08-01 09:37:56 -07:00
Andrew Purtell
b727d1e181
HBASE-11594 Unhandled NoNodeException in distributed log replay mode (Jeffrey Zhong)
2014-08-01 09:37:56 -07:00
Andrew Purtell
19e9b8aa52
HBASE-11516 Track time spent in executing coprocessors in each region (Srikanth Srungarapu and Andrew Purtell)
2014-08-01 09:37:56 -07:00
stack
33e1418105
HBASE-11539 Expand info about contributing to and building documentation (Misty Stanley-Jones)
2014-07-31 19:53:58 -07:00
Lars Hofhansl
1326d329ee
mutateRowsWithLocks might require updatesLock.readLock with waitTime=0. ( cuijianwei)
2014-07-31 16:28:51 -07:00
Matteo Bertozzi
1441ec9c0c
HBASE-11609 LoadIncrementalHFiles fails if the namespace is specified (addendum)
2014-07-31 19:55:40 +01:00
Ted Yu
62d51bb377
HBASE-11621 Make MiniDFSCluster run faster
2014-07-31 16:45:52 +00:00
stack
f46531f043
Add sift science meetup
2014-07-31 09:40:32 -07:00
Jimmy Xiang
f1c5741f9b
HBASE-11616 TestNamespaceUpgrade fails in trunk
2014-07-30 18:13:56 -07:00
Jimmy Xiang
22445d0ebb
HBASE-11615 TestZKLessAMOnCluster.testForceAssignWhileClosing failed on Jenkins
2014-07-30 15:41:31 -07:00
Nick Dimiduk
50ac59fa85
HBASE-11558 Caching set on Scan object gets lost when using TableMapReduceUtil in 0.95+ (Ishan Chhabra)
2014-07-30 13:29:40 -07:00