How to Connect Payara to External Hazelcast Grid

Uncategorized
No Image

Comments (2)

Post a comment

Your email address will not be published. Required fields are marked *

Payara needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Legal & Privacy Policy.

  1. Cidy Long

    I’m trying to access Hazelcast map from a Payara Server Instance by using @Inject, map was configured use backend store (Postgresql) by using configure. I checked Payara Server Instance load configure properly, map was created properly as well, but when I try to access map.size(), hazelcast stuck at:

    [2021-07-24T14:24:46.269+1000] [Payara 5.2021.4] [WARNING] [] [com.hazelcast.spi.impl.operationexecutor.slowoperationdetector.SlowOperationDetector] [tid: _ThreadID=54 _ThreadName=hz.mystifying_clarke.SlowOperationDetectorThread] [timeMillis: 1627100686269] [levelValue: 900] [[
    [10.0.1.102]:5701 [thss] [4.2] Slow operation detected: com.hazelcast.map.impl.operation.IsPartitionLoadedOperation (1164 invocations)]]

    [2021-07-24T14:24:46.896+1000] [Payara 5.2021.4] [INFO] [] [fish.payara.nucleus.hazelcast.PayaraHazelcastTenant] [tid: _ThreadID=48 _ThreadName=hz.mystifying_clarke.partition-operation.thread-7] [timeMillis: 1627100686896] [levelValue: 800] [[
    BLOCKED: tenant not available: ThssPHzEJB_ThssPHzEJB_ThssHzProvider_ThssPYRHz-EJB-ThssHzProvider106633580886225327, module ThssPHzEJB, Operation: com.hazelcast.map.impl.operation.KeyLoadStatusOperation]]

  2. Rudy De Busscher

    Can you try by setting the system property fish.payara.tenantcontrol.blocking.disable=true or use the version 5.2021.5 where this is the default value?

    If this does not solve your issue, can you open a GitHub Issue with a reproducer?

    Thx.

Related Posts

How to Run and Scale AI Java Applications in Production: An Overview for Developers with no Machine Learning Expertise 9 minutes
Jakarta EE

How to Run and Scale AI Java Applications in Production: An Overview for Developers with no Machine Learning Expertise

Organizations are increasingly interested in adopting artificial intelligence (AI) and generative AI (GenAI) to improve operations and offer next-generation […]

4 minutes
Uncategorized

Leading the Way: Payara Platform Community 7 Beta Now Fully Jakarta EE 11 Certified

We’re excited to announce that Payara Platform Community 7 Beta application server is now fully certified as Jakarta EE 11 […]

What Is a Java Application Server? A Short Guide 6 minutes
Jakarta EE

What Is a Java Application Server? A Short Guide

Enterprise Java applications power global commerce, healthcare, government and countless other industries. These systems must be scalable, secure and […]