steveloughran commented on PR #7333: URL: https://github.com/apache/hadoop/pull/7333#issuecomment-2616589587
I'd like a single CRT on/off switch, rather than a separate client for AAL Create/destroy of a client is expensive, hence the move to lazy creation. Even with that, fs close() times get worse. Threads and the connection pool are key factor . We need those shared thread and connection pools, not just for those overheads, but so that we can have warm pools of both waiting for new requests coming in. We don't want to make things worse there. Equally critical is test coverage: being able to turn it on for the single client makes it possible to run the entire ITest suites against it. Ideally a `-Pcrt` switch could be added to maven to turn this on and off, and we can add it to the test matrix for release qualification -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
