[
https://issues.apache.org/jira/browse/HBASE-18224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126219#comment-16126219
]
stack commented on HBASE-18224:
-------------------------------
It fails the hadoop check because of this
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/testptch/hbase/hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/metrics/impl/GlobalMetricRegistriesAdapter.java:[160,42]
cannot find symbol
symbol: method unregisterSource(java.lang.String)
location: class org.apache.hadoop.metrics2.MetricsSystem
Thats probably ok for a hbase2; i.e. not working w/ hadoop 2.5.2 or earlier.
The unit tests are complaining:
java.io.IOException: Problem starting http server
at
org.apache.hadoop.hbase.http.TestSSLHttpServer.setup(TestSSLHttpServer.java:94)
Caused by: java.lang.IllegalStateException: Insufficient threads: max=10 <
needed(acceptors=2 + selectors=8 + request=1)
at
org.apache.hadoop.hbase.http.TestSSLHttpServer.setup(TestSSLHttpServer.java:94)
.. which is probably a symptom of something else.
Let me put this aside until we need it. Going to make it a non-critical issue
for hbase2.
> Upgrade jetty
> -------------
>
> Key: HBASE-18224
> URL: https://issues.apache.org/jira/browse/HBASE-18224
> Project: HBase
> Issue Type: Sub-task
> Reporter: Balazs Meszaros
> Fix For: 2.0.0
>
> Attachments: HBASE-18224.branch-2.001.patch
>
>
> Jetty can be updated to 9.4.6 and thrift can be updated to 0.10.0. I tried to
> update them in HBASE-17898 but some unit tests failed, so created a sub-task
> for them.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)