Re: [VOTE] JanusGraph 0.5.0 release


nicolas...@...
 

Hi,
I found how to fix the warning "the default number of shards will change from [5] to [1] in 7.0.0" with the option index.search.elasticsearch.create.ext.number_of_shards documentated at https://docs.janusgraph.org/master/index-backend/elasticsearch/.
As this option is not documentated at https://docs.janusgraph.org/master/basics/configuration-reference/, I will try do a merge request to fix it, this week. 

Le mardi 17 mars 2020 11:27:44 UTC+1, Nicolas Trangosi a écrit :
Hi,
I have tested the release using cassandra 3.0.17 and elasticsearch 6.8.6.
I have been able to use a graph loaded with janusGraph 0.4.1. 
I have also created a new graph with about 800 000 vertices and same number of edges.

I have some deprecation messages that appears when I create the elastic search index:
17 Mar 2020 10:41:37,961 26392 [gremlin-server-exec-3] WARN  org.elasticsearch.client.RestClient  - request [PUT http://localhost:9200/dcbrain_devicesearchbyname] returned 1 warnings: [299 Elasticsearch-6.8.6-3d9f765 "the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template"]
17 Mar 2020 10:41:38,238 26669 [gremlin-server-exec-3] WARN  org.elasticsearch.client.RestClient  - request [PUT http://localhost:9200/dcbrain_devicesearchbyname/_mapping/deviceSearchByName] returned 1 warnings: [299 Elasticsearch-6.8.6-3d9f765 "[types removal] Specifying types in put mapping requests is deprecated. To be compatible with 7.0, the mapping definition should not be nested under the type name, and the parameter include_type_name must be provided and set to false."]
I have not found how to prevent such warnings.

My vote is +1

Kind regards,
Nicolas




Le vendredi 13 mars 2020 21:18:21 UTC+1, Oleksandr Porunov a écrit :
Thank you Ted for the review of the release!
Yes, I also noticed that now jdk is included into elasticsearch.
Before that commit we were executing assembly tests against ElasticSearch 6.2.4
After that commit we changed the behavior and now we are executing assembly tests against ElasticSearch {elasticsearch.version} (which is 7.6.1 right now).
ES 7.x depends on java 13, so I assume that is why they included openjdk 13 into the elasticsearch 7.x releases.
I am not sure if we can exclude jdk 13 from the distribution now. I think it should be there now to work with newer ES releases. But this dependency is only for distribution. It isn't populated into maven, so I guess it is OK.

On Friday, March 13, 2020 at 9:18:15 AM UTC-7, Ted Wilmes wrote:
Thanks for leading this release Oleksandr!

I downloaded 0.5.0 and noticed the zip is quite large. It looks like there is a jdk that got bundled under Elasticsearch:

20M     janusgraph-0.5.0/elasticsearch/bin
273M    janusgraph-0.5.0/elasticsearch/jdk
153M    janusgraph-0.5.0/elasticsearch/modules
40K     janusgraph-0.5.0/elasticsearch/config
4.0K    janusgraph-0.5.0/elasticsearch/plugins
35M     janusgraph-0.5.0/elasticsearch/lib
479M    janusgraph-0.5.0/elasticsearch


Here's the 0.4.1 Elasticsearch directory:

260K    janusgraph-0.4.1-hadoop2/elasticsearch/bin
8.5M    janusgraph-0.4.1-hadoop2/elasticsearch/modules
20K     janusgraph-0.4.1-hadoop2/elasticsearch/config
4.0K    janusgraph-0.4.1-hadoop2/elasticsearch/plugins
22M     janusgraph-0.4.1-hadoop2/elasticsearch/lib
31M     janusgraph-0.4.1-hadoop2/elasticsearch

Thanks,
Ted

On Thursday, March 12, 2020 at 1:32:36 PM UTC-5, Oleksandr Porunov wrote:
I want to say that the release is targeting the latest commit: https://github.com/JanusGraph/janusgraph/commit/c01bfea2ce602696163aa50fde9be1cdeea13fc1

The release has been tested with following steps:

1) All TinkerPop tests passed using `mvn clean install -Dtest.skip.tp=false -DskipTests=true`
2) TravisCI build passed: https://travis-ci.org/github/JanusGraph/janusgraph/builds/661377366
3) Custom full build passed also: https://travis-ci.org/github/porunov/janusgraph/builds/661374484
4) Custom integrationTests passed for the release (ScyllaDB + ElasticSearch)

On Wednesday, March 11, 2020 at 10:49:25 PM UTC-7, Oleksandr Porunov wrote:
Hello,

We are happy to announce that JanusGraph 0.5.0 is ready for release.

The release artifacts can be found at this location:
        https://github.com/JanusGraph/janusgraph/releases/tag/v0.5.0

A binary distribution is provided for user convenience:
        https://github.com/JanusGraph/janusgraph/releases/download/v0.5.0/janusgraph-0.5.0.zip

The GPG key used to sign the release artifacts is available at:
        https://github.com/JanusGraph/janusgraph/releases/download/v0.5.0/KEYS

The docs can be found here:
        https://github.com/JanusGraph/janusgraph/releases/download/v0.5.0/janusgraph-0.5.0-doc.zip

The release tag in Git can be found here:
        https://github.com/JanusGraph/janusgraph/tree/v0.5.0

The release notes are available here:
        https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md#version-050-release-date-march-10-2020

This [VOTE] will open for the next 3 days --- closing Saturday, March 15, 2020 at 06:00 AM GMT.
All are welcome to review and vote on the release, but only votes from TSC members are binding.
My vote is +1.

Thank you,
Oleksandr Porunov

Join {janusgraph-dev@lists.lfaidata.foundation to automatically receive all group messages.