hyperledger-bevel / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger-bevel.github.io/bevel-operator-fabric/
Apache License 2.0
278 stars 93 forks source link

Automatic transactions getting added #237

Open pshgpt opened 1 month ago

pshgpt commented 1 month ago

What happened?

I'm running a two-organization Hyperledger Fabric network using Bevel Operator and encountering an unusual issue. Blocks are being added every minute automatically, even though no transactions are being executed on the network. Upon inspecting the transactions within the blocks, they appear to be config transactions Note: I'm running the channel via CRD's using main and follower channels

image image

What did you expect to happen?

Network should only add new transactions when the any transaction is occurred on the network

How can we reproduce it (as minimally and precisely as possible)?

Create a network using the main channel and follower channel

Anything else we need to know?

No response

Kubernetes version

```console # kubectl get nodes -o wide ```
dviejokfs commented 3 weeks ago

Should be solve in the next release 1.11 coming this week @pshgpt