Re: geode-native ipv6

2019-08-21 Thread Jacob Barrett
, at 12:34 AM, Mario Ivanac wrote: > > Hi, > > > Can you help me, how to simulate ipv6 in new integration test framework? > > > BR, > > Mario > > > Šalje: Jacob Barrett > Poslano: 14. kolovoza 2019. 21:00:35 > Pri

Re: geode-native ipv6

2019-08-21 Thread Mario Ivanac
Hi, Can you help me, how to simulate ipv6 in new integration test framework? BR, Mario Šalje: Jacob Barrett Poslano: 14. kolovoza 2019. 21:00:35 Prima: dev@geode.apache.org Predmet: Re: geode-native ipv6 Can you build an integration test in the new

Re: geode-native ipv6

2019-08-14 Thread Jacob Barrett
nd basic operations > (PUT/GET) were successful. > > Additional test needed. > > > BR, > > Mario > > > Šalje: Blake Bender > Poslano: 9. kolovoza 2019. 0:03:32 > Prima: dev@geode.apache.org > Predmet: Re: geode-native

Re: geode-native ipv6

2019-08-14 Thread Mario Ivanac
. kolovoza 2019. 0:03:32 Prima: dev@geode.apache.org Predmet: Re: geode-native ipv6 This chunk of code in the client handshake code leads me to believe it is still IPv4 only. Won't say it's definitive, cause I'm not 100% certain hostaddr is used on the server side, but still... //

Re: geode-native ipv6

2019-08-08 Thread Blake Bender
This chunk of code in the client handshake code leads me to believe it is still IPv4 only. Won't say it's definitive, cause I'm not 100% certain hostaddr is used on the server side, but still... // writing first 4 bytes of the address. This will be same until // IPV6 support is added in the clien

Re: geode-native ipv6

2019-08-08 Thread Mark Hanson
I just tried to connect to Geode with the native client and it did not go well. It exceptioned with an illegal argument error. That said, it “seems" like it might not be complicated to make it IPv6 compliant. Thanks, Mark > On Aug 8, 2019, at 9:56 AM, Mark Hanson wrote: > > The latest ACE f

Re: geode-native ipv6

2019-08-08 Thread Jacob Barrett
We are on the latest ACE. > On Aug 8, 2019, at 9:56 AM, Mark Hanson wrote: > > The latest ACE framework seems to have support, but I don’t know how far off > latest we are. I don’t think we test anything in an IPv6 context, so I would > say no that we don’t officially support it in the client.

Re: geode-native ipv6

2019-08-08 Thread Mark Hanson
The latest ACE framework seems to have support, but I don’t know how far off latest we are. I don’t think we test anything in an IPv6 context, so I would say no that we don’t officially support it in the client. Given some time, I could do some testing.. Thanks, Mark > On Aug 8, 2019, at 7:35

Re: geode-native ipv6

2019-08-08 Thread Blake Bender
I'm sure someone will chime in with a more definitive answer, but I'm pretty certain the answer is no, sorry. Thanks, Blake On Thu, Aug 8, 2019 at 4:28 AM Mario Ivanac wrote: > Hi, > > > can you tell me does geode-native client support ipv6? > > > BR, > > Mario >