Re: Ignite Visor Cache command hangs indefinitely.

2019-06-20 Thread Vasiliy Sisko
Hello @javadevmtl I failed to reproduce your problem. In case of any error in cache command Visor CMD shows message "No caches found". Please provide logs of visor, server and client nodes after command hang. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Possible issue with Web Console

2018-08-17 Thread Vasiliy Sisko
Hello @sv Problem is fixed and will be available in Ignite 2.7. As a workaround you can download a valid configuration immediately after configuration page refresh. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Possible issue with Web Console

2018-08-14 Thread Vasiliy Sisko
Hello @sv Thank you for informing an error. I have reproduced it and created an issue for fix. https://issues.apache.org/jira/browse/IGNITE-9262. Fix of that problem is expected in Ignite 2.7 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Visor console

2018-04-06 Thread Vasiliy Sisko
Hello @oggo Null is possible when IGNITE_HOME variable is not configured. Visor CMD use that variable as a root folder to find configuration files and show they in open command. Please set IGNITE_HOME variable equal to your application home. Ignite automatically detect the home folder when it

Re: JDBC store Date deserialization problem

2017-10-17 Thread Vasiliy Sisko
nck...@yahoo.com> wrote: > Thanks Val! > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/JDBC-store-Date-deserialization- > problem-tp16276p16355.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Question about number of total onheap and offheap cache entries.

2017-10-02 Thread Vasiliy Sisko
| Hi: 0 | > || | | | | > Heap: 752149 | Mi: 0 | > || | | | | > Off-Heap: 752149 | Rd: 0 | > || | | | | > Off

Re: Confused about QueryEntity configuration

2017-08-22 Thread Vasiliy Sisko
I'm sorry. I found that you are subscribed but mail put your letter to spam -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Confused-about-QueryEntity-configuration-tp16281p16357.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Confused about QueryEntity configuration

2017-08-22 Thread Vasiliy Sisko
Hello @franck102 Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to user-subscr...@ignite.apache.org and follow simple instructions in the reply. 'empNo' field is a key field and is not included

Re: Trouble using latest Ignite Web Console (2.1)

2017-08-15 Thread Vasiliy Sisko
version to valid then a node successfully initialized.When I change H2 library version to valid then a node successfully initialized. On Tue, Aug 15, 2017 at 7:17 PM, Vasiliy Sisko <vsi...@gridgain.com> wrote: > Hello @mlekshma. > > I will try to fix you problem tomorrow. >

Re: Trouble using latest Ignite Web Console (2.1)

2017-08-15 Thread Vasiliy Sisko
Hello @mlekshma. I will try to fix you problem tomorrow. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Trouble-using-latest-Ignite-Web-Console-2-1-tp15929p16202.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

RE: Ignite Visor - Help

2017-07-10 Thread Vasiliy Sisko
Hello @sgracelin You can start Visor cmd like this: ignitevisorcmd -cfg=/test/folder/test.xml Note, you can get help about available options: ignitevisorcmd -? or ignitevisorcmd -help As for second problem, could you provide simple reproducer (config + code that insert data) that we can debug?

Re: Ignite 2.0 visor issue

2017-06-21 Thread Vasiliy Sisko
Hello @Amit Pundir Visor show “Empty topology” message for “top” command when it can not find nodes. Please check your discovery configuration. It should contain valid IP addresses and ports. F.e. address format: 127.0.0.1:47500..47510 That addresses should be available from system where visor

Re: Ignite-Visor with Alert and Logs

2017-05-15 Thread Vasiliy Sisko
Hello @Swetad90 Log command can not collect events when event storage is disabled. I create separated issue. You can track it by link https://issues.apache.org/jira/browse/IGNITE-5228 You can execute custom script on alert. See -s flag of alert command.

Re: Cache size in Partitioned mode as seen in visor

2016-12-02 Thread Vasiliy Sisko
Hello Mohammad. I reproduce your use case of Visor Console. Now Console for command "cache -a" shows in the size column sum of primary key size and backup key size. In your case that is (15000 primary keys + 15000 backup keys) / 4 nodes = 7500. Created issue to divide cache size on primary and

Low self-descriptiveness of query exceptions.

2016-11-17 Thread Vasiliy Sisko
” Is it possible to support such functionality in query engine? -- Vasiliy Sisko GridGain Systems www.gridgain.com

Re: CacheJDBCStore creation failing using MySQL Datasource

2016-09-14 Thread Vasiliy Sisko
Hello @vpmavuri We already discuss using of data source in thread http://apache-ignite-users.70518.x6.nabble.com/CacheJdbcPojoStoreExampleFactory-for-Maria-DB-td7479.html The idiomatic ways of data source usage with CacheJdbcPojoStoreFactory are specification of data source bean name or

Re: CacheJdbcPojoStoreExampleFactory for Maria DB

2016-09-05 Thread Vasiliy Sisko
Hello @seyeony. The idiomatic ways of data source usage with CacheJdbcPojoStoreFactory are specification of data source bean name or implementation of data source factory class. NOTE: When you implement data source bean factory class it should be available in classpath for every node. F.e.:

Re: javax.cache.CacheException: Failed to find mapping description

2016-08-30 Thread Vasiliy Sisko
Hello @vikramT. I reproduce your problem. You incorrectly pass arguments for loadCache method. For loadCache class name string is required: “org.infocepts.ignite.hiveCache.InventoryOrdersKey”. You send class Class.forName(InventoryOrdersKey.class.getName()) that transforms to “class

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-07-18 Thread Vasiliy Sisko
Hello Bob We fix import of Oracle TIMESTAMP in issue: https://issues.apache.org/jira/browse/IGNITE-3394 It is available in master branch. It will be available in next nightly build. You can take it here: https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-29 Thread Vasiliy Sisko
se version: 1.6. > > -- > 胡永亮 > > Bob > > > *From:* Vasiliy Sisko <vsi...@gridgain.com> > *Date:* 2016-06-28 19:18 > *To:* user@ignite.apache.org > *Subject:* Re: Re: argument type mismatch of oracle TIMESTAMP field when > call load

Re: Where to watch the cache informations in IGFS when i use SecondryFileSystem

2016-06-14 Thread Vasiliy Sisko
Hello @Xun Zhai To enable the hits, misses, reads, writes metrics please enable statisticsEnabled property in cache configuration. The data and metadata caches for IGFS contains specific information, that not have direct reflection with stored data. That data have no meaning for user. -- View

Re: Clear cache from Visor throws an exception

2016-05-11 Thread Vasiliy Sisko
Hello @zshamrock I cannot reproduce your issue. Possible that problem is already fixed. Please try to reproduce it on latest nightly build: http://ignite.apache.org/community/contribute.html#nightly-builds. If problem is still reproduced please provide your grid configuration. -- View this

Re: trouble about Underscore and Boolean

2016-05-09 Thread Vasiliy Sisko
Hello @minisoft_rm TINYINT is returned as java.lang.Boolean if the configuration property tinyInt1isBit is set to true (the default) and the storage size is 1, or java.lang.Integer if not. See table 5.2 on MySQL documentation page:

Re: Ignite Schema Import Utility - Mismatch when loading data between Date and Timestamp

2016-04-13 Thread Vasiliy Sisko
Hello. Issue with loading of Date data https://issues.apache.org/jira/browse/IGNITE-2936 is closed. It will be available at master branch or in next nightly build. -- View this message in context:

Re: How to load 2 tables in a cache

2016-04-11 Thread Vasiliy Sisko
Hello @tusharnakra Idiomatic way of Ignite usage is creation of separated cache per data type. Ignite Schema import is deprecated. You can try to use Web Console, which already generate separated caches per data types and described at this page http://ignite.apache.org/addons.html#web-console

Re: visor keep trigger alert when condition no longer satisfied?

2016-04-01 Thread Vasiliy Sisko
Problem reproduced. Created issue: https://issues.apache.org/jira/browse/IGNITE-2930 -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/visor-keep-trigger-alert-when-condition-no-longer-satisfied-tp3772p3853.html Sent from the Apache Ignite Users mailing list

Re: Ignite Schema Import Utility - Mismatch when loading data between Date and Timestamp

2016-04-01 Thread Vasiliy Sisko
Hello @jan.swaelens I reproduce you problem. Issue https://issues.apache.org/jira/browse/IGNITE-2936 is created. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Schema-Import-Utility-Mismatch-when-loading-data-between-Date-and-Timestamp-tp3790p3850.html

Re: How to script with visor cli?

2016-03-30 Thread Vasiliy Sisko
You could try another variant of quoting that works in Ubuntu terminal: ./ignitevisorcmd.sh -e=\"open -cpath=config/test-one.xml;cache\" Possible that article will useful for you: http://wiki.bash-hackers.org/syntax/quoting -- View this message in context:

Re: How to script with visor cli?

2016-03-30 Thread Vasiliy Sisko
Hello @tracel. Virtual machine incorrectly recognize command line arguments. It divide it to pair: -e=open -cpath=config/test-one.xml";"cache" Visor console execute open command and quit command as last command of script. To pass your command it should be properly escaped. Use strong quoting

Re: How to setup alert recipients in visor cli?

2016-03-30 Thread Vasiliy Sisko
Hello @tracel Alert command allow to check some condition and inform user when that condition is false. For read alert documentation input command: *help alert* Alert register some listener that print in log if alert condition failed. F.e. command enable listening of event when count of active

Re: Failed to find mapping description [cache=PersonCache, typeId=class apache.ignite.schemas.PersonKey]. Please configure JdbcType to associate cache 'PersonCache' with JdbcPojoStore ERROR

2016-03-30 Thread Vasiliy Sisko
Hello. This is duplicate thread. See answer there http://apache-ignite-users.70518.x6.nabble.com/Failed-to-find-mapping-description-cache-PersonCache-typeId-class-apache-ignite-schemas-PersonKey-PlR-tp3725p3758.html -- View this message in context:

Re: Failed to find mapping description [cache=PersonCache, typeId=class apache.ignite.schemas.PersonKey]. Please configure JdbcType to associate cache 'PersonCache' with JdbcPojoStore ERROR

2016-03-29 Thread Vasiliy Sisko
I found the next problems in you code: 1. In CacheConfiguration.jdbcTypePerson and CacheConfiguration.queryEntityPerson incorrectly configured key type and value type. Package in configuration should be equal to real package of classes:

Re: How to deploy CacheJdbcPojoStore on a cluster of "non-embedded" Ignite node?

2016-03-19 Thread Vasiliy Sisko
Hello. Your server node should contains in classpath store factory class. To run example follow to next steps: 1. Execute steps from file IGNITE_HOME/examples/schema-import/README.txt 2. Build example by command “mvn clean package” in “$IGNITE_HOME/examples/schema-import” directory 3. copy