Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IllegalStateException: Promise already completed. in RichBulkFuture #2

Closed
giabao opened this issue Dec 21, 2013 · 2 comments
Closed
Assignees
Labels

Comments

@giabao
Copy link
Owner

giabao commented Dec 21, 2013

2013-12-21 06:45:58.103 WARN net.spy.memcached.internal.BulkGetFuture:  Exception thrown wile executing akka.contrib.couchbase.CbFutureAsScala$RichBulkFuture$$anon$4.operationComplete()
java.lang.IllegalStateException: Promise already completed.
        at scala.concurrent.Promise$class.complete(Promise.scala:55)
        at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:153)
        at scala.concurrent.Promise$class.success(Promise.scala:89)
        at scala.concurrent.impl.Promise$DefaultPromise.success(Promise.scala:153)
        at akka.contrib.couchbase.CbFutureAsScala$RichBulkFuture$$anon$4.onComplete(CbFutureAsScala.scala:78)
@ghost ghost assigned giabao Dec 21, 2013
@giabao
Copy link
Owner Author

giabao commented Dec 21, 2013

CbFutureAsScala.scala:78 is: p success underlying.get.asScala.toMap

@giabao
Copy link
Owner Author

giabao commented Dec 21, 2013

fixed in v2.0.8

@giabao giabao closed this as completed Dec 21, 2013
giabao added a commit that referenced this issue Dec 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant