Skip to content

Commit

Permalink
remove useless log
Browse files Browse the repository at this point in the history
Signed-off-by: zhichao-aws <[email protected]>
  • Loading branch information
zhichao-aws committed Jun 29, 2023
1 parent dcf532b commit 45ad6c7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,12 @@ class RestIndexLRONConfigActionIT : LRONConfigRestTestCase() {
removeControlCenterIndex()
val threadSize = 5
val lronConfigs = List(threadSize) { randomLRONConfig(taskId = randomTaskId(nodeId = nodeIdsInRestIT.random())) }
lronConfigs.forEach { logger.error(it.taskId) }
val threadPool = Executors.newFixedThreadPool(threadSize)
try {
runBlocking {
val dispatcher = threadPool.asCoroutineDispatcher()
val responses = lronConfigs.map {
async(dispatcher) {
logger.error(it.taskId)
createLRONConfig(it)
}
}.awaitAll()
Expand Down

0 comments on commit 45ad6c7

Please sign in to comment.