Enis Soztutar
6dc33cad75
HBASE-14474 Addendum closes connection in writeRequest() outside synchronized block
2015-10-16 12:00:03 -07:00
tedyu
be04ede5b9
HBASE-14594 Use new DNS API introduced in HADOOP-12437 (Josh Elser)
2015-10-14 14:24:24 -07:00
stack
11066d0459
HBASE-14598 ByteBufferOutputStream grows its HeapByteBuffer beyond JVM limitations (Ian Friedman)
2015-10-14 13:13:35 -07:00
stack
cab158173d
Revert "HBASE-14583 Enabled client-side metrics by default"
...
Caused TestShell to hang. Reverting for now.
This reverts commit dced02ad9f
.
2015-10-10 13:19:52 -07:00
anoopsjohn
90f0644d9a
HBASE-14366 NPE in case visibility expression is not present in labels table during importtsv run. (Bhupendra)
2015-10-10 12:08:23 +05:30
stack
cd298eae4f
HBASE-14517 Show regionserver's version in master status page (Liu Shaohui)
2015-10-09 15:11:14 -07:00
Nick Dimiduk
dced02ad9f
HBASE-14583 Enabled client-side metrics by default
2015-10-09 10:30:50 -07:00
Nick Dimiduk
a048c32a99
HBASE-12911 Client-side metrics
2015-10-07 17:05:51 -07:00
Elliott Clark
ef8cc7a575
HBASE-14544 Allow HConnectionImpl to not refresh the dns on errors
2015-10-05 09:44:52 -07:00
Mikhail Antonov
b9bfd6f7e3
HBASE-14367 Add normalization support to shell
2015-10-04 01:24:15 -07:00
smaddineni
373c75dde6
HBASE-13770 Programmatic JAAS configuration option for secure zookeeper may be broken
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java
2015-10-02 18:00:47 -07:00
Matteo Bertozzi
afb3b19a15
HBASE-14485 ConnectionImplementation leaks on construction failure
2015-10-01 12:50:26 -07:00
stack
16ad5e61c8
HBASE-14510 Fix coprocessor handling of duplicate classes (Yerui Sun)
2015-09-29 15:35:44 -07:00
Enis Soztutar
bc1a03d9b4
HBASE-14474 DeadLock in RpcClientImpl.Connection.close()
2015-09-25 11:05:26 -07:00
Andrew Purtell
12e2341f3d
HBASE-13324 o.a.h.h.Coprocessor should be LimitedPrivate("Coprocessor")
2015-09-24 10:57:39 -07:00
Stephen Yuan Jiang
e38fd84d3f
HBASE-14107 Administrative Task: Provide an API to List all procedures (Stephen Yuan Jiang)
2015-09-24 07:17:23 -07:00
tedyu
992856c11d
HBASE-14397 Revert pending review comments
2015-09-22 10:00:11 -07:00
tedyu
ca6c7f0a68
HBASE-14431 Addendum checks for null connectionInPool (Yu Li)
2015-09-21 07:23:47 -07:00
tedyu
88adccd553
HBASE-14431 AsyncRpcClient#removeConnection() never removes connection from connections pool if server fails (Samir Ahmic)
2015-09-19 07:33:26 -07:00
tedyu
00f467b225
HBASE-14449 Rewrite deadlock prevention for concurrent connection close
2015-09-18 14:47:58 -07:00
stack
82554e2750
HBASE-14433 Set down the client executor core thread count from 256 in tests: REAPPLY AGAIN (WAS MISSING JIRA)
2015-09-16 10:15:00 -07:00
stack
b6549007b3
Revert "Set down the client executor core thread count from 256 in tests: REAPPLY"
...
Missing JIRA. Will reapply in a sec with commit log fixed.
This reverts commit c100fb835a
.
2015-09-16 10:14:32 -07:00
stack
c100fb835a
Set down the client executor core thread count from 256 in tests: REAPPLY
2015-09-16 08:57:39 -07:00
Apekshit(Appy) Sharma
1517deee67
HBASE-14400 Fix HBase RPC protection documentation
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/security/SaslUtil.java
2015-09-15 18:30:24 -07:00
stack
8354ed69ec
HBASE-14421 TestFastFail* are flakey; ADDENDUM 2 DISABLE testInterceptorIntercept50Times
2015-09-13 10:33:26 -07:00
stack
37badc04ae
HBASE-14421 TestFastFail* are flakey
2015-09-12 22:36:10 -07:00
tedyu
6c90507314
HBASE-14397 PrefixFilter doesn't filter all remaining rows if the prefix is longer than rowkey being compared (Jianwei Cui)
2015-09-11 16:07:49 -07:00
Srikanth Srungarapu
e2250e71f8
HBASE-14385 Close the sockets that is missing in connection closure.
2015-09-09 23:39:05 -07:00
Nick Dimiduk
364b977269
HBASE-14382 TestInterfaceAudienceAnnotations should hadoop-compt module resources
2015-09-09 11:11:08 -07:00
stack
30752d5815
HBASE-14308 HTableDescriptor WARN is not actionable (Lars Francke)
2015-09-04 22:44:53 -07:00
Andrew Purtell
513b37603d
HBASE-14359 HTable#close will hang forever if unchecked error/exception thrown in AsyncProcess#sendMultiAction (Victor Xu)
2015-09-03 17:49:06 -07:00
Stephen Yuan Jiang
90b8a3c894
HBASE-14108 Procedure V2 - Administrative Task: provide an API to abort a procedure (Stephen Yuan Jiang)
2015-09-03 07:01:30 -07:00
tedyu
d3a7222bfc
HBASE-14309 Allow load balancer to operate when there is region in transition by adding force flag
2015-08-29 17:08:40 -07:00
Elliott Clark
ab47cb9569
HBASE-14313 After a Connection sees ConnectionClosingException it never recovers -- ADDENDUM
2015-08-27 15:24:15 -07:00
Elliott Clark
886542bd1b
HBASE-14313 After a Connection sees ConnectionClosingException on a connection it never recovers
2015-08-27 15:24:10 -07:00
tedyu
b8c7a08a9e
HBASE-14269 FuzzyRowFilter omits certain rows when multiple fuzzy keys exist (hongbin ma)
2015-08-26 20:49:43 -07:00
stack
c127577862
HBASE-14290 Spin up less threads in tests
...
Conflicts:
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java
2015-08-25 16:32:06 -07:00
stack
64f9d43d01
HBASE-13480 ShortCircuitConnection doesn't short-circuit all calls as expected (Jingcheng Du)
2015-08-25 08:01:00 -07:00
stack
5dcb3d85a1
HBASE-14224 Fix coprocessor handling of duplicate classes
2015-08-24 14:12:57 -07:00
tedyu
558aec84e8
HBASE-14241 Fix deadlock during cluster shutdown due to concurrent connection close
2015-08-19 08:56:44 -07:00
Enis Soztutar
c9b3d837a0
HBASE-14203 remove duplicate code getTableDescriptor in HTable (Heng Chen)
...
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
2015-08-17 16:12:18 -07:00
Enis Soztutar
c619e0c76f
HBASE-14122 Client API for determining if server side supports cell level security - ADDENDUM for javadoc fix
2015-08-17 14:34:25 -07:00
Andrew Purtell
ba4cc6321b
HBASE-14122 Client API for determining if server side supports cell level security
2015-08-12 13:27:51 -07:00
tedyu
90b8cc89bd
HBASE-14206 MultiRowRangeFilter returns records whose rowKeys are out of allowed ranges (Anton Nazaruk)
2015-08-11 10:01:55 -07:00
Andrew Purtell
68cb53d151
HBASE-12865 WALs may be deleted before they are replicated to peers (He Liangliang)
2015-08-07 15:08:29 -07:00
Andrew Purtell
b194052ec0
HBASE-13825 Use ProtobufUtil#mergeFrom and ProtobufUtil#mergeDelimitedFrom in place of builder methods of same name
...
Incorporates HBASE-14076
2015-08-06 21:48:04 -07:00
Sean Busbey
a45651c2cf
HBASE-14085 Update LICENSE and NOTICE files.
...
* corrects license/notice for source distribution
* adds inception year to correct copyright in generated NOTICE files for jars
* updates project names in poms to use "Apache HBase" instead of "HBase" so jar NOTICE files will be correct
* uses append-resources to include supplemental info on jars with 3rd party works in source
* adds an hbase specific resource bundle for jars that include 3rd party works for binaries
** uses supplemental-model to fill in license gaps
** uses the above and a shade plugin transformation to build proper files for shaded jars.
** uses the above and the assembly plugin to build the proper files for bin assembly
* adds a NOTICE item for things copied out of Hadoop (TODO legal-discuss)
Conflicts:
NOTICE.txt
hbase-checkstyle/pom.xml
hbase-resource-bundle/pom.xml
hbase-server/pom.xml
hbase-thrift/pom.xml
pom.xml
2015-08-05 14:52:33 -07:00
Ashish Singhi
f274796941
HBASE-14154 DFS Replication should be configurable at column family level
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/HColumnDescriptor.java
hbase-client/src/test/java/org/apache/hadoop/hbase/TestHColumnDescriptor.java
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileWriterImpl.java
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin1.java
2015-07-31 18:19:07 -07:00
Sean Busbey
9091409800
HBASE-14087 Ensure correct ASF headers for docs/code
...
* adds missing headers
* corrects some old-form headers to current
* restores proper header for guava copied LimitInputStream
* adds proper header for protobuf copied read/writeRawVarint
Conflicts:
bin/considerAsDead.sh
dev-support/rebase_all_git_branches.sh
2015-07-31 11:22:50 -07:00
Srikanth Srungarapu
d1ff4cb2c1
HBASE-14097 Log link to client scan troubleshooting section when scanner exceptions happen.
2015-07-28 15:15:45 -07:00