Update seastar submodule

* seastar 7ebbb26...124467d (4):
  > peering_sharded_service: prevent over-run the container
  > sharded: fix move constructor for peering_sharded_service services
  > sharded: improve support for cooperating sharded<> services
  > sharded: support for peer services

Includes change to batchlog_manager constructor to adapt it to
seastar::sharded::start() change.

Needed for gossip backport.
This commit is contained in:
Avi Kivity
2017-11-07 10:49:01 +02:00
parent 4d76f564f8
commit cd0b4903e9
2 changed files with 1 additions and 4 deletions

View File

@@ -84,9 +84,6 @@ public:
// to be per shard and does no dispatching beyond delegating the the
// shard qp (which is what you feed here).
batchlog_manager(cql3::query_processor&);
batchlog_manager(distributed<cql3::query_processor>& qp)
: batchlog_manager(qp.local())
{}
future<> start();
future<> stop();

Submodule seastar updated: 7ebbb26184...124467db59