Giter VIP home page Giter VIP logo

Comments (6)

wonderflow avatar wonderflow commented on June 11, 2024

确认下你本地有没有Govendor sync哈,看你的描述,像是以前我们遇到的es client的一个bug,已经给oliver那个es库提PR修复了。

from logkit.

hongdanyang1991 avatar hongdanyang1991 commented on June 11, 2024

@wonderflow 已经使用govendor sync了,但是问题还是存在。

from logkit.

wonderflow avatar wonderflow commented on June 11, 2024

可否提供一些实际的数据,以便我们复现排查

from logkit.

hongdanyang1991 avatar hongdanyang1991 commented on June 11, 2024

@wonderflow
在olivere es 的 bulk.go 代码中:
func (s *BulkService) Add(requests ...BulkableRequest) *BulkService {
for _, r := range requests {
//添加下面这行代码,上传到es的数据就不会重复。
log.Errorf("requests-----------------> %s ", requests)
s.requests = append(s.requests, r)
}
return s
}

from logkit.

wonderflow avatar wonderflow commented on June 11, 2024

看上去还是olive 库的问题?
我本地无法复现

from logkit.

wonderflow avatar wonderflow commented on June 11, 2024

@hongdanyang1991 看到你们在fork的库开发,非常欢迎提PR过来哈

from logkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.