Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: Invalid config event received #1812

Closed
liujunjia1996 opened this issue Jan 19, 2021 · 5 comments · Fixed by #2458
Closed

error: Invalid config event received #1812

liujunjia1996 opened this issue Jan 19, 2021 · 5 comments · Fixed by #2458
Labels

Comments

@liujunjia1996
Copy link
Contributor

liujunjia1996 commented Jan 19, 2021

i got this when booting,but my job seem is running ok:
2021-01-19 09:52:21.622 ERROR 11604 --- [ain-EventThread] o.a.c.framework.imps.EnsembleTracker : Invalid config event received: {server.2=10.176.70.222:2888:3888:participant, server.1=10.176.70.220:2888:3888:participant, server.3=10.176.70.221:2888:3888:participant, version=0}

my zk version: 3.6.2

my application.yml:

elasticjob:
  regCenter:
    serverLists: 10.176.70.220:2181,10.176.70.221:2181,10.176.70.222:2181
    namespace: operation-log-elastic-job321312
    base-sleep-time-milliseconds: 2000
    max-sleep-time-milliseconds: 2000
    max-retries: 5
    session-timeout-milliseconds: 2000
    connection-timeout-milliseconds: 2000
  jobs:
    simpleJob:
      elasticJobClass: com.example.demo.OldLogDeleteJob
      cron: 0/12 * * * * ?
      shardingTotalCount: 1
      overwrite: true

why i recived this error,is this matter?

@liujunjia1996
Copy link
Contributor Author

does this help?

@gzdzss
Copy link
Contributor

gzdzss commented Jan 19, 2021

it can help you

@linghengqian
Copy link
Member

@linghengqian
Copy link
Member

Cannot reproduce in master branch. Please provide unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants