Jira (PUP-3956) Puppet master doesn't free file descriptor during logrotate

2015-02-13 Thread Bartosz Cisek (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bartosz Cisek commented on  PUP-3956 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Puppet master doesn't free file descriptor during logrotate  
 
 
 
 
 
 
 
 
 
 
It might be worth testing if those two issues are related.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3956) Puppet master doesn't free file descriptor after USR2

2015-02-13 Thread Bartosz Cisek (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bartosz Cisek updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3956 
 
 
 
  Puppet master doesn't free file descriptor after USR2  
 
 
 
 
 
 
 
 
 

Change By:
 
 Bartosz Cisek 
 
 
 

Summary:
 
 Puppetmasterdoesn'tfreefiledescriptor duringlogrotate afterUSR2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3956) Puppet master doesn't free file descriptor during logrotate

2015-02-04 Thread Bartosz Cisek (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bartosz Cisek updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3956 
 
 
 
  Puppet master doesn't free file descriptor during logrotate  
 
 
 
 
 
 
 
 
 

Change By:
 
 Bartosz Cisek 
 
 
 

Environment:
 
 Ubuntu 14.04.1LTS 3.13.0-32-generic#57 Version puppetmasterversion :3.4.3-1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3956) Puppet master doesn't free file descriptor during logrotate

2015-02-04 Thread Bartosz Cisek (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Bartosz Cisek created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Puppet /  PUP-3956 
 
 
 
  Puppet master doesn't free file descriptor during logrotate  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 3.4.3 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 2015/02/04 3:57 AM 
 
 
 

Environment:
 
 
Ubuntu 3.13.0-32-generic #57 Version: 3.4.3-1 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Bartosz Cisek 
 
 
 
 
 
 
 
 
 
 
Logrotate script sends USR2 signal to notify puppetmaster to reopen file descriptors. Puppet master writes to logs about receiving signal but still holds file descriptor to log file. As a result puppet continue writing to file that grows infinitely.  
Jan 30 12:02:50 puppet0 puppet-master[8775]: Caught USR2; calling reopen_logs Jan 30 12:02:50 puppet0 puppet-master[8775]: Reopening log files 
root@puppet0:~# lsof -p 8775 | grep masterhttp puppet 8775 puppet 6u REG 202,5 2509666 212 /var/log/puppet/masterhttp.log.1 (deleted)