← Back to team overview

bigdata-dev team mailing list archive

[Bug 1453839] [NEW] ip matching is too aggressive

 

Kevin W Monroe (kwmonroe) has assigned this bug to you for Juju Charms Collection:

In utils.py, we check for /etc/hosts entries and update them if found,
append them if not found.  The ip matching re is too aggressive, and
will match if an ip is a subset of another (e.g. 10.0.0.123 will match
when scanning for 10.0.0.12).

This is an easy fix -- just add a whitespace char to the re, but all
apache-hadoop core charms will need an updated charmhelpers.tgz.

** Affects: charms
     Importance: Undecided
     Assignee: Juju Big Data Development (bigdata-dev)
         Status: New

-- 
ip matching is too aggressive
https://bugs.launchpad.net/bugs/1453839
You received this bug notification because you are a member of Juju Big Data Development, which is a bug assignee.