Jan Van Besien created PHOENIX-7351: ---------------------------------------
Summary: unnecessary ERROR logging in RenewLeaseTask Key: PHOENIX-7351 URL: https://issues.apache.org/jira/browse/PHOENIX-7351 Project: Phoenix Issue Type: Bug Affects Versions: 5.2.0 Reporter: Jan Van Besien In `ConnectionQueryServicesImpl.RenewLeaseTask`, there is ERROR logging when the thread is interrupted saying "Thread interrupted when renewing lease.". Interrruption is expected due to calling `renewLeaseExecutor.shutdownNow()` from within `ConnectionQueryServicesImpl#close`. In other words, this should not be logged as ERROR. We have various client-side processes (cli tools that run for a while and then exit) where this error is often observed, causing users to think that there is something wrong. -- This message was sent by Atlassian Jira (v8.20.10#820010)