bsadeh / scalastic

scala driver for elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update needed for scalastic supporting Elasticsearch 1.0 GA

rbraley opened this issue · comments

I'm getting connection errors after upgrading Elasticsearch to 1.0.0

Any progress on this?

I'm traveling until end of May, so no.
If anyone else wants to do it, just send me a pull request and I'll merge
it.

Benny

On Apr 2, 2014, at 10:16 AM, Jeroen Rosenberg notifications@github.com
wrote:

Any progress on this?

Reply to this email directly or view it on
GitHubhttps://github.com//issues/37#issuecomment-39300139
.

Thanks for the update Benny and enjoy the rest of your trip

I'm working on this some in my fork, but I haven't added any of the new Percolate API or the Snapshot API (it's still in place in 1.1 but marked deprecated). I'm trying to get all the tests to run still, so if anyone has any ideas on #40, let me know, and I'll finish and push commits that work with 1.1.

Thanks!

  • Martin

Awesome work @martinb3 I saw you've also fixed #40 now. Are you able to release v1.1 now?

Not while traveling

Benny

On Apr 28, 2014, at 1:05 PM, Jeroen Rosenberg notifications@github.com
wrote:

Awesome work @martinb3 https://github.com/martinb3 I saw you've also
fixed #40 #40 now. Are you able
to release v1.1 now?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/37#issuecomment-41541732
.

I understand @bsadeh I meant @martinb3's fork

@jeroenr To clarify, I haven't been doing any releases, I was just offering to push 1.1-compatible code that could be released. I've still actually got some code that is failing tests, though. Still working on it :)

@martinb3 Thanks Martin, that was indeed what I meant. Whether your code is releasable so you could make a tag or something (that's enough 'released' for now for me)

@bsadeh I'm still unable to get the cluster recovery tests to pass. The nodes don't seem to want to join each other. The good news is, it fails on the older releases as well, so it's just something in my setup. @jeroenr I've pushed all the code I've adjusted, so you should be good to go to use that fork until there's a release. cheers!

Hi guys, it's been a while. Any update on this? FYI, I'm running @martinb3's version for a while now without issues.

my apologies guys.
all i can say is that i'm swamped with another project right now and have
no bandwidth for it.
i did try the conversion, and a lot of tests are failing as a result. a
cursory look did not reveal the problem, and it looks like i'll have to dig
into if i'd like to fix it.
but if anyone beats me to it, i'll be happy :-)

On Mon, Jul 14, 2014 at 5:03 AM, Jeroen Rosenberg notifications@github.com
wrote:

Hi guys, it's been a while. Any update on this? FYI, I'm running @martinb3
https://github.com/martinb3's version for a while now without issues.


Reply to this email directly or view it on GitHub
#37 (comment).