Re: java unit tests failing when starting MiniKuduCluster

2019-06-20 Thread Alexey Serbin
> > ____ > From: Alexey Serbin > Sent: 19 April 2019 18:10:51 > To: dev > Subject: Re: java unit tests failing when starting MiniKuduCluster > > Hi Clemens, > > Thank you for the information. Yes, to me it looks like an issue with

Re: java unit tests failing when starting MiniKuduCluster

2019-05-03 Thread Clemens Valiente
From: Alexey Serbin Sent: 19 April 2019 18:10:51 To: dev Subject: Re: java unit tests failing when starting MiniKuduCluster Hi Clemens, Thank you for the information. Yes, to me it looks like an issue with IO over TLS-encrypted channels. I don't have access

Re: java unit tests failing when starting MiniKuduCluster

2019-04-19 Thread Alexey Serbin
sue. > > I am using a FIPS enabled version of openssl: > > OpenSSL 1.1.1b FIPS 26 Feb 2019 > > > Cheers > > Clemens > -- > *From:* Alexey Serbin > *Sent:* 17 April 2019 20:49:29 > *To:* dev > *Subject:* Re: java unit tests failing

Re: java unit tests failing when starting MiniKuduCluster

2019-04-17 Thread Alexey Serbin
ly reproduce a failure with > > > bin/rpc_line_item_dao-test --gtest_filter=RpcLineItemDAOTest.TestInsert > > > Thanks a lot for the help > > Clemens > > > -- > *From:* Adar Lieber-Dembo > *Sent:* 16 April 2019 21:15:23 > *To:* dev@kudu.apache.org > *S

Re: java unit tests failing when starting MiniKuduCluster

2019-04-16 Thread Adar Lieber-Dembo
build), with and without my patch. > > > From: Adar Lieber-Dembo > Sent: 14 April 2019 19:59:45 > To: dev@kudu.apache.org > Subject: Re: java unit tests failing when starting MiniKuduCluster > > It might be related to your local changes. This caught

Re: java unit tests failing when starting MiniKuduCluster

2019-04-16 Thread Clemens Valiente
), with and without my patch. From: Adar Lieber-Dembo Sent: 14 April 2019 19:59:45 To: dev@kudu.apache.org Subject: Re: java unit tests failing when starting MiniKuduCluster It might be related to your local changes. This caught my eye: extra_master_flags

Re: java unit tests failing when starting MiniKuduCluster

2019-04-14 Thread Adar Lieber-Dembo
It might be related to your local changes. This caught my eye: extra_master_flags: "--rpc_max_message_size=3860733440" extra_tserver_flags: "--rpc_max_message_size=3860733440" Why did you have to add this configuration? What happens if you remove it? On a related note, do the tests still