Phil Zampino created KNOX-1325:
----------------------------------
Summary: Remote Alias Service logging is misleading
Key: KNOX-1325
URL: https://issues.apache.org/jira/browse/KNOX-1325
Project: Apache Knox
Issue Type: Bug
Components: Server
Affects Versions: 1.1.0
Reporter: Phil Zampino
Assignee: Sandeep More
Fix For: 1.1.0
When the remote alias service is enabled, it's logging alias management actions
as "local", rather than "remote".
{noformat}
2018-05-21 13:13:23,384 INFO knox.gateway
(RemoteAliasService.java:childEvent(622)) - Adding alias ambari.password for
cluster __gateway locally (local keystore)
2018-05-21 13:13:23,384 INFO knox.gateway
(RemoteAliasService.java:childEvent(622)) - Adding alias ambari.password for
cluster __gateway locally (local keystore){noformat}
In this case, the log indicates that the ambari.password alias was added to the
local keystore twice at the same time.
This appears to be due to the re-use of existing log messages; additional
messages indicating the remote nature of the actions should be employed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)