Commit Graph

  • 353f938b8d
    Merge pull request #9599 from gyuho/test-parallel Gyuho Lee 2018-04-20 14:40:22 -07:00
  • afef4a594a travis: parallelize integration with CPU parameters Gyuho Lee 2018-04-20 13:20:42 -07:00
  • ad4b747ed4 test: configure go test -cpu flag Gyuho Lee 2018-04-20 13:19:06 -07:00
  • 83f7f174da etcdserver: print server configuration duration fields in string Gyuho Lee 2018-04-20 13:11:11 -07:00
  • e5d160fceb
    Merge pull request #9598 from gyuho/compaction Gyuho Lee 2018-04-20 13:01:26 -07:00
  • 6af44fa4fe Documentation/upgrades: highligh YAML auto-compaction-retention flag change Gyuho Lee 2018-04-20 11:54:31 -07:00
  • fafa672f87 CHANGELOG: clarify compaction YAML type Gyuho Lee 2018-04-20 11:51:11 -07:00
  • 5f8abdc227 etcdserver: log auto compaction on server start Gyuho Lee 2018-04-20 11:58:36 -07:00
  • 8b68a71cb5 etcd.conf.yml.sample: remove deprecated fields Gyuho Lee 2018-04-20 11:43:55 -07:00
  • 0411b89d69 pkg/proxy: fix fmt Gyuho Lee 2018-04-20 11:26:38 -07:00
  • f205b22434 etcdserver: fix snapshot panic message Gyuho Lee 2018-04-20 11:20:17 -07:00
  • 01fc2901b6 etcdmain: sync logger on exit Gyuho Lee 2018-04-20 10:58:33 -07:00
  • c76c696ed7 embed: sync logger on server close Gyuho Lee 2018-04-20 10:54:37 -07:00
  • 337a751180
    Merge pull request #9595 from gyuho/ppp Gyuho Lee 2018-04-20 10:40:08 -07:00
  • 8006d3305e pkg/proxy: strip host on local listener Gyuho Lee 2018-04-20 10:23:00 -07:00
  • 8058513d84 *: clarify gRPC gateway changelogs Gyuho Lee 2018-04-20 10:33:03 -07:00
  • 2d7cb9dac7 CHANGELOG: add latest changes Gyuho Lee 2018-04-19 14:44:22 -07:00
  • 21d2e2ab6e etcdserver: add more tick fast-forward logs Gyuho Lee 2018-04-19 14:19:12 -07:00
  • 85b7a59c56 etcdmain: add "--initial-election-tick-advance" Gyuho Lee 2018-04-19 14:07:38 -07:00
  • bffc532f9f embed: add "InitialElectionTickAdvance" Gyuho Lee 2018-04-19 14:03:17 -07:00
  • 3fe9030d34 integration: set InitialElectionTickAdvance to true by default Gyuho Lee 2018-04-19 14:01:23 -07:00
  • 4bec0d7d67 etcdserver: add "InitialElectionTickAdvance" Gyuho Lee 2018-04-19 14:00:31 -07:00
  • b933603a43 functional: add TODO for network isolate tests Gyuho Lee 2018-04-19 17:44:16 -07:00
  • f5b8e1eb95 functional/tester: log start revision Gyuho Lee 2018-04-19 17:40:08 -07:00
  • d45053c068 etcdserver: add is_leader prometheus metric that is 1 on the leader. Maciej Borsz 2018-04-19 11:42:40 +02:00
  • 7cbc2f1068 etcdserver: add is_leader prometheus metric that is 1 on the leader. Maciej Borsz 2018-04-19 11:42:40 +02:00
  • 214a98d733
    Merge 3f4da46d7643f13e629d9cfd54c4c451e3657fb2 into 25cc3bb71b0685e6ae86757a7aa3cec4feb74bc3 Ondrej Fabry 2018-04-19 20:26:55 +00:00
  • 25cc3bb71b
    Merge pull request #9588 from gyuho/aaa Gyuho Lee 2018-04-19 13:26:47 -07:00
  • 87dfe53798 Procfile: use zap in Procfile Gyuho Lee 2018-04-19 11:56:41 -07:00
  • 8296ce0930 rafthttp: add/fix debugging lines Gyuho Lee 2018-04-19 11:53:27 -07:00
  • 8f8b32b253
    Merge pull request #9587 from mborsz/is_leader Gyuho Lee 2018-04-19 10:04:34 -07:00
  • b0112086d6
    Merge pull request #9354 from hexfusion/u_sock Gyuho Lee 2018-04-19 08:16:38 -07:00
  • 46bc966aa7 etcdserver: add is_leader prometheus metric that is 1 on the leader. Maciej Borsz 2018-04-19 11:42:40 +02:00
  • 3f4da46d76
    Fix typo in comment Ondrej Fabry 2018-04-18 15:59:41 -07:00
  • e5c9483cd8
    Merge pull request #9511 from jcalvert/index_compaction_breakup Gyuho Lee 2018-04-18 15:24:21 -07:00
  • 7750974760
    scripts: Add scripts/release that performs 'etcd-release-runbook' (https://goo.gl/Gxwysq) style release workflow Joe Betz 2018-04-18 13:35:41 -07:00
  • f176427791 mvcc: Clone the key index for compaction and lock on each item jocalvert 2018-03-29 21:03:30 +00:00
  • d0847f4f25 *: clean up/fix server structured logs Gyuho Lee 2018-04-18 12:54:43 -07:00
  • dfcdaa5cc9 integration: fix peer TLS tests Gyuho Lee 2018-04-17 15:15:02 -07:00
  • 229a0c9da6
    Merge pull request #9580 from gyuho/log Gyuho Lee 2018-04-17 15:01:52 -07:00
  • 9c0c3cd606
    Merge pull request #9579 from gyuho/log-output-multiple-files Gyuho Lee 2018-04-17 14:39:28 -07:00
  • a47c18ff5b embed: clean up initial server start logs Gyuho Lee 2018-04-17 13:27:55 -07:00
  • 6fec93fe42 CHANGELOG-3.4: highlight YAML log-output change Gyuho Lee 2018-04-17 13:34:07 -07:00
  • bf8601676e Documentation/upgrades: highlight YAML change Gyuho Lee 2018-04-17 13:31:25 -07:00
  • 7215e54755 etcd.conf.yml: change "log-output" type Gyuho Lee 2018-04-17 13:29:23 -07:00
  • 8ee87787dd functional: use strings for LogOutput Gyuho Lee 2018-04-17 13:03:09 -07:00
  • 671e4a50bc CHANGELOG-3.4: add "LogOutput" change Gyuho Lee 2018-04-17 11:55:07 -07:00
  • 8049df15c4 CHANGELOG-3.4: highlight embed.Config.LogOutput field change Gyuho Lee 2018-04-17 11:53:42 -07:00
  • cd7bfe1ea5 integration: set strings for LogOutput Gyuho Lee 2018-04-17 11:51:52 -07:00
  • 3e99487372 snapshot: set string for LogOutput Gyuho Lee 2018-04-17 11:51:42 -07:00
  • 1974785511 etcdmain: accept multiple values in "--log-output" Gyuho Lee 2018-04-17 11:51:15 -07:00
  • bf937535f5 embed: change "Config.LogOutput" to []string Gyuho Lee 2018-04-17 11:50:48 -07:00
  • 954afc9156 CHANGELOG-3.4: highlight multi-log writer change Gyuho Lee 2018-04-17 11:32:14 -07:00
  • f6f1e0cb65 embed: support multiple log outputs for structured logging Gyuho Lee 2018-04-17 11:27:08 -07:00
  • 406f23ce17 README: update meeting notes link Gyuho Lee 2018-04-17 12:05:14 -07:00
  • 41b855a48e
    Merge pull request #9577 from gyuho/null Gyuho Lee 2018-04-17 10:33:52 -07:00
  • 78109152b9 integration: re-overwrite "httptest.Server" TLS.Certificates Gyuho Lee 2018-04-13 13:40:11 -07:00
  • 08dc184618 pkg/transport: don't set certificates on tls config rob boll 2018-04-06 15:27:08 -04:00
  • f9d58d2c9f integration: re-overwrite "httptest.Server" TLS.Certificates Gyuho Lee 2018-04-13 13:40:11 -07:00
  • 7f1225a128 pkg/transport: don't set certificates on tls config rob boll 2018-04-06 15:27:08 -04:00
  • 674388f599 integration: use /dev/null to discard server logs Gyuho Lee 2018-04-17 06:14:03 -07:00
  • 7c10c12ce7 snapshot: use /dev/null to discard server logs Gyuho Lee 2018-04-17 06:13:52 -07:00
  • a31c38f3b0 embed: use /dev/null to discard server logs Gyuho Lee 2018-04-17 06:13:24 -07:00
  • 0e4c8dcedc CHANGELOG-3.4: use "/dev/null" to ignore logs Gyuho Lee 2018-04-17 06:13:10 -07:00
  • 46e19d21a1
    Merge pull request #9572 from gyuho/eee Gyuho Lee 2018-04-16 19:09:45 -07:00
  • 18b3e45e96 *: support --log-output=discard Gyuho Lee 2018-04-16 19:09:09 -07:00
  • 1c44293f7e tests/e2e: comment out TestEtcdCorruptHash debugging lines Gyuho Lee 2018-04-16 19:04:34 -07:00
  • a3b9d828ed tests/e2e: fix gateway tests Gyuho Lee 2018-04-16 18:25:30 -07:00
  • 92c32743c9 tests/e2e: fix TestIssue6361 Gyuho Lee 2018-04-16 18:01:12 -07:00
  • ae9ccd883d etcdctl/ctlv3: fix snapshot command e2e tests Gyuho Lee 2018-04-16 17:20:57 -07:00
  • b7ce6b7265 Documentation/upgrades: highlight wal, embed changes Gyuho Lee 2018-04-16 16:50:49 -07:00
  • c716bea43c CHANGELOG-3.4: highlight WAL changes Gyuho Lee 2018-04-16 16:43:26 -07:00
  • f63b5c15c7 functional/agent: fix etcd exec path check Gyuho Lee 2018-04-16 16:14:14 -07:00
  • 2ee2a96055 functional/tester: use binary for tests for now Gyuho Lee 2018-04-16 16:07:19 -07:00
  • d1c2ae86ce functional/tester: handle "raft.ErrProposalDropped" Gyuho Lee 2018-04-16 15:13:30 -07:00
  • 35a80bc910 integration,embed: ignore embed log output Gyuho Lee 2018-04-16 14:22:29 -07:00
  • cc778746fc embed: support "io-discard" for logging, fix racey logging setup Gyuho Lee 2018-04-16 14:16:46 -07:00
  • 38e32a1b54 snapshot: ignore server logs Gyuho Lee 2018-04-16 14:16:33 -07:00
  • 2bd88e378c pkg/transport: check nil logger Gyuho Lee 2018-04-16 10:11:45 -07:00
  • f34c5dc902 functional/tester: run tests with embedded etcd Gyuho Lee 2018-04-16 04:13:51 -07:00
  • 677894b4fa functional/agent: support embedded etcd Gyuho Lee 2018-04-16 04:12:45 -07:00
  • c712e08a42 embed,etcdmain: support structured logger Gyuho Lee 2018-04-16 04:01:05 -07:00
  • a7fd274c11 integration: support structured logger Gyuho Lee 2018-04-16 04:00:50 -07:00
  • 9063805180 contrib/tools: support structured logger Gyuho Lee 2018-04-16 04:00:38 -07:00
  • 6dbce6b9a4 clientv3,etcdctl: support structured logger Gyuho Lee 2018-04-16 04:00:10 -07:00
  • d1c7d40a5e snapshot: support structured logger Gyuho Lee 2018-04-16 03:59:48 -07:00
  • f57fa6abaf auth: support structured logger Gyuho Lee 2018-04-16 03:59:26 -07:00
  • ce8348e3e0 raftsnap: support structured logger Gyuho Lee 2018-04-16 03:59:06 -07:00
  • c68f625353 rafthttp: support structured logger Gyuho Lee 2018-04-16 03:58:46 -07:00
  • fdbedacc83 wal: support structured logger Gyuho Lee 2018-04-16 03:58:25 -07:00
  • c00c6cb685 mvcc: support structured logger Gyuho Lee 2018-04-16 03:58:15 -07:00
  • 0dad8abb6f pkg: support structured logger Gyuho Lee 2018-04-16 03:57:43 -07:00
  • bdbed26f64 etcdserver: support structured logging Gyuho Lee 2018-04-15 22:40:44 -07:00
  • f879c1de33 integration: use default logger "capnslog" Gyuho Lee 2018-04-15 01:51:54 -07:00
  • d5d4025f9a CHANGELOG-3.4: highlight logger change Gyuho Lee 2018-04-15 01:42:51 -07:00
  • 041b9069a2 *: configure server logger Gyuho Lee 2018-04-14 22:52:39 -07:00
  • 82e84a09e1 pkg/logutil: add "NewGRPCLoggerV2FromZap", "NewRaftLogger" Gyuho Lee 2018-04-14 22:50:14 -07:00
  • 33128104c0 functional/agent: handle "embed.Etcd", logger sync Gyuho Lee 2018-04-14 20:14:03 -07:00
  • 575cf94852 functional/rpcpb: add "*Etcd.EmbedConfig", and logger fields Gyuho Lee 2018-04-14 20:00:20 -07:00
  • f3b7fa545e
    Merge pull request #9574 from gyuho/btree Gyuho Lee 2018-04-16 17:35:46 -07:00