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

2017-12-06 Thread Josh Cooper (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Josh Cooper commented on  PUP-3956 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Puppet master doesn't free file descriptor after USR2  
 
 
 
 
 
 
 
 
 
 
Paul Raines I used puppet 4.8 or later. Puppet 3.x is no longer supported. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v7.0.2#70111-sha1:88534db) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 https://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

2017-09-19 Thread Paul Raines (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Paul Raines commented on  PUP-3956 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Puppet master doesn't free file descriptor after USR2  
 
 
 
 
 
 
 
 
 
 
What version are you using Josh? I have 3.8.7 on a CentOS 6 box but this is still an issue 
 
 
 
 
 
 
[root@spacewalk puppet]# lsof -p 31357 | grep var/log 
 
 
 
 
puppet  31357 puppet6u   REG  252,1 1482018074418623 /var/log/puppet/masterhttp.log-20170909 
 
 
 
 
[root@spacewalk puppet]# kill -s USR1 31357 
 
 
 
 
[root@spacewalk puppet]# kill -s USR2 31357 
 
 
 
 
[root@spacewalk puppet]# lsof -p 31357 | grep var/log 
 
 
 
 
puppet  31357 puppet6u   REG  252,1 1482030452418623 /var/log/puppet/masterhttp.log-20170909
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


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

2017-05-18 Thread Moses Mendoza (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moses Mendoza updated an issue 
 
 
 
 
 
 
 
 
 
 

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

Change By:
 
 Moses Mendoza 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 https://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

2017-05-15 Thread Josh Cooper (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Josh Cooper commented on  PUP-3956 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Puppet master doesn't free file descriptor after USR2  
 
 
 
 
 
 
 
 
 
 
I'm not able to reproduce this. 
 
 
 
 
 
 
[root@ch6akrmhj9ntwsk ~]# kill -s USR1 10412 
 
 
 
 
[root@ch6akrmhj9ntwsk ~]# lsof -p 10412 | grep masterhttp 
 
 
 
 
puppet  10412 puppet7u   REG  253,0 17404 26140241 /var/log/puppetlabs/puppet/masterhttp.log
 
 
 
 
 
 
 
I changed how the daemonized master handles signals (it no longer executes the reload from an interrupt/signal context). 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 

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

2017-05-15 Thread Josh Cooper (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Josh Cooper updated an issue 
 
 
 
 
 
 
 
 
 
 

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

Change By:
 
 Josh Cooper 
 
 
 

Labels:
 
 triaged 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 https://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.