You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "mashengchen (JIRA)" <ji...@apache.org> on 2018/06/11 03:17:00 UTC

[jira] [Updated] (TRAFODION-3102) znode for mxosrvr may have capital and small letter and long short name problem

     [ https://issues.apache.org/jira/browse/TRAFODION-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

mashengchen updated TRAFODION-3102:
-----------------------------------
    Description: 
the znode name for mxosrvr currently is case sensitive and short long name sensitive which means if the hostname is different from what it's configured in servers, there may met problem.

For example:

hostname is MACHINE-01.LOCAL

conf in servers is trafodion-01

Then the znode will be MACHINE-01.LOCAL, and memory cached in dcs is

 trafodion-01 which may have error when there has any comparion

  was:
the znode name for mxosrvr currently is case sensitive and short long name sensitive which means if the hostname is different from what it's configured in servers, there may met problem.

For example:

hostname is TRAFODION-01.LOCAL

conf in servers is trafodion-01

Then the znode will be TRAFODION-01.LOCAL, and memory cached in dcs is

 trafodion-01 which may have error when there has any comparion


> znode for mxosrvr may have capital and small letter and long short name problem
> -------------------------------------------------------------------------------
>
>                 Key: TRAFODION-3102
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3102
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: dcs
>            Reporter: mashengchen
>            Assignee: mashengchen
>            Priority: Major
>
> the znode name for mxosrvr currently is case sensitive and short long name sensitive which means if the hostname is different from what it's configured in servers, there may met problem.
> For example:
> hostname is MACHINE-01.LOCAL
> conf in servers is trafodion-01
> Then the znode will be MACHINE-01.LOCAL, and memory cached in dcs is
>  trafodion-01 which may have error when there has any comparion



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)