I noticed that when I try to create a atomic sequence in service init method,
it hangs. Is there any reason that atomicSequence cannot be used in
service.init? If not, what'd be the alternative? AffinityUUID?

ignite.atomicSequence(
                "guid", // Sequence name.
                start,       // Initial value for sequence.
                true     // Create if it does not exist.
        );



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Streaming-test-tp14039p14148.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to