I hereby claim:
- I am zorkian on github.
- I am zorkian (https://keybase.io/zorkian) on keybase.
- I have a public key whose fingerprint is E61E 1673 0F25 F80B 4AAB 8288 7C66 0E6A 097C 0C4D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/usr/local/go/bin/go get launchpad.net/gocheck | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/parser | |
make[1]: Nothing to be done for `all'. | |
/usr/local/go/bin/go get code.google.com/p/goprotobuf/protoc-gen-go | |
rm -f src/protocol/*.pb.go | |
PATH=$PWD/bin:$PATH /usr/local/bin/protoc --go_out=. src/protocol/*.proto | |
/usr/local/go/bin/go test admin api/http common configuration checkers coordinator datastore engine parser protocol -v -gocheck.v -gocheck.vv -test.timeout=10m | |
=== RUN Test | |
START: http_server_test.go:21: HttpServerSuite.TestServesIndexByDefault | |
PASS: http_server_test.go:21: HttpServerSuite.TestServesIndexByDefault 0.009s |
[21268785.313667] ------------[ cut here ]------------ | |
[21268785.313677] WARNING: at /build/buildd/linux-3.2.0/fs/jbd2/journal.c:507 __jbd2_log_start_commit+0x68/0xa0() | |
[21268785.313680] Hardware name: X9DRi-LN4+/X9DR3-LN4+ | |
[21268785.313682] JBD2: bad log_start_commit: 3305996238 3305996238 200988312 3305996239 | |
[21268785.313683] Modules linked in: xt_NOTRACK iptable_raw xt_tcpudp ipt_REJECT nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack iptable_filter ip_tables x_tables vesafb ext2 sb_edac joydev lp wmi | |
edac_core parport mac_hid mei(C) ioatdma usbhid hid igb dca isci libsas scsi_transport_sas megaraid_sas | |
[21268785.313706] Pid: 116, comm: kswapd0 Tainted: G C 3.2.0-44-generic #69-Ubuntu | |
[21268785.313708] Call Trace: | |
[21268785.313716] [<ffffffff81067f3f>] warn_slowpath_common+0x7f/0xc0 | |
[21268785.313719] [<ffffffff81068036>] warn_slowpath_fmt+0x46/0x50 |
2013-04-02 11:23:47,723 INFO org.apache.hadoop.hbase.regionserver.HRegionServer: Received request to open region: tsdb,\x00\x00]Od\x0C@\x00\x00\x01\ | |
x001\xE4\x00\x00\x0B\x00\x00M\x00\x00\x0C\x00\x00\\x00\x00\x0D\x00\x00\x09\x00\x00\x0E\x00\x00Q,1364926580087.57f1dcdfd23c7a61d5e3a9c5c2910e0e. | |
2013-04-02 11:23:47,816 INFO org.apache.hadoop.hbase.regionserver.HRegion: Setting up tabledescriptor config now ... | |
2013-04-02 11:23:47,818 INFO org.apache.hadoop.hbase.regionserver.Store: time to purge deletes set to 0ms in store t | |
2013-04-02 11:23:48,018 WARN org.apache.hadoop.ipc.Client: interrupted waiting to send params to server | |
java.lang.InterruptedException | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1279) | |
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218) | |
at java.util.concurrent.FutureTask.get(FutureTask.java:83) | |
at org.apache.hadoop.ipc.Client$Connection.sendParam(Client.java:913) |
package main | |
// Uninitialized, this global foo is nil. | |
var foo *Foo | |
func main() { | |
// This uses := because err is not defined yet. | |
foo, err := makeFoo() | |
doSomething() |
[26955] 09 Jan 09:18:51 * Slave ask for synchronization | |
[26955] 09 Jan 09:18:51 * Starting BGSAVE for SYNC | |
[26955] 09 Jan 09:18:52 * Background saving started by pid 24299 | |
[24299] 09 Jan 09:20:38 * DB saved on disk | |
[26955] 09 Jan 09:20:38 * Background saving terminated with success | |
[26955] 09 Jan 09:20:44 * Slave ask for synchronization | |
[26955] 09 Jan 09:20:44 * Starting BGSAVE for SYNC | |
[26955] 09 Jan 09:20:45 * Background saving started by pid 24445 | |
[26955] 09 Jan 09:21:49 * Slave ask for synchronization | |
[26955] 09 Jan 09:21:49 * Waiting for next BGSAVE for SYNC |
SLAVE: | |
redis 127.0.0.1:6379> info | |
redis_version:2.4.6 | |
redis_git_sha1:00000000 | |
redis_git_dirty:0 | |
arch_bits:64 | |
multiplexing_api:epoll | |
gcc_version:4.4.3 | |
process_id:22212 |
# SSL traffic hits on port 8933 which is only internal, we do this to allow | |
# the forwarding headers (X-DW-SSL) | |
CREATE SERVICE ssl_frontend | |
SET listen = 127.0.0.1:8933 | |
SET role = reverse_proxy | |
SET pool = web_pool | |
SET persist_backend = on | |
SET verify_backend = on | |
SET persist_client = on | |
SET plugins = stats |