Skip to content

Commit

Permalink
Minor changes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy0 committed Oct 26, 2016
1 parent b96c367 commit 25de14a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import scala.concurrent.Future
import scala.concurrent.duration.FiniteDuration

/**
* A table shard initially allocated at a node where the first access to a table actor occurs.
* Then table related messages from clients counted and a table shard reallocated to a node
* which receives most of client messages for the corresponding table
* An entity shard initially allocated at a node where the first access to an entity actor occurs.
* Then entity related messages from clients counted and an entity shard reallocated to a node
* which receives most of client messages for the corresponding entity
*/
class AdaptiveAllocationStrategy(
typeName: String,
Expand Down

0 comments on commit 25de14a

Please sign in to comment.