In general follow https://github.com/airbnb/javascript
sequential:
| [metastore] 2015/08/05 08:23:46 [INFO] raft: Node at 127.0.0.1:8088 [Follower] entering Follower state | |
| [metastore] 2015/08/05 08:23:46 read local node id: 1 | |
| [shard] 2015/08/05 08:23:46 flush 38 points in 0.008s | |
| [shard] 2015/08/05 08:23:46 flush 74 points in 0.005s | |
| [shard] 2015/08/05 08:23:46 flush 38 points in 0.010s | |
| [shard] 2015/08/05 08:23:46 flush 74 points in 0.010s | |
| [shard] 2015/08/05 08:23:46 flush 37 points in 0.010s | |
| [shard] 2015/08/05 08:23:46 flush 3 points in 0.010s | |
| [shard] 2015/08/05 08:23:46 flush 48 points in 0.010s |
| [http] 2015/08/14 08:48:27 127.0.0.1 - user_username [14/Aug/2015:08:48:27 +0200] POST /write?db=databasename HTTP/1.1 204 0 - - 7785f1fc-4250-11e5-8904-000000000000 1.501138ms | |
| panic: runtime error: slice bounds out of range | |
| goroutine 59817 [running]: | |
| github.com/influxdb/influxdb/tsdb.(*FieldCodec).DecodeFields(0xc208f7f5b0, 0x7f646aea12b6, 0x3b, 0x7fffffff, 0x7fffffff, 0x0, 0x0) | |
| /root/go/src/github.com/influxdb/influxdb/tsdb/shard.go:959 +0x78b | |
| github.com/influxdb/influxdb/tsdb.(*FieldCodec).DecodeFieldsWithNames(0xc208f7f5b0, 0x7f646aea12b6, 0x3b, 0x7fffffff, 0x7fffffff, 0x0, 0x0) | |
| /root/go/src/github.com/influxdb/influxdb/tsdb/shard.go:974 +0x72 | |
| github.com/influxdb/influxdb/tsdb.(*tagSetCursor).Next(0xc20a62cbd0, 0x11bb3e19d77c0000, 0x11bb8cae68bbbdc0, 0xc2099d4420, 0x6, 0x6, 0xc208d85990, 0x1, 0x1, 0x11bb55052c886000, ...) | |
| /root/go/src/github.com/influxdb/influxdb/tsdb/mapper.go:570 +0x1a1 |
| [metastore] 2015/08/28 02:12:22 new shard group 2363 successfully created for database databasename-test, retention policy default | |
| [metastore] 2015/08/28 02:12:22 new shard group 2364 successfully created for database databasename-test, retention policy default | |
| [metastore] 2015/08/28 02:12:22 new shard group 2365 successfully created for database databasename-test, retention policy default | |
| [metastore] 2015/08/28 02:12:22 new shard group 2366 successfully created for database databasename-test, retention policy default | |
| [metastore] 2015/08/28 02:12:22 new shard group 2367 successfully created for database databasename-test, retention policy default | |
| [metastore] 2015/08/28 02:12:22 new shard group 2368 successfully created for database databasename-test, retention policy default | |
| [metastore] 2015/08/28 02:12:22 new shard group 2369 successfully created for database databasename-log-test, retention policy default | |
| [metastore] 2015/08/28 02:12:22 new shard group 2370 successfully created for database databasename-log |
In general follow https://github.com/airbnb/javascript
sequential:
| #!/bin/sh | |
| # | |
| # Pre-commit hook that verifies if all files containing 'vault' in the name | |
| # are encrypted. | |
| # If not, commit will fail with an error message | |
| # | |
| # Original author: @ralovely | |
| # https://www.reinteractive.net/posts/167-ansible-real-life-good-practices | |
| # | |
| # File should be .git/hooks/pre-commit and executable |
В результате выполнения шагов у вас будет готовый runner на виртуальной машине с Windows 7 с Cygwin, к которой можно будет подключиться по ssh.
Качаем установочный файл cygwin например в C:\dev\cygwin.
Пакеты для Cygwin устанавливаются именно из него
Запускаем файл с правами администратора: