[GitHub] merlimat commented on issue #1355: Remove as many Thread.sleep calls from REST endpoint

2018-03-07 Thread GitBox
merlimat commented on issue #1355: Remove as many Thread.sleep calls from REST endpoint URL: https://github.com/apache/incubator-pulsar/pull/1355#issuecomment-371240890 > The point is, sleeping a thread in the REST endpoint is a resource hog and generally not a great idea. I'm not

[GitHub] merlimat commented on issue #1355: Remove as many Thread.sleep calls from REST endpoint

2018-03-07 Thread GitBox
merlimat commented on issue #1355: Remove as many Thread.sleep calls from REST endpoint URL: https://github.com/apache/incubator-pulsar/pull/1355#issuecomment-371232050 @mgodave This change doesn't solve the problem that the ugly `Thread.sleep()` was introduced as a workaround for.