Skip to content

Instantly share code, notes, and snippets.

View christianuhlcc's full-sized avatar

Christian Uhl christianuhlcc

View GitHub Profile
@christianuhlcc
christianuhlcc / find-my-lambda.sh
Created June 22, 2020 16:47
lists your aws lambdas over all regions
for region in `aws ec2 describe-regions --output text | cut -f4`
do
echo -e "\nListing Instances in region:'$region'..."
aws lambda list-functions --region $region --output text | cat
done

Keybase proof

I hereby claim:

  • I am christianuhlcc on github.
  • I am christianuhl (https://keybase.io/christianuhl) on keybase.
  • I have a public key whose fingerprint is DECB 8C4E 9B13 9EE2 C562 C4E2 83EE 25DF C695 F8DB

To claim this, I am signing this object:

@christianuhlcc
christianuhlcc / gist:310600d1a1984d5a850c
Created October 8, 2014 12:19
logfile for failed startup
[2014-10-08 12:49:02,224][INFO ][node ] [Katie Power] version[1.3.4], pid[4732], build[a70f3cc/2014-09-30T09:07:17Z]
[2014-10-08 12:49:02,224][INFO ][node ] [Katie Power] initializing ...
[2014-10-08 12:49:02,224][DEBUG][node ] [Katie Power] using home [D:\elasticsearch-1.3.4], config [D:\elasticsearch-1.3.4\config], data [[D:\elasticsearch-1.3.4\data]], logs [D:\elasticsearch-1.3.4\logs], work [D:\elasticsearch-1.3.4\work], plugins [D:\elasticsearch-1.3.4\plugins]
[2014-10-08 12:49:02,224][DEBUG][plugins ] [Katie Power] [D:\elasticsearch-1.3.4\plugins] directory does not exist.
[2014-10-08 12:49:02,224][INFO ][plugins ] [Katie Power] loaded [], sites []
[2014-10-08 12:49:02,255][DEBUG][common.compress.lzf ] using [VanillaChunkDecoder] decoder
[2014-10-08 12:49:02,255][DEBUG][env ] [Katie Power] using node location [[D:\elasticsearch-1.3.4\data\elasticsearch\nodes\0]], local_node_id [0]
[201
@christianuhlcc
christianuhlcc / gist:981cda74d3ae914939b7
Created October 8, 2014 12:11
thread dump ms server 2008
2014-10-08 12:49:09
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode):
"elasticsearch[Katie Power][[timer]]" #21 daemon prio=5 os_prio=0 tid=0x0000000019227800 nid=0x1258 waiting on condition [0x0000000059fdf000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at org.elasticsearch.threadpool.ThreadPool$EstimatedTimeThread.run(ThreadPool.java:530)
"Service Thread" #19 daemon prio=9 os_prio=0 tid=0x00000000192dc800 nid=0x17c0 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE