anoopsjohn
fef6d7f48c
HBASE-13827 Delayed scanner close in KeyValueHeap and StoreScanner.
2015-06-06 08:02:35 +05:30
stack
c1be65ecf0
HBASE-13729 Old hbase.regionserver.global.memstore.upperLimit and lowerLimit properties are ignored if present (Esteban Guitierrez)
2015-06-05 13:22:35 -07:00
Misty Stanley-Jones
67c463f63e
HBASE-13660 Add link to cloud bigtable schema modeling guide into our refguide <stack@duboce.net>
2015-06-05 09:36:07 +10:00
anoopsjohn
bb62d5b2e8
HBASE-13817 ByteBufferOuputStream - add writeInt support.
2015-06-04 10:22:33 +05:30
tedyu
e8e5a9f639
HBASE-13831 TestHBaseFsck#testParallelHbck is flaky against hadoop 2.6+ (Stephen Jiang)
2015-06-03 15:46:22 -07:00
Srikanth Srungarapu
fad545652f
HBASE-13826 Unable to create table when group acls are appropriately set.
2015-06-02 22:37:41 -07:00
tedyu
722fd17069
HBASE-13356 HBase should provide an InputFormat supporting multiple scans in mapreduce jobs over snapshots (Andrew Mains)
2015-06-02 19:29:15 -07:00
Enis Soztutar
de01553bc4
HBASE-13732 TestHBaseFsck#testParallelWithRetriesHbck fails intermittently (Stephen Yuan Jiang, ADDENDUM for failing tests)
2015-06-02 17:26:35 -07:00
tedyu
b7c0ac7cd7
HBASE-13824 TestGenerateDelegationToken: Master fails to start in Windows environment (Stephen Jiang)
2015-06-02 10:01:23 -07:00
Andrey Stepachev
56166b669e
HBASE-13647 Default value for hbase.client.operation.timeout is too high
2015-06-02 10:58:59 +01:00
anoopsjohn
841c7cf264
HBASE-13820 Zookeeper is failing to start. (Ashish Singhi)
2015-06-02 12:21:04 +05:30
Changgeng Li
dcc711fff2
HBASE-13638 Put copy constructor is shallow
...
Deep copy the cell list
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-06-01 13:55:29 -07:00
Enis Soztutar
d010e84cdf
HBASE-13816 Build shaded modules only in release profile
2015-06-01 12:15:06 -07:00
Enis Soztutar
1895f99faf
HBASE-13812 Deleting of last Column Family of a table should not be allowed (ADDENDUM for failing unit test)
2015-06-01 11:43:47 -07:00
Matt Warhaftig
9a4ae799c7
HBASE-13344 Addendum - Move max Java version check to release.
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-05-31 23:29:24 -05:00
Enis Soztutar
0e6102a68c
HBASE-13809 TestRowTooBig should use HDFS directory for its region directory (Stephen Yuan Jiang)
2015-05-30 17:13:05 -07:00
Enis Soztutar
ae803d72fe
HBASE-13812 Deleting of last Column Family of a table should not be allowed
2015-05-30 16:30:48 -07:00
Matteo Bertozzi
ee30d050dc
HBASE-13813 Fix Javadoc warnings in Procedure.java (Stephen Yuan Jiang)
2015-05-29 17:56:34 -07:00
Matteo Bertozzi
749dda6aca
HBASE-13779 Calling table.exists() before table.get() end up with an empty Result (addendum)
2015-05-29 17:41:33 -07:00
Enis Soztutar
e0cf811b33
Revert "HBASE-13647 Default value for hbase.client.operation.timeout is too high"
...
This reverts commit f7c3a3dd55
.
2015-05-29 12:54:12 -07:00
Matteo Bertozzi
8ac8fb4476
HBASE-13789 ForeignException should not be sent to the client
2015-05-29 19:32:42 +01:00
stack
62b5e578a8
HBASE-13799 javadoc how Scan gets polluted when used; if you set attributes or ask for scan metrics
2015-05-29 11:31:49 -07:00
Matteo Bertozzi
d86f2fa3b2
HBASE-13759 Procedure v2 - Improve procedure yielding
2015-05-29 19:29:29 +01:00
Sean Busbey
a016b23e85
HBASE-13728 Remove direct use of Hadoop's GenericOptionParser.
...
* In most cases, just shift to proper use of ToolRunner
* Fix timing issue in TestImportExport
** add some diagnostic logs to Import and TestImportExport
** when testing for WAL use under different durability requests, ignore meta edits.
* In the case of TestImportTsv make a local anonymous class so we can get at internals.
2015-05-29 12:38:52 -05:00
Matteo Bertozzi
18fef46901
HBASE-13779 Calling table.exists() before table.get() end up with an empty Result
2015-05-29 16:39:03 +01:00
tedyu
f35b6c6b77
HBASE-13776 Setting illegal versions for HColumnDescriptor does not throw IllegalArgumentException (Yuhao Bi)
2015-05-29 07:35:02 -07:00
tedyu
cca687d718
HBASE-13802 Addendum fixes checkstyle warning by removing the whitespace before the right parenthesis
2015-05-29 02:47:54 -07:00
tedyu
5646071c73
HBASE-13802 Procedure V2: Master fails to come up due to rollback of create namespace table (Stephen Jiang)
2015-05-29 02:37:22 -07:00
stack
325614220f
HBASE-13616 Move ServerShutdownHandler to Pv2
2015-05-28 20:45:38 -07:00
Geoffrey
e61bf1bf25
HBASE 13796 - Fixed ZKUtil's cleaning of the zookeeper quorum setting
...
Signed-off-by: stack <stack@apache.org>
2015-05-28 20:06:58 -07:00
tedyu
63d617a0cc
HBASE-13800 TestStore#testDeleteExpiredStoreFiles should create unique data/log directory for each call (Stephen Jiang)
2015-05-28 19:30:36 -07:00
tedyu
365ddfaf58
HBASE-13797 Fix resource leak in HBaseFsck
2015-05-28 19:18:27 -07:00
Enis Soztutar
eea28a334c
HBASE-13801 Hadoop src checksum is shown instead of HBase src checksum in master / RS UI
2015-05-28 18:42:59 -07:00
Joao Girao
d16d3afb60
HBASE-13718 added columns schema to table description in web view
...
Summary:
* added a new table "Table Schema" on the table description page
* per column, list all the key/values on the column description
Test Plan:
* mvn test # and wait..
* create a new table using hbase shell:
* create 'mytesttable', {NAME=>'CF1'}, {NAME=>'CF2'}
* open http://localhost:16010/table.jsp?name=mytesttable
* check the "Table Schema" appears and lists the columns correctly
Reviewers: eclark, vicka.dudin
Differential Revision: https://reviews.facebook.net/D38649
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-05-28 17:07:42 -07:00
Matteo Bertozzi
4aa7209826
HBASE-13476 Procedure v2 - Add Replay Order logic for child procedures
2015-05-28 19:33:22 +01:00
Nick Dimiduk
f0a1ca4a6f
HBASE-13761 Optimize FuzzyRowFilter (Vladimir Rodionov)
2015-05-28 10:12:21 -07:00
Lars George
e9afc9a267
HBASE-13723 In table.rb scanners are never closed.
2015-05-28 10:14:15 +02:00
anoopsjohn
81b9abab0c
HBASE-13778 BoundedByteBufferPool incorrectly increasing runningAverage buffer length.
2015-05-28 11:52:41 +05:30
Lars George
91a5090365
HBASE-13777 Table fragmentation display triggers NPE on master status page
2015-05-28 08:14:36 +02:00
Matt Warhaftig
bb0d64b778
HBASE-13344 - Add max Java version check for pom dependencies.
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-05-28 01:03:55 -05:00
ramkrishna
cd9c6de023
HBASE-13393 - Addendum for trunk deprecating KeyValue.isCreate() (Ram)
2015-05-28 11:29:36 +05:30
anoopsjohn
7de4881e3a
HBASE-13754 Allow non KeyValue Cell types also to oswrite.
2015-05-28 11:12:37 +05:30
Sean Busbey
353b046d6c
HBASE-13710 Remove dependency on Hadoop's ReflectionUtil.
...
* copies ReflectionUtils.logThreadInfo and needed private methods from Hadoop
branch-2, fixes minor issues specific to our use.
* updates HttpServer's use of RU.newInstance to use the HBase version.
Side effect: previously, FilterInitializer instances that happened to also
implement Configurable would have setConfiguration called. Such uses should
instead rely on the mandatory FilterInitializer.initFilter method call.
2015-05-27 23:51:11 -05:00
ramkrishna
eeb11b5327
HBASE-13393 - Optimize memstore flushing to avoid writing tag information
...
to hfiles when no tags are present. (Ram)
2015-05-28 10:00:59 +05:30
Enis Soztutar
ef18d75d00
HBASE-13732 TestHBaseFsck#testParallelWithRetriesHbck fails intermittently (Stephen Yuan Jiang)
2015-05-27 17:06:58 -07:00
Sean Busbey
6529d8833d
HBASE-13716 use HdfsConstants instead of deprecated FSConstants.
2015-05-27 16:15:23 -05:00
Sean Busbey
4cab6963b0
HBASE-13726 Use commons-io to cleanup Closeables instead of hadoop IOUtils.
2015-05-27 16:04:55 -05:00
Andrew Purtell
4070770243
HBASE-13780 Default to 700 for HDFS root dir permissions for secure deployments (Enis Soztutar)
2015-05-27 13:15:32 -07:00
Andrew Purtell
942e09b71e
HBASE-13768 ZooKeeper znodes are bootstrapped with insecure ACLs in a secure configuration (Enis Soztutar)
2015-05-27 12:23:14 -07:00
Matteo Bertozzi
19a57f1e7e
HBASE-13767 Allow ZKAclReset to set and not just clear ZK ACLs
2015-05-27 18:30:55 +01:00