syncer icon indicating copy to clipboard operation
syncer copied to clipboard

Bug List

Open zzt93 opened this issue 7 years ago • 1 comments

  • BatchBuffer flush same time

  • BatchBuffer should be thread local

  • ES output, insert by query will not retry

  • ES/Mysql output retry logic opt: if output fail too long, all filter threads will be blocked in retry this output channel; memory will be consumed too much.

zzt93 avatar Apr 09 '18 04:04 zzt93

Done

  • ES bulkByScrollRequest not handling NoNodeAvailableException
  • FilterJob/BatchJob not catch Throwable, cause some scheduled task stopped silently.
  • MySQL output channel update by field (other than id) not implemented.
  • Mongo/Mysql Input lacking re-connection logic.
  • Executor awaittermination return false even all thread interrupted
  • retryFailed use addFirst may cause disorder of sync event
  • MongoDispatcher bug when converting json as here suggested

zzt93 avatar Aug 25 '18 09:08 zzt93