-
Notifications
You must be signed in to change notification settings - Fork 45
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
Null op_object #70
Comments
It depends on the configuration of the elasticsearch plugins in the back end. For example, in this one: https://explorer.bitshares-kibana.info/es/single_operation?operation_id=1.11.1000908945 both things are provided; the string By the way, the |
It looks like a bug because Here is a log from my app to demonstrate inconsistency:
|
I see what you mean, but it is something happening specifically in https://wrapper.elasticsearch.bitshares.ws where i don't have access. In current versions of I dont know what version or how the backend running the elasticsearch is configured there. |
Ok, so it's a instance-specific issue, need to contanct it's admin. |
@sschiessl-bcp might be able to help. I agree you can change your program to use |
By the way, i am trying to add https://flask-limiter.readthedocs.io/en/stable/ into explorer.bitshares-kibana.info to fix server performance issues. I am having too much queries from bots. Should make the service more reliable. |
That might be an issue due to our ES cluster ... it looks like there is one instance that is not feeding the es_object .. The UI integration always uses fallback: if object not given, parse the op string. I guess that why I haven't noticed that yet ... |
There was indeed one feeding without objects ... Since 2 minutes ago you should always see the object, but not the string. I will resync the database from scratch again to have that setting consistent everywhere |
Resyncing is running, when it has caught up the state should be consistent in having the object. |
I've got the same issue with explorer.bitshares-kibana.info: |
Your expectancy is to have |
@sschiessl-bcp right. |
I tried to switch to https://explorer.bitshares-kibana.info/es/single_operation?operation_id=1.11.964985433 |
I triggered resync again, now all ES feed nodes should provide |
When using /get_account_history sometimes
entry['operation_history']['op_object']
is null (None
), I got this only on ES wrapper v2. Example:curl -X GET --header 'Accept: application/json' 'https://wrapper.elasticsearch.bitshares.ws/get_single_operation?operation_id=1.11.1000908945'
The text was updated successfully, but these errors were encountered: