Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ftr: Optimize logging for base worker pool (#68)
* ftr: work pool * rename WorkerPool -> FixedWorkerPool * go fmt * fix typo * benchmark for ConnectionPool * go fmt * benchmark for ConnectionPool * chan buffer extension for ConnectionPool benchmark * reset benchmark tests for TaskPool * reduce buffer of ConnectionPool * unbounded chan benchmark * reduce goroutine num * ConnectionPool adopts task queue array * apache license * fix shadow variable * remove done channel, add numWorkers * go fmt * fix wrong logger * add newBaseWorkerPool * remove ConnectionPoolConfig * update comments * update comments * fix unittests * Update base_worker_pool.go * Update base_worker_pool.go * fix newBaseWorkerPool bugs * go fmt * fix CountTaskSync bugs * fix CountTask bug * optimize code * go fmt * add SubmitSync test * go fmt * reduce the number of lines of logging for connection pool * merge logs * go fmt Co-authored-by: Xin.Zh <[email protected]>
- Loading branch information