[hibernate-commits] [hibernate/hibernate-search] 4b0884: HSEARCH-3053 Avoid reusing context from another se...

GitHub noreply at github.com
Tue Jan 29 04:07:43 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 4b08845137006dba075eac1dfb53cc8d93fbd917
      https://github.com/hibernate/hibernate-search/commit/4b08845137006dba075eac1dfb53cc8d93fbd917
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchDefaultWorkSequenceBuilder.java

  Log Message:
  -----------
  HSEARCH-3053 Avoid reusing context from another sequence in the ES work sequence builder

This used to cause a deadlock (test coming).


  Commit: 9f5316204bd9bdc7d545459812c9ea966ce6aae1
      https://github.com/hibernate/hibernate-search/commit/9f5316204bd9bdc7d545459812c9ea966ce6aae1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchDefaultWorkSequenceBuilderTest.java

  Log Message:
  -----------
  HSEARCH-3053 Add a test case for intertwined sequence execution


  Commit: 88814725fda648e986d29bf21fb48f1e352beb40
      https://github.com/hibernate/hibernate-search/commit/88814725fda648e986d29bf21fb48f1e352beb40
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

  Changed paths:
    M backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/orchestration/impl/ElasticsearchDefaultWorkSequenceBuilder.java

  Log Message:
  -----------
  HSEARCH-3053 Move the Elasticsearch sequence context to a dedicated object to avoid further mistakes


Compare: https://github.com/hibernate/hibernate-search/compare/c40a5790f435...88814725fda6
      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.


More information about the hibernate-commits mailing list