Why am I getting “TXN_REQUEST_IGNORED ERROR 10906” in GridDB due to an unknown event during cluster operations?

I’m using GridDB for a distributed database setup and recently encountered the following error while performing operations across nodes in the cluster:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>from griddb_python import StoreFactory, GSException
def perform_cluster_operations():
try:
factory = StoreFactory.get_default()
gridstore = factory.get_store({
"host": "239.0.0.1",
"port": 41999,
"cluster_name": "defaultCluster",
"username": "admin",
"password": "admin"
})
# Retrieve container for performing transactions
container = gridstore.get_container("containerName")
if container is None:
raise Exception("Container not found")
# Attempt a read transaction on the container
row = container.get(1)
print(f"Row retrieved: {row}")
# Perform a write transaction to update a row
container.put(2, {"id": 2, "value": "newValue"})
print("Row updated successfully.")
except GSException as e:
print(f"Transaction failed: {e.what()}")
raise
if __name__ == "__main__":
perform_cluster_operations()
</code>
<code>from griddb_python import StoreFactory, GSException def perform_cluster_operations(): try: factory = StoreFactory.get_default() gridstore = factory.get_store({ "host": "239.0.0.1", "port": 41999, "cluster_name": "defaultCluster", "username": "admin", "password": "admin" }) # Retrieve container for performing transactions container = gridstore.get_container("containerName") if container is None: raise Exception("Container not found") # Attempt a read transaction on the container row = container.get(1) print(f"Row retrieved: {row}") # Perform a write transaction to update a row container.put(2, {"id": 2, "value": "newValue"}) print("Row updated successfully.") except GSException as e: print(f"Transaction failed: {e.what()}") raise if __name__ == "__main__": perform_cluster_operations() </code>
from griddb_python import StoreFactory, GSException

def perform_cluster_operations():
    try:
        factory = StoreFactory.get_default()
        gridstore = factory.get_store({
            "host": "239.0.0.1",
            "port": 41999,
            "cluster_name": "defaultCluster",
            "username": "admin",
            "password": "admin"
        })

        # Retrieve container for performing transactions
        container = gridstore.get_container("containerName")
        if container is None:
            raise Exception("Container not found")

        # Attempt a read transaction on the container
        row = container.get(1)
        print(f"Row retrieved: {row}")

        # Perform a write transaction to update a row
        container.put(2, {"id": 2, "value": "newValue"})
        print("Row updated successfully.")

    except GSException as e:
        print(f"Transaction failed: {e.what()}")
        raise

if __name__ == "__main__":
    perform_cluster_operations()

I connect to a GridDB cluster and attempt to perform read and write operations on a container.
The operations involve simple transaction handling to retrieve and update rows.
However, I frequently encounter the TXN_REQUEST_IGNORED ERROR 10906. This error suggests that the event is unknown, possibly due to mismatched cluster versions across the nodes.

Here are some additional details about my setup:

Operating System: Ubuntu 20.04
Python Version: 3.8
GridDB Version: Mixture of versions on different nodes (some nodes may have version 4.5, others version 4.4)
Cluster Size: 5 nodes
I suspect this issue may be related to having different versions of GridDB running on different nodes. I’m looking for guidance on:

How to verify the version of GridDB running on each node.
Whether this version mismatch could be causing the TXN_REQUEST_IGNORED ERROR 10906.
Steps to upgrade or synchronize the versions across the cluster to avoid this error.
Has anyone encountered this issue with GridDB? Any insights on how to resolve it?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật