Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
RM slows down considerably when multiple services are destroyed simultaneously.
1. Started approx 1000 services
2. Destroyed all the 1000 services.
Observed considerable slowness in RM after this.
The ServiceClient in RM uses the CuratorClient to delete zookeeper entries.
The zookeeper client is the bottleneck and this could be avoided if the zookeeper entry can be deleted from the AM and then the ServiceClient can kill the app.