Skip to content

Instantly share code, notes, and snippets.

linux%% cat pex/BUILD
import os
python_binary(
name='rio-sidecar',
entry_point='sidecar.cli:cli',
platforms=[
'linux-x86_64',
'macosx-10.12-x86_64',
],
@lexinator
lexinator / gist:2e8885194551a798823b
Last active November 6, 2015 17:13
quicksilver-1.3.2
Sampling process 1842 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Quicksilver (pid 1842) every 1 millisecond
Process: Quicksilver [1842]
Path: /Applications/Quicksilver-1.3.2.app/Contents/MacOS/Quicksilver
Load Address: 0x1086a3001
Identifier: com.blacktree.Quicksilver
Version: 1.3.2 (4014)
Code Type: X86-64
Parent Process: ??? [1]
@lexinator
lexinator / gist:5cf52b885d106d482749
Created November 6, 2015 05:56
quicksilver-1.2.2 sample
Sampling process 1855 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Quicksilver (pid 1855) every 1 millisecond
Process: Quicksilver [1855]
Path: /Applications/Quicksilver.app/Contents/MacOS/Quicksilver
Load Address: 0x100bf1000
Identifier: com.blacktree.Quicksilver
Version: 1.2.2 (4011)
Code Type: X86-64
Parent Process: ??? [1]
@lexinator
lexinator / gist:ca95b249c7cb25575395
Created June 17, 2015 00:39
thermos_executor stderr
I0617 00:31:32.063691 15567 exec.cpp:302] Executor::launchTask took 2.897707ms
I0617 00:31:32.065589 15569 exec.cpp:525] Executor sending status update TASK_STARTING (UUID: 635ca46b-967d-4388-8a4f-7365afb1f387) for task 1434500791150-some_random_user-prod-hello-0-c4cae394-a761-411d-849a-f57841a0bca0 of framework 20150521-032301-1208029356-5050-10003-0000
Traceback (most recent call last):
File "/root/.pex/install/twitter.common.exceptions-0.3.3-py2-none-any.whl.7bd0b799ed3c522843c51d2c3a20df244d68727b/twitter.common.exceptions-0.3.3-py2-none-any.whl/twitter/common/exceptions/__init__.py", line 126, in _excepting_run
self.__real_run(*args, **kw)
File "/root/.pex/install/twitter.common.concurrent-0.3.3-py2-none-any.whl.a000a0fae0bef427fab57fdc0f13607471e7935f/twitter.common.concurrent-0.3.3-py2-none-any.whl/twitter/common/concurrent/deferred.py", line 42, in run
self._closure()
File "apache/aurora/executor/aurora_executor.py", line 254, in <lambda>
File "apache/aurora/executor/aurora_executor.py
@lexinator
lexinator / gist:f5103cee09b514b2778e
Created June 1, 2015 16:01
aurora exceeding default timeout to replicated log
org.apache.aurora.scheduler.storage.Storage$StorageException: There was a problem committing the transaction to the log.
at org.apache.aurora.scheduler.storage.log.LogStorage$24.apply(LogStorage.java:652)
at org.apache.aurora.scheduler.storage.log.LogStorage$24.apply(LogStorage.java:642)
at org.apache.aurora.scheduler.storage.mem.MemStorage$3.apply(MemStorage.java:147)
at org.apache.aurora.scheduler.storage.mem.MemStorage$3.apply(MemStorage.java:144)
at org.apache.aurora.scheduler.storage.db.DbStorage.write(DbStorage.java:137)
at org.mybatis.guice.transactional.TransactionalMethodInterceptor.invoke(TransactionalMethodInterceptor.java:101)
at org.apache.aurora.scheduler.storage.mem.MemStorage.write(MemStorage.java:144)
at com.twitter.common.inject.TimedInterceptor.invoke(TimedInterceptor.java:87)
at org.apache.aurora.scheduler.storage.log.LogStorage.doInTransaction(LogStorage.java:642)