Skip to content

Conversation

johanandren
Copy link
Contributor

@johanandren johanandren commented Dec 7, 2017

We have to revert #24058 since it is source incompatible.

Edit: had the wrong failing sample, now it is the right one

A call like this:

   ClusterSharding(system).start(
      "users",
      entityProps,
      ClusterShardingSettings(system),
      { case EntityMsg(recipientName, payload) => (recipientName, payload) },
      { case EntityMsg(recipientName, _) => recipientName }
    )

Works before the PR is applied but does not compile after it is applied

On top of that there was a bug fix #21809 that also has to be reverted (those fixes should be included in a new PR fixing the source incompatibility)

ping @talpr

…ty-id-to-sharding-props"

This reverts commit 8417e70, reversing
changes made to 22e85f8.
@johanandren johanandren changed the title Revert source incompatible sharding changes johanandren Revert source incompatible sharding changes Dec 7, 2017
@akka-ci akka-ci added validating PR is currently being validated by Jenkins needs-attention Indicates a PR validation failure (set by CI infrastructure) and removed validating PR is currently being validated by Jenkins labels Dec 7, 2017
@akka-ci
Copy link

akka-ci commented Dec 7, 2017

Test FAILed.

@akka-ci akka-ci added validating PR is currently being validated by Jenkins needs-attention Indicates a PR validation failure (set by CI infrastructure) and removed needs-attention Indicates a PR validation failure (set by CI infrastructure) validating PR is currently being validated by Jenkins labels Dec 7, 2017
@akka-ci
Copy link

akka-ci commented Dec 7, 2017

Test FAILed.

@akka-ci akka-ci added validating PR is currently being validated by Jenkins and removed needs-attention Indicates a PR validation failure (set by CI infrastructure) labels Dec 7, 2017
@johanandren
Copy link
Contributor Author

That sbt NPE 🤬

Copy link
Contributor

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@akka-ci akka-ci added needs-attention Indicates a PR validation failure (set by CI infrastructure) and removed validating PR is currently being validated by Jenkins labels Dec 7, 2017
@akka-ci
Copy link

akka-ci commented Dec 7, 2017

Test FAILed.

@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed needs-attention Indicates a PR validation failure (set by CI infrastructure) validating PR is currently being validated by Jenkins labels Dec 7, 2017
@akka-ci
Copy link

akka-ci commented Dec 7, 2017

Test PASSed.

@johanandren johanandren merged commit 582f6a4 into akka:master Dec 7, 2017
@johanandren johanandren deleted the wip-revert-source-incompatible-sharding-changes-johanandren branch December 7, 2017 16:49
manonthegithub pushed a commit to manonthegithub/akka that referenced this pull request Jan 31, 2018
* Revert "fix entityPropsFactory id param, akka#21809"
This reverts commit cd7eae2.
* Revert "Merge pull request akka#24058 from talpr/talpr-24053-add-entity-id-to-sharding-props"
This reverts commit 8417e70, reversing
changes made to 22e85f8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FAILED PersistentClusterShardingWithEntityRecovery
3 participants