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

Bugs lionfish #152

Closed
kudkudak opened this issue May 18, 2014 · 1 comment
Closed

Bugs lionfish #152

kudkudak opened this issue May 18, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@kudkudak
Copy link
Member

  • Too big request: [ERROR] [05/18/2014 11:39:52.403] [proxySystem-akka.remote.default-remote-dispatcher-4] [akka.tcp://proxySystem@localhost:7777/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FstreamSystem%40localhost%3A7776-0/endpointWriter] Transient association error (association remains live)
    akka.remote.OversizedPayloadException: Discarding oversized payload sent to Actor[akka.tcp://streamSystem@localhost:7776/temp/$p]: max allowed size 128000 bytes, actual size of encoded class scala.collection.immutable.$colon$colon was 152653 bytes.
  • Cannot run 2 clients? Both try to bind on 7776 (akka)? Scenario: run application using client and tests
  • Stream is returning void
  • Hanging lionfish: you should use Ask, Future functionality (see mantis_shrimp main.scala for example) which will return error if not received message.
  • Setting in Database proxy host = 127.0.0.1 is not same as setting host = localhost!!
  • Add comments !! ;p (at least in Database.scala file)
  • Refactor proxyAddress to serverAddress - it is more intuitive
  • CreateNode is returning whole node, unnecessary connection usage
@kudkudak kudkudak added this to the 7th iteration milestone May 18, 2014
@kudkudak kudkudak added the bug label May 18, 2014
@brunokam
Copy link
Contributor

The bugs seems to be solved. I'd like to mention the last issue. CreateNode does not return a whole node - just its uuid.

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

2 participants