Closed Bug 949006 Opened 11 years ago Closed 11 years ago

Config change for processors on stage and prod to use default stackwalker arguments

Categories

(Infrastructure & Operations Graveyard :: WebOps: Socorro, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bburton, Assigned: bburton)

References

Details

      No description provided.
Per https://bugzilla.mozilla.org/show_bug.cgi?id=946381#c9

config change summary:  the line in processor.ini that specifies the syntax of the stackwalker invocation needs to just be allowed to be the default.  Comment out the processor.ini:271

# stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
See Also: → 946381
-> % svn diff
Index: modules/socorro/files/stage/etc-socorro/processor.ini
===================================================================
--- modules/socorro/files/stage/etc-socorro/processor.ini	(revision 79436)
+++ modules/socorro/files/stage/etc-socorro/processor.ini	(working copy)
@@ -268,7 +268,7 @@
     # doc: the template for the command to invoke minidump_stackwalk
     # converter: str
     #stackwalk_command_line='$minidump_stackwalk_pathname -m $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
-    stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
+    #stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'

     # name: symbol_cache_path
     # doc: the path where the symbol cache is found (quote path with embedded spaces)
bburton@althalus [09:12:47] [~/code/mozilla/sysadmins/puppet/trunk]
-> % svn ci -m "commenting out so socorro stage processors use default stackwalker arguments, bug 949006"
Sending        trunk/modules/socorro/files/stage/etc-socorro/processor.ini
Transmitting file data .
Committed revision 79437.
Deployed successfully to staging

[socorro-processor2.stage.metrics.phx1.mozilla.com] out: Notice: /Stage[main]/Socorro::Stage::Webapp/File[/etc/socorro/processor.ini]/content:
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: --- /etc/socorro/processor.ini	2013-11-18 10:48:40.562771669 -0800
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: +++ /tmp/puppet-file20131211-17674-1ech3fv-0	2013-12-11 09:18:34.888887390 -0800
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: @@ -268,7 +268,7 @@
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: # doc: the template for the command to invoke minidump_stackwalk
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: # converter: str
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: #stackwalk_command_line='$minidump_stackwalk_pathname -m $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: -    stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: +    #stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
[socorro-processor2.stage.metrics.phx1.mozilla.com] out:
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: # name: symbol_cache_path
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: # doc: the path where the symbol cache is found (quote path with embedded spaces)
[socorro-processor2.stage.metrics.phx1.mozilla.com] out:
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: Info: FileBucket adding {md5}6600940872dbdc2c3ca419d0bb7015c7
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: Info: /Stage[main]/Socorro::Stage::Webapp/File[/etc/socorro/processor.ini]: Filebucketed /etc/socorro/processor.ini to main with sum 6600940872dbdc2c3ca419d0bb7015c7
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: Notice: /Stage[main]/Socorro::Stage::Webapp/File[/etc/socorro/processor.ini]/content: content changed '{md5}6600940872dbdc2c3ca419d0bb7015c7' to '{md5}d932267138a40b0a3fdc03c5af847ea6'
[socorro-processor2.stage.metrics.phx1.mozilla.com] out: Notice: Finished catalog run in 235.23 seconds
Blocks: 949234
Pushed to prod and verified

-> % svn diff
svIndex: modules/socorro/files/prod/etc-socorro/processor.ini
===================================================================
--- modules/socorro/files/prod/etc-socorro/processor.ini	(revision 79436)
+++ modules/socorro/files/prod/etc-socorro/processor.ini	(working copy)
@@ -268,7 +268,7 @@
     # doc: the template for the command to invoke minidump_stackwalk
     # converter: str
     #stackwalk_command_line='$minidump_stackwalk_pathname -m $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
-    stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'
+    #stackwalk_command_line='$minidump_stackwalk_pathname --pipe $dumpfilePathname $processor_symbols_pathname_list 2>/dev/null'

     # name: symbol_cache_path
     # doc: the path where the symbol cache is found (quote path with embedded spaces)
i%                                                                                                                                                                                bburton@althalus [03:58:08] [~/code/mozilla/sysadmins/puppet/trunk]
-> % svn ci -m "commenting out so socorro prod processors use default stackwalker arguments, bug 949006"
Sending        trunk/modules/socorro/files/prod/etc-socorro/processor.ini
Transmitting file data .
Committed revision 79482.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.