[jira] [Created] (IGNITE-1786) Need to implement ODBC driver for Ignite

2015-10-23 Thread Dmitriy Setrakyan (JIRA)
Dmitriy Setrakyan created IGNITE-1786: - Summary: Need to implement ODBC driver for Ignite Key: IGNITE-1786 URL: https://issues.apache.org/jira/browse/IGNITE-1786 Project: Ignite Issue Typ

Re: Account @ TeamCity, please

2015-10-23 Thread Dmitriy Setrakyan
Raul, you should be able to create an account and login by yourself. Then you will be able to trigger builds manually. D. On Fri, Oct 23, 2015 at 11:14 AM, Raul Kripalani wrote: > Hey guys, > > Could someone please create an account for me @ TeamCity with committer/PMC > permissions? > > Thanks

Re: MQTT Streamer Code Style and Javadoc fixes (IGNITE-1747)

2015-10-23 Thread Raul Kripalani
Dmitriy, The first step is to write a complete specification for a coding style. It's still incomplete from what I see. It's inadmissible that new rules pop up in an ad hoc manner during reviews, based on a single person's judgement. If it's not documented in the guidelines, it *cannot be enforc

Re: MQTT Streamer Code Style and Javadoc fixes (IGNITE-1747)

2015-10-23 Thread Dmitriy Setrakyan
Gents, First of all, can I ask why this review is being done on the dev list instead of in the Jira? All we are doing is splitting the communication about the same feature into multiple places. I believe we have all agreed in the past that Jira is the proper place for it. Now, I have not done the

[jira] [Created] (IGNITE-1785) .Net: Improve PlatformMemory/PortableStream performance and memory usage

2015-10-23 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1785: --- Summary: .Net: Improve PlatformMemory/PortableStream performance and memory usage Key: IGNITE-1785 URL: https://issues.apache.org/jira/browse/IGNITE-1785 Projec

Account @ TeamCity, please

2015-10-23 Thread Raul Kripalani
Hey guys, Could someone please create an account for me @ TeamCity with committer/PMC permissions? Thanks, *Raúl Kripalani* PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and Messaging Engineer http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http:/

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Prachi Garg
Alexey, This what my table looked like. | person | CREATE TABLE `person` ( `id` int(11) NOT NULL, `orgId` int(11) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `salary` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 | But I dropped the table and

Re: MQTT Streamer Code Style and Javadoc fixes (IGNITE-1747)

2015-10-23 Thread Raul Kripalani
Hey Yakov, About the exception messages, come on, you have to admit you are making up rules as we go ;-) Nowhere in the coding guidelines does it say that all exception messages have to start with "Failed to...". In fact, there are hundreds if not thousands of Exception messages in the existing I

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Alexey Kuznetsov
Prachi, You get such message because some of your tables do not have PRIMARY KEY defined. Could you show you table definition here (SQL scrtipt)? May be we have a bug for MySql metadata extraction logic. Web Console use fields from PRIMARY KEY to describe Key POJO that will be used later as key t

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Prachi Garg
On Thu, Oct 22, 2015 at 7:04 PM, Alexey Kuznetsov wrote: > Prachi, > > If this issue: https://issues.apache.org/jira/browse/IGNITE-1761 > > Is the same as you propose? > Yes, looks like the same thing :-) > > P.S. > Did you managed to load metadata from your MySQL database? > I did. But when

[jira] [Created] (IGNITE-1784) [Failed Test] GridEventConsumeSelfTest.testMultithreadedWithNodeRestart fails on TC sometimes.

2015-10-23 Thread Artem Shutak (JIRA)
Artem Shutak created IGNITE-1784: Summary: [Failed Test] GridEventConsumeSelfTest.testMultithreadedWithNodeRestart fails on TC sometimes. Key: IGNITE-1784 URL: https://issues.apache.org/jira/browse/IGNITE-1784

[jira] [Created] (IGNITE-1783) Remove GridBoundedConcurrentLinkedHashMap and replace its usages with ConcurrentLinkedHashMap

2015-10-23 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-1783: - Summary: Remove GridBoundedConcurrentLinkedHashMap and replace its usages with ConcurrentLinkedHashMap Key: IGNITE-1783 URL: https://issues.apache.org/jira/browse/IGNITE-1783

[jira] [Created] (IGNITE-1782) IgniteKernal get wrong message in the log about set marshaller

2015-10-23 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-1782: -- Summary: IgniteKernal get wrong message in the log about set marshaller Key: IGNITE-1782 URL: https://issues.apache.org/jira/browse/IGNITE-1782 Project: I

[GitHub] ignite pull request: ignite-1718 Fix of 'Not enough data to read t...

2015-10-23 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/165 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] ignite pull request: ignite-1718 Fix of 'Not enough data to read t...

2015-10-23 Thread agura
GitHub user agura reopened a pull request: https://github.com/apache/ignite/pull/165 ignite-1718 Fix of 'Not enough data to read the value' and 'No class definition for typeId: 0' in portable marshaller You can merge this pull request into a Git repository by running: $ git p

[GitHub] ignite pull request: ignite-1718 Fix of 'Not enough data to read t...

2015-10-23 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/165 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] ignite pull request: IGNITE-1644 .Net: DateTime.Kind is lost durin...

2015-10-23 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/173 IGNITE-1644 .Net: DateTime.Kind is lost during serialization You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1644 Alt

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Dmitriy Setrakyan
On Fri, Oct 23, 2015 at 3:16 AM, Alexey Kuznetsov wrote: > Actually it is quite hard to do. > > The main complexity that we need to implement double transfer: > 1) Transfer selected jar from user local folder to Web Console Server. > 2) Transfer jar from Web Console Server to Host were Web Agent

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Alexey Kuznetsov
Actually it is quite hard to do. The main complexity that we need to implement double transfer: 1) Transfer selected jar from user local folder to Web Console Server. 2) Transfer jar from Web Console Server to Host were Web Agent running. And I would prefer to do it after first release. On Fri,

Re: Ignite Web Console - Loading metadata from MySQL

2015-10-23 Thread Dmitriy Setrakyan
On Thu, Oct 22, 2015 at 7:04 PM, Alexey Kuznetsov wrote: > Prachi, > > If this issue: https://issues.apache.org/jira/browse/IGNITE-1761 I have looked at the ticket and it seems like a very good idea and big usability improvement. Given that all the communication of the web-console happens thro

[jira] [Created] (IGNITE-1781) Broken query header in case of long query name

2015-10-23 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-1781: -- Summary: Broken query header in case of long query name Key: IGNITE-1781 URL: https://issues.apache.org/jira/browse/IGNITE-1781 Project: Ignite I

[jira] [Created] (IGNITE-1780) .Net: DateTime is seialized incorrectly.

2015-10-23 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1780: --- Summary: .Net: DateTime is seialized incorrectly. Key: IGNITE-1780 URL: https://issues.apache.org/jira/browse/IGNITE-1780 Project: Ignite Issue Type: T

[jira] [Created] (IGNITE-1779) .Net: Evaluate BinaryFormatter overhead for generic collections.

2015-10-23 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1779: --- Summary: .Net: Evaluate BinaryFormatter overhead for generic collections. Key: IGNITE-1779 URL: https://issues.apache.org/jira/browse/IGNITE-1779 Project: Ignit

Re: MQTT Streamer Code Style and Javadoc fixes (IGNITE-1747)

2015-10-23 Thread Yakov Zhdanov
Raul, My comments are below. 2015-10-22 22:22 GMT+03:00 Raul Kripalani : > Hi Yakov, > > Thanks for the review. > > Comments inline. > > Aside from them: being honest, do you think Javadoc like the following > snippets are useful and provide any value? More so in a test case... > > Snippet #1: >

Re: TC patch validation

2015-10-23 Thread Artem Shutak
Cos, see email. -- Artem -- On Thu, Oct 22, 2015 at 9:15 PM, Konstantin Boudnik wrote: > On Thu, Oct 22, 2015 at 01:28PM, Artem Shutak wrote: > > Yes, automatic runs were disabled for patches too. > > > > To run patches you can use "Run All for patch" with specified jira number > > at "Parameth