DaanHoogland commented on issue #8967:
URL: https://github.com/apache/cloudstack/issues/8967#issuecomment-2075009281

   oh, that,
   ```
   2024-04-23 13:11:27,089 WARNING  Unable to find and process databag for 
file: ip_associations.json.a81b47b8-2a91-42a2-a529-1de42849049c, for json 
type=ip_associations
   ```
   , sounds like a weird timing issue, as if two merge deamons are tryimg to 
process the file at the same time and one has already moved it...???
   
   and it seems here,
   ```
   2024-04-04 04:43:30,162 INFO     Delete rule -D VPN_XX.YY.25.156 -m state 
--state RELATED,ESTABLISHED -j ACCEPT from table mangle
   2024-04-04 04:43:36,448 INFO     Address found in DataBag ==> {u'public_ip': 
u'XX.YY.25.156', u'one_to_one_nat': False, u'nic_dev_id': 2, u'network': 
u'XX.YY.25.0/24', u'first_i_p': False, u'netmask': u'255.255.255.0', 
u'source_nat': False, u'broadcast': u'XX.YY.25.255', u'add': True, 
u'is_private_gateway': False, u'nw_type': u'public', u'device': u'eth2', 
u'vif_mac_address': u'1e:00:63:00:04:b5', u'cidr': u'XX.YY.25.156/24', 
u'gateway': u'XX.YY.25.1', u'new_nic': False, u'size': u'24'}
   ```
   , that almost 0.3 second the after the deletion it is added again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to