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

Extra indexer related errors in logs #2188

Closed
kushti opened this issue Sep 25, 2024 · 1 comment
Closed

Extra indexer related errors in logs #2188

kushti opened this issue Sep 25, 2024 · 1 comment
Assignees

Comments

@kushti
Copy link
Member

kushti commented Sep 25, 2024

After scanning blockchain from genesis with 5.0.23 candidate ( #2169 ) , there are many errors in logs:

19:20:39.138 WARN  [ctor.default-dispatcher-9] o.e.n.h.extra.BalanceInfo - Failed to subtract token 9d9887f126735dbce60a4562eb2f8b19a9100f85a0cb1c88fd3963d7a39dec46 from address nB3L2PD3JTNGWZVRVuTYLEyHwoSe4EC4zP5Wd7x1f29FimSmwmUPsaR5duxgoZ8bZdyBBpHkEHaAhPMxgaGL2KhQEezsTCdayAoWYX6mLEXDM1hGfv5ZrEq5PWA4aPCcbiefyVyrZGFA5
22:11:47.513 ERROR [tor.default-dispatcher-11] o.e.n.h.extra.IndexedToken - Box 42774576 not found in any segment of parent
22:11:47.513 ERROR [tor.default-dispatcher-11] o.e.n.h.extra.IndexedToken - Box 42774576 not found in any segment of parent
22:11:53.564 ERROR [tor.default-dispatcher-12] o.e.n.h.extra.IndexedToken - Box 42813129 not found in any segment of parent
22:11:53.564 ERROR [tor.default-dispatcher-12] o.e.n.h.extra.IndexedToken - Box 42813129 not found in predicted segment of parent: [42730180,-42730183

and then

curl -X 'POST' \
  'http://213.239.193.208:9053/blockchain/box/byAddress?offset=0&limit=5' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d 'ChTbcUHgBNqNMVjzV1dvCb2UDrX9nh6rGGcURCFEYXuH5ykKh7Ea3FvpFhHb9AnxXJkgAZ6WASN7Rdn7VMgkFaqP5Z5RWp84cDTmsZkhYrgAVGN7mjeLs8UxqUvRi2ArZbm35Xqk8Y88Uq2MJzmDVHLHzCYRGym8XPxFM4YEVxqzHSKYYDvaMLgKvoskFXKrvceAqEiyih26hjpekCmefiF1VmrPwwShrYYxgHLFCZdigw5JWKV4DmewuR1FH3oNtGoFok859SXeuRbpQfrTjHhGVfDsbXEo3GYP2imAh1APKyLEsG9LcE5WZnJV8eseQnYA8sACLDKZ8Tbpp9KUE7QZNFpnwGnkYx7eybbrCeFDFjTGpsBzaS6fRKrWj2J4Wy3TTyTU1F8iMCrHBF8inZPw9Kg9YEZuJMdXDFNtuaK15u86mF2s2Z5B1vdL5MtZfWThFLnixKds8ABEmGbe8n75Dym5Wv3pkEXQ6XPpaMjUxHfRJB3EfcoFM5nsZHWSTfbFBcHxSRnEiiU67cgJsBUpQn7FvEvqNLiKM4fL3yyykMtQ6RjAS8rhycszphvQa5qFrDHie4vPuTq8'

has less boxes than

curl -X 'POST' \
  'https://node.ergopool.io/blockchain/box/byAddress?offset=0&limit=5' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d 'ChTbcUHgBNqNMVjzV1dvCb2UDrX9nh6rGGcURCFEYXuH5ykKh7Ea3FvpFhHb9AnxXJkgAZ6WASN7Rdn7VMgkFaqP5Z5RWp84cDTmsZkhYrgAVGN7mjeLs8UxqUvRi2ArZbm35Xqk8Y88Uq2MJzmDVHLHzCYRGym8XPxFM4YEVxqzHSKYYDvaMLgKvoskFXKrvceAqEiyih26hjpekCmefiF1VmrPwwShrYYxgHLFCZdigw5JWKV4DmewuR1FH3oNtGoFok859SXeuRbpQfrTjHhGVfDsbXEo3GYP2imAh1APKyLEsG9LcE5WZnJV8eseQnYA8sACLDKZ8Tbpp9KUE7QZNFpnwGnkYx7eybbrCeFDFjTGpsBzaS6fRKrWj2J4Wy3TTyTU1F8iMCrHBF8inZPw9Kg9YEZuJMdXDFNtuaK15u86mF2s2Z5B1vdL5MtZfWThFLnixKds8ABEmGbe8n75Dym5Wv3pkEXQ6XPpaMjUxHfRJB3EfcoFM5nsZHWSTfbFBcHxSRnEiiU67cgJsBUpQn7FvEvqNLiKM4fL3yyykMtQ6RjAS8rhycszphvQa5qFrDHie4vPuTq8'
@kushti
Copy link
Member Author

kushti commented Sep 25, 2024

@jellymlg can you take a look into please ?

@kushti kushti closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants