patsonluk

Results 41 comments of patsonluk

right now it's manual patching only

Thanks @chatman . Here's a bit more context of why we made a new branch solr8.x https://fullstory.atlassian.net/browse/SAI-4402?focusedCommentId=224587 Some work was done in https://github.com/fullstorydev/solr-bench/pull/60 to fix those errors after the solrj...

@chatman I believe it was purely because of the synk update with the proposed PR #57. When i first ran into the issues (i discovered it pretty much the same...

> In this PR, validations work only when detailed-stats is turned off. It can be worked on in a separate PR. > > @patsonluk can you please review and also...

I know sometimes there could be bad fields in some docs that caused indexing failure, tho that one is not 404, probably 500 i think

https://discord.com/channels/830517521987534859/835760072260583445/1057206360426684517

Probably due to this. https://github.com/patsonluk/airline/blob/master/airline-data/src/main/scala/com/patson/AirlineSimulation.scala#L535 If shutdown occurs after this but before cycle ticks, next sim will likely catch up again but we dun want to re-deduct the money. hmm...

Probably race condition? or drop of delegates? Has entry in `busy_delegate` but no corresponding entry in various delegate tasks table - very weird...as there are constraints? This also self recovered?

@tp-cai sorry probably have missed this, The db credentials can be provided via config. is that good enough? https://github.com/patsonluk/airline/blob/master/airline-data/src/main/scala/com/patson/data/Constants.scala#L190