Ales Verbic
Ales Verbic
Fix - Add condition table_schema. if there are multiple dbs/schemas with the same table_name it lists columns for all table_names and table_schemas
**Preconditions** (Any important steps we need to know) Deploy redisinsight in k8s Set RI_PROXY_PATH to something else than default "/" **Steps to reproduce** (How to reproduce what you found step...
When continuous profiling is enabled, the tidbngmonitoring service begins to crash loop after a particular time. With 10GB of storage, it enters a crash loop within approximately 3 days; this...
Investigate why ports aren't mapped. ``` cardano-up context env | grep DOLOS export DOLOS_DOLOS_GRPC=http://localhost: export DOLOS_DOLOS_OUROBOROS=http://localhost: # docker inspect "PortBindings": { "30013/tcp": [ { "HostIp": "0.0.0.0", "HostPort": "0" } ],...
`cardano-up context env` does not show updated dynamic ports after cardano-up down and cardano-up up
The command cardano-up context env does not update the dynamic ports after executing the sequence of cardano-up down followed by cardano-up up. - Run cardano-up context env - Execute cardano-up...
It requires gouroboros v0.99.0; otherwise, it won't marshal assets to Json correctly. resolvedInputs is a new field ``` Network: preprod {"timestamp":"2024-10-11T20:05:21-04:00","level":"INFO","msg":"","component":"main","plugin":"output.log","type":"event","event":{"type":"chainsync.transaction","timestamp":"2024-10-11T20:05:21.451504-04:00","context":{"blockNumber":2776776,"slotNumber":73008321,"transactionHash":"5f91ebbbbb3f022f02a31061a3b9edcd3841c51b383a07044f071a0ea60f5e4d","transactionIdx":6,"networkMagic":1},"payload":{"blockHash":"bdee0675834128343538531074c3e0e66483f0bd392389a3296cf749c8487a6b","inputs":["1349a62a9394ea6c40c79683fc72799cf87ef91f853162813f885f71d0d2dbb0#3","7d5ba310180286e78f119f0862ec0a24aa30a5b438d9882d5df915fbc44c9920#0"],"outputs":[{"address":"addr_test1wzc86g4ym366hkaphryqqvaptwznqkmk2gdqz9930u534pcx58ahw","amount":2000000,"assets":[{"name":"NodeFeed","nameHex":"4e6f646546656564","policyId":"362e3f869c98ce971ead0e2705c56df467ddd2aecb44f6f216c3e1d5","fingerprint":"asset1rt8vrlfmceq8w6ljnj3kxh8536h9mepdu2tw5k","amount":1}],"datum":{"cbor":"d87a9fd8799f581cbd95d582888acda57a20256bb03e4c4abb6bdf09a47d788605412c53d8799fd8799f19075a1b000001927e0b0a27ffffffff","json":{"constructor":1,"fields":[{"constructor":0,"fields":[{"bytes":"bd95d582888acda57a20256bb03e4c4abb6bdf09a47d788605412c53"},{"constructor":0,"fields":[{"constructor":0,"fields":[{"int":1882},{"int":1728691505703}]}]}]}]}}},{"address":"addr_test1vz7et4vz3z9vmft6yqjkhvp7f39tk67lpxj867yxq4qjc5c378xa3","amount":9000000},{"address":"addr_test1vz7et4vz3z9vmft6yqjkhvp7f39tk67lpxj867yxq4qjc5c378xa3","amount":7115590}],"referenceInputs":["180fb7cfedba19697b4d164867c49ad8bf2493f6dd51d860aa03cd3e46301cb6#0"],"fee":488175,"ttl":73008345,"resolvedInputs":[{"address":"addr_test1vz7et4vz3z9vmft6yqjkhvp7f39tk67lpxj867yxq4qjc5c378xa3","amount":16603765,"assets":[]},{"address":"addr_test1wzc86g4ym366hkaphryqqvaptwznqkmk2gdqz9930u534pcx58ahw","amount":2000000,"assets":[{"name":"4e6f646546656564","nameHex":"34653666363436353436363536353634","policyId":"362e3f869c98ce971ead0e2705c56df467ddd2aecb44f6f216c3e1d5","fingerprint":"asset1xv9k8k9xlpsmm4m7cyrexq2wkgmmqycgyaau4r","amount":1}]}]}}} ```
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) Set up a TiDB cluster with version 8.1.1 and integrate it with...