-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47531/
-----------------------------------------------------------

(Updated Травень 20, 2016, 3:27 після полудня)


Review request for Ambari, Dmytro Sen, Nate Cole, Sumit Mohanty, and Sid Wagle.


Repository: ambari


Description
-------

Ambari stores all hostnames in lower-case irrespective of the case in name 
associated with the host. While this is OK for internal usage it causes 
confusion to the users or the tools that look up hostname using standard 
commands such as"hostname -f".
The API should be modified to allow hostnames in case insensitive fashion. E.g.
api/v1/hosts/HostA and api/v1/hosts/hosta both should point to the same host
calls that user filter where they specify hostnames should also allow case 
insensitive comparison


Diffs (updated)
-----

  
ambari-server/src/main/java/org/apache/ambari/server/api/predicate/QueryParser.java
 3af90ba 
  
ambari-server/src/main/java/org/apache/ambari/server/api/resources/ResourceInstanceFactoryImpl.java
 9c864b6 
  
ambari-server/src/test/java/org/apache/ambari/server/api/predicate/QueryParserTest.java
 90ad522 
  
ambari-server/src/test/java/org/apache/ambari/server/api/resources/ResourceInstanceFactoryImplTest.java
 dfe8be7 

Diff: https://reviews.apache.org/r/47531/diff/


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi

Reply via email to