Failed to acknowledge TcpDiscoveryClientMetricsUpdateMessage

2018-06-24 Thread Calvin KL Wong, CLSA
Hi,

I am getting the error below from my client node.
It couldn't get an ack for a TcpDiscoveryClientMetricsUpdateMessage it sent out.

Can you please let me know the nature of this 
TcpDiscoveryClientMetricsUpdateMessage message?

-  The main question is why did this happen?

-  Who is responsible for acknowledging this message?

-  Is 'id' my own nodeId?

2018-06-25 07:15:37,672 ERROR [tcp-client-disco-sock-writer-#2%blaze_jchx%] 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Failed to send message: 
null
java.io.IOException: Failed to get acknowledge for message: 
TcpDiscoveryClientMetricsUpdateMessage [super=TcpDiscoveryAbstractMessage 
[sndNodeId=null, id=77acfc33461-4b6e43a7-4d57-44c4-bcbb-8afba0af7014, 
verifierNodeId=null, topVer=0, pendingIdx=0, failedNodes=null, isClient=true]]
at 
org.apache.ignite.spi.discovery.tcp.ClientImpl$SocketWriter.body(ClientImpl.java:1276)
 ~[ignite-core-2.3.0-clsa.20180130.59.jar:2.3.0-clsa.20180130.59]
at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62) 
~[ignite-core-2.3.0-clsa.20180130.59.jar:2.3.0-clsa.20180130.59]

We are using Ignite 2.3.

Thanks,
Calvin

Calvin KL Wong
Sr. Lead Engineer, Execution Services
D  +852 2600 7983  |  M  +852 9267 9471  |  T  +852 2600 
5/F, One Island East, 18 Westlands Road, Island East, Hong Kong

[:1. Social Media Icons:CLSA_Social Media 
Icons_linkedin.png][:1. Social Media 
Icons:CLSA_Social Media 
Icons_twitter.png][:1. Social Media 
Icons:CLSA_Social Media 
Icons_youtube.png][:1.
 Social Media Icons:CLSA_Social Media 
Icons_facebook.png]

clsa.com
Insights. Liquidity. Capital.

[CLSA_RGB]

A CITIC Securities Company

The content of this communication is intended for the recipient and is subject 
to CLSA Legal and Regulatory Notices.
These can be viewed at https://www.clsa.com/disclaimer.html or sent to you upon 
request.
Please consider before printing. CLSA is ISO14001 certified and committed to 
reducing its impact on the environment.


Re: .NET - Complex LINQ queries support

2018-06-24 Thread Pavel Tupitsyn
Roman,

Thanks for the reproducer. I needed that to better understand the issue.

And, I'm afraid, we won't have support for this kind of queries anytime
soon.
Even Entity Framework does not support this kind of grouping.

On Fri, Jun 22, 2018 at 1:18 PM Roman Guseinov  wrote:

> Hi Pavel,
>
> Thank you for the response. Yes, your LINQ example can be a workaround. And
> SQL query can be as well.
>
> The small project with LINQ query example can be found here
> https://github.com/gromtech/ignite-linq-issue-reproducer
>
> I just want to know if there any plans to support such LINQ queries in the
> future.
>
> It doesn't block anything (a lot of workarounds) but if this is going to be
> implemented someday, I think users will be happy.
>
> Thanks again.
>
> Best Regards,
> Roman
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
>


[GitHub] ignite pull request #4250: ignite-8717-test

2018-06-24 Thread ivandasch
GitHub user ivandasch opened a pull request:

https://github.com/apache/ignite/pull/4250

ignite-8717-test

Attempt to do a ticket

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ivandasch/ignite ignite-8717

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/4250.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4250


commit 8aeefa775cac27e34fbebb3799a056d2f1ba282b
Author: Ivan Daschinskiy 
Date:   2018-06-20T09:01:00Z

IGNITE-8717: First steps in implementing storing cache configuration
in metastore.

commit 2e28aba5686f4f694c590487db1da9572f1cc78a
Author: Ivan Daschinskiy 
Date:   2018-06-21T08:30:26Z

IGNITE-8717: Second step. Tests passed.




---


[jira] [Created] (IGNITE-8865) SQL Transactions: Set sequential false if update query has no order

2018-06-24 Thread Igor Seliverstov (JIRA)
Igor Seliverstov created IGNITE-8865:


 Summary: SQL Transactions: Set sequential false if update query 
has no order
 Key: IGNITE-8865
 URL: https://issues.apache.org/jira/browse/IGNITE-8865
 Project: Ignite
  Issue Type: Task
Reporter: Igor Seliverstov


See appropriate TODO in DmlStatementsProcessor



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)