Josh Elser created PHOENIX-3577: ----------------------------------- Summary: Nonsense logging in PQS on "unsecure" instance Key: PHOENIX-3577 URL: https://issues.apache.org/jira/browse/PHOENIX-3577 Project: Phoenix Issue Type: Bug Reporter: Josh Elser Assignee: Josh Elser Priority: Minor Fix For: 4.10.0
Locally with 4.10.0-SNAPSHOT, I'm noticing: {noformat} 17/01/08 23:45:47 INFO jdbc.PhoenixEmbeddedDriver$ConnectionInfo: Trying to connect to a secure cluster as 2181 with keytab /hbase-1.2 17/01/08 23:45:47 INFO jdbc.PhoenixEmbeddedDriver$ConnectionInfo: Successful login to secure cluster {noformat} These log messages should only be printed when Kerberos is enabled (which is presently not the case for me). My guess is that this is something coming from PHOENIX-3189. Need to investigate. -- This message was sent by Atlassian JIRA (v6.3.4#6332)