Hitoshi Mitake abb20ec51f etcdserver, pkg: skip needless log entry applying
This commit lets etcdserver skip needless log entry applying. If the
result of log applying isn't required by the node (client that issued
the request isn't talking with the node) and the operation has no side
effects, applying can be skipped.

It would contribute to reduce disk I/O on followers and be useful for
a cluster that processes much serializable get.
2016-07-08 15:16:45 +09:00
..
2016-05-12 20:48:53 -07:00
2015-11-17 20:54:10 -08:00
2016-05-12 20:48:53 -07:00
2016-06-17 14:51:45 -07:00
2016-05-12 20:48:53 -07:00
2016-06-06 11:38:10 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2016-05-12 20:48:53 -07:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.