cloud-software-foundation / c5

c5
Apache License 2.0
12 stars 8 forks source link

TabletLeaderBehaviorHelper blocks on a fiber #260

Open joshua-g opened 10 years ago

joshua-g commented 10 years ago

TabletLeaderBehaviorHelper#sendRequest blocks (calls get() on a Future) called from RootTabletLeaderBehavior#requestMetaCommandCreated called from RootTabletLeaderBehavior#start called from ReplicatedTablet#tabletStateCallback

which is run on a fiber. This has resulted in a deadlock, e.g. in BigRowTest in SHA 08d64f79f37a70f31f76181b7248a47e8cc13783 .

joshua-g commented 10 years ago

Per Alex, assigned to Ryan.