stack
ccdb26370f
HBASE-13729 Old hbase.regionserver.global.memstore.upperLimit and lowerLimit properties are ignored if present (Esteban Guitierrez)
2015-06-05 13:23:05 -07:00
tedyu
86d30e0bfe
HBASE-13831 TestHBaseFsck#testParallelHbck is flaky against hadoop 2.6+ (Stephen Jiang)
2015-06-03 15:44:44 -07:00
Srikanth Srungarapu
e8914f26d2
HBASE-13826 Unable to create table when group acls are appropriately set.
2015-06-02 22:41:44 -07:00
tedyu
39ab55841d
HBASE-13356 HBase should provide an InputFormat supporting multiple scans in mapreduce jobs over snapshots (Andrew Mains)
2015-06-02 19:36:17 -07:00
Enis Soztutar
41bfe40cf8
HBASE-13732 TestHBaseFsck#testParallelWithRetriesHbck fails intermittently (Stephen Yuan Jiang, ADDENDUM for failing tests)
2015-06-02 18:16:21 -07:00
Enis Soztutar
4e5535a156
HBASE-13732 TestHBaseFsck#testParallelWithRetriesHbck fails intermittently (Stephen Yuan Jiang, ADDENDUM for failing tests)
2015-06-02 17:52:15 -07:00
Srikanth Srungarapu
ce636701ff
HBASE-13658 Improve the test run time for TestAccessController class (Ashish Singhi)
2015-06-02 15:24:59 -07:00
Ashish Singhi
83d5f31649
HBASE-13764 Backport HBASE-7782 (HBaseTestingUtility.truncateTable() not acting like CLI) to branch-1.x
...
Signed-off-by: Srikanth Srungarapu <ssrungarapu@cloudera.com>
2015-06-02 15:14:15 -07:00
tedyu
ccb5fc3958
HBASE-13824 TestGenerateDelegationToken: Master fails to start in Windows environment (Stephen Jiang)
2015-06-02 09:58:33 -07:00
Andrey Stepachev
27697498b6
HBASE-13647 Default value for hbase.client.operation.timeout is too high
2015-06-02 11:01:45 +01:00
Changgeng Li
93148719ba
HBASE-13638 Put copy constructor is shallow
...
Deep copy the cell list
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-06-01 13:57:19 -07:00
Enis Soztutar
b552b9ef32
HBASE-13816 Build shaded modules only in release profile
2015-06-01 12:15:36 -07:00
Enis Soztutar
1b91e4750a
HBASE-13812 Deleting of last Column Family of a table should not be allowed (ADDENDUM for failing unit test)
2015-06-01 11:44:26 -07:00
Matt Warhaftig
017c95985e
HBASE-13344 Addendum - Move max Java version check to release.
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-01 09:11:10 -05:00
Enis Soztutar
aefc78d4fc
HBASE-13809 TestRowTooBig should use HDFS directory for its region directory (Stephen Yuan Jiang)
2015-05-30 17:19:38 -07:00
Enis Soztutar
1bb84fd80c
HBASE-13812 Deleting of last Column Family of a table should not be allowed
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin1.java
2015-05-30 16:42:41 -07:00
Matteo Bertozzi
ec76f41611
HBASE-13813 Fix Javadoc warnings in Procedure.java (Stephen Yuan Jiang)
2015-05-29 20:50:40 -07:00
tedyu
20e01d2812
HBASE-13810 Table is left unclosed in VerifyReplication#Verifier
2015-05-29 17:43:47 -07:00
Matteo Bertozzi
adbc3dd097
HBASE-13779 Calling table.exists() before table.get() end up with an empty Result (addendum)
2015-05-29 17:42:11 -07:00
Enis Soztutar
518a29140e
Revert "HBASE-13647 Default value for hbase.client.operation.timeout is too high"
...
This reverts commit 5383e476d5
.
2015-05-29 12:53:16 -07:00
Matteo Bertozzi
02af4b066f
HBASE-13789 ForeignException should not be sent to the client
2015-05-29 12:02:32 -07:00
stack
32f4a6ad8f
HBASE-13799 javadoc how Scan gets polluted when used; if you set attributes or ask for scan metrics
2015-05-29 11:32:17 -07:00
Matteo Bertozzi
c4ac2ebbdb
HBASE-13759 Procedure v2 - Improve procedure yielding
2015-05-29 19:28:17 +01:00
Matteo Bertozzi
5b67c7a0da
HBASE-13779 Calling table.exists() before table.get() end up with an empty Result
2015-05-29 16:44:39 +01:00
tedyu
93e475e5ba
HBASE-13776 Setting illegal versions for HColumnDescriptor does not throw IllegalArgumentException (Yuhao Bi)
2015-05-29 07:34:00 -07:00
tedyu
695c4790cd
HBASE-13802 Addendum fixes checkstyle warning by removing the whitespace before the right parenthesis
2015-05-29 02:48:54 -07:00
tedyu
46c9a5b339
HBASE-13802 Procedure V2: Master fails to come up due to rollback of create namespace table (Stephen Jiang)
2015-05-29 02:33:39 -07:00
Geoffrey
ffcd4d424f
HBASE 13796 - Fixed ZKUtil's cleaning of the zookeeper quorum setting
...
Signed-off-by: stack <stack@apache.org>
2015-05-28 20:07:46 -07:00
tedyu
423499fbfb
HBASE-13800 TestStore#testDeleteExpiredStoreFiles should create unique data/log directory for each call (Stephen Jiang)
2015-05-28 19:29:35 -07:00
tedyu
4545420d61
HBASE-13797 Fix resource leak in HBaseFsck
2015-05-28 19:17:04 -07:00
Enis Soztutar
0c90231374
HBASE-13801 Hadoop src checksum is shown instead of HBase src checksum in master / RS UI
2015-05-28 18:43:31 -07:00
stack
94f0ee7ee3
HBASE-13616 Move ServerShutdownHandler to Pv2
2015-05-28 15:04:27 -07:00
Matteo Bertozzi
24ef755f83
HBASE-13476 Procedure v2 - Add Replay Order logic for child procedures
2015-05-28 19:42:42 +01:00
Nick Dimiduk
2f9851af26
HBASE-13761 Optimize FuzzyRowFilter (Vladimir Rodionov)
2015-05-28 10:17:46 -07:00
Lars George
c9217ba1b5
HBASE-13723 In table.rb scanners are never closed.
2015-05-28 10:15:02 +02:00
Lars George
0dc1a65f2e
HBASE-13777 Table fragmentation display triggers NPE on master status page
2015-05-28 08:37:44 +02:00
anoopsjohn
2133241849
HBASE-13778 BoundedByteBufferPool incorrectly increasing runningAverage buffer length.
2015-05-28 11:53:45 +05:30
Matt Warhaftig
499c40697b
HBASE-13344 - Add max Java version check for pom dependencies.
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-05-28 01:05:11 -05:00
Sean Busbey
279dd43570
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-28 00:25:16 -05:00
ramkrishna
17a75083e8
HBASE-13393 - Optimize memstore flushing to avoid writing tag information
...
to hfiles when no tags are present. (Ram)
2015-05-28 10:38:18 +05:30
Enis Soztutar
2ba61ee1ab
HBASE-13732 TestHBaseFsck#testParallelWithRetriesHbck fails intermittently (Stephen Yuan Jiang)
2015-05-27 17:54:23 -07:00
Sean Busbey
d5f57027b8
HBASE-13716 use HdfsConstants instead of deprecated FSConstants.
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
2015-05-27 16:33:40 -05:00
Sean Busbey
d28091eead
HBASE-13726 Use commons-io to cleanup Closeables instead of hadoop IOUtils.
...
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
2015-05-27 16:32:22 -05:00
Andrew Purtell
7df1814f7f
HBASE-13780 Default to 700 for HDFS root dir permissions for secure deployments (Enis Soztutar)
2015-05-27 13:15:43 -07:00
Andrew Purtell
a035baab46
HBASE-13768 ZooKeeper znodes are bootstrapped with insecure ACLs in a secure configuration (Enis Soztutar)
2015-05-27 12:32:45 -07:00
Matteo Bertozzi
cb7675c57f
HBASE-13767 Allow ZKAclReset to set and not just clear ZK ACLs
2015-05-27 18:34:17 +01:00
Abhishek Kumar
534c6034b8
HBASE-13746 list_replicated_tables command is not listing table in hbase shell
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-05-25 12:52:55 -07:00
anoopsjohn
fd8e6ee956
HBASE-13734 Improper timestamp checking with VisibilityScanDeleteTracker.
2015-05-25 13:54:24 +05:30
anoopsjohn
2542a38e21
HBASE-13375 Provide HBase superuser higher priority over other users in the RPC handling. (Mikhail Antonov)
2015-05-24 21:28:50 +05:30
Jerry He
ee5263db8c
HBASE-13671 More classes to add to org.apache.hadoop.hbase.mapreduce.driver (li xiang)
2015-05-22 12:40:27 -07:00