Skip to content

Instantly share code, notes, and snippets.

View ikovalyov's full-sized avatar

Illia Kovalov ikovalyov

View GitHub Profile
var a = 0
fun counter() {
a++
println(a)
}
fun main() {
counter()
counter()
<!DOCTYPE html>
<html>
<body>
<script>alert(1)</script>
</body>
@ikovalyov
ikovalyov / block.txt
Created October 25, 2016 08:45
influx logs
--- contention:
cycles/second=3500003374
36366201471709872 346351 @ 0x441012 0x65c60e 0x463bc1
# 0x441012 runtime.selectgo+0x12 /usr/local/go/src/runtime/select.go:215
# 0x65c60e github.com/influxdata/influxdb/tsdb.(*Shard).monitorSize+0x28e /root/go/src/github.com/influxdata/influxdb/tsdb/shard.go:701
1478399522858787 704 @ 0x441012 0x636e39 0x463bc1
# 0x441012 runtime.selectgo+0x12 /usr/local/go/src/runtime/select.go:215
# 0x636e39 github.com/influxdata/influxdb/services/precreator.(*Service).runPrecreation+0x3f9 /root/go/src/github.com/influxdata/influxdb/services/precreator/service.go:77