Vishakh

Results 27 comments of Vishakh

Could you please try the provisional solution listed in https://github.com/Cryptonomic/Conseil/issues/1031? Does it help your Conseil instance?

Calculating fees by contract hash might be too compute intensive. It would be easier to do the following: - Add the `has_parameters` field to distinguish transactions with parameters from those...

What is the CPU utilization of the Tezos node when you experience these Conseil issues? What about CPU utilization overall?

Maybe the Postgres container is being hit hard by the Conseil queries. This reduces the available IO for the Tezos node. Can you provide us with the queries you are...

@g574 In both cases the query is optimized since it hits a database index. Now I wonder whether your Postgres container or server is overwhelmed. Could you show us the...

Can you clarify what you mean by finding a bug? On Fri, Nov 6, 2020 at 7:49 AM g574 wrote: > @vishakh sorry, I found a bug in my systems,...

But you are still having issues with Conseil, yes? If yes, please check the Postgres performance when you are having Conseil problems. On Fri, Nov 6, 2020 at 7:54 AM...

Very puzzling. So none of the processes seems to be under load while you experience Conseil issues? The host overall is not under any special load? BTW, would using the...

It sounds like you are just maxing out your IO on the host. The simplest solution is to simply scale up your host. Is that an option for you? On...

@ivanopagano @piotrkosecki Could you please review @g574's configuration above?