You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by ta...@apache.org on 2021/02/17 15:15:57 UTC

[unomi] branch master updated (1565f21 -> 7340396)

This is an automated email from the ASF dual-hosted git repository.

taybou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from 1565f21  UNOMI-419 - on segment creation, validate segment condition and logging errors (#238)
     add 7340396  update segments with its own bulk request, and use retry for failures (#237)

No new revisions were added by this update.

Summary of changes:
 .../main/resources/etc/custom.system.properties    |   8 +
 .../ElasticSearchPersistenceServiceImpl.java       |  77 ++++++--
 .../resources/OSGI-INF/blueprint/blueprint.xml     |   2 +
 .../org.apache.unomi.persistence.elasticsearch.cfg |   3 +-
 .../unomi/persistence/spi/PersistenceService.java  |  12 ++
 services/pom.xml                                   |   6 +
 .../services/impl/segments/SegmentServiceImpl.java | 195 +++++++++++++--------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |   8 +
 .../main/resources/org.apache.unomi.services.cfg   |  12 ++
 9 files changed, 230 insertions(+), 93 deletions(-)