-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59621/
-----------------------------------------------------------
Review request for Ambari, Jaimin Jetly and Jonathan Hurley.
Bugs: AMBARI-20827
https://issues.apache.org/jira/browse/AMBARI-20827
Repository: ambari
Description
-------
Replace the usage of org.jboss.netty.util.internal.ConcurrentHashMap with
java.util.concurrent.ConcurrentHashMap.
This change is required for building Apache Ambari on Ubuntu 16.04 by Apache
BigTop. Please see BIGTOP-2771 for the detail.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/events/listeners/tasks/TaskStatusListener.java
93eef36702
ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
f1e93ac8b9
Diff: https://reviews.apache.org/r/59621/diff/1/
Testing
-------
I didn't test it. Probably testing is not needed for this patch.
Thanks,
Akira Ajisaka