6 Ekim 2021 Çarşamba

TcpCommunicationSpi Sınıfı - Bağlantı İçin Kullanılacak Bilgileri İçerir

Giriş
Şöyle bir hata alabiliriz
ERROR TcpCommunicationSpi: Failed to read data from remote connection (will wait for 2000ms)
Örnek
Şöyle yaparız
IgniteConfiguration cfg = new IgniteConfiguration();
...
TcpCommunicationSpi communicationSpi = new TcpCommunicationSpi();
communicationSpi.setLocalPort(47100);

cfg.setCommunicationSpi(communicationSpi);

Hiç yorum yok:

Yorum Gönder

Ignite Transaction Kullanımı

Giriş Bir tablo 3 tane atomicity değerinden birisine sahip olabilir. 1. ATOMIC 2. TRANSACTIONAL 3. TRANSACTIONAL_SNAPSHOT ATOMIC Açıklaması ...