Andrey,
isCached() may return false if the entry was concurrently removed from the
heap (note that EvictableEntry covers only on-heap evictions since it is
passed to the instance of an EvictionPolicy). Any cache access of the entry
key (get or update) will bring the entry back on-heap.
--AG
2018
I think that we should not guess on how the clients are used. They could be
used in any way - in the same network, in another network, in Docker, in
hypervisor, etc.. This holds for both thin and thick clients. It is
essential that we design configuration API in a way that compression could
be enab
Alexey Goncharuk created IGNITE-7713:
Summary: Include cache name to rebalancing finish message
Key: IGNITE-7713
URL: https://issues.apache.org/jira/browse/IGNITE-7713
Project: Ignite
Iss
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/3526
---
Vladimir Ozerov created IGNITE-7714:
---
Summary: SQL: COPY command should try to create cache in case
table is not found
Key: IGNITE-7714
URL: https://issues.apache.org/jira/browse/IGNITE-7714
Project
Pavel Kuznetsov created IGNITE-7715:
---
Summary: If client cannot find dml entity in local storage, it
should ask server for updates
Key: IGNITE-7715
URL: https://issues.apache.org/jira/browse/IGNITE-7715
GitHub user dspavlov opened a pull request:
https://github.com/apache/ignite/pull/3529
IGNITE-7698: Page read during replacement should be outside of segmenâ¦
â¦t write lock
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridga
Yury Babak created IGNITE-7716:
--
Summary: Red selftest in ML examples
Key: IGNITE-7716
URL: https://issues.apache.org/jira/browse/IGNITE-7716
Project: Ignite
Issue Type: Bug
Components
Pavel Kovalenko created IGNITE-7717:
---
Summary: testAssignmentAfterRestarts is flaky on TC
Key: IGNITE-7717
URL: https://issues.apache.org/jira/browse/IGNITE-7717
Project: Ignite
Issue Type:
Github user andrey-kuznetsov closed the pull request at:
https://github.com/apache/ignite/pull/3428
---
Github user andrey-kuznetsov closed the pull request at:
https://github.com/apache/ignite/pull/3302
---
Github user andrey-kuznetsov closed the pull request at:
https://github.com/apache/ignite/pull/3248
---
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/3470
---
Github user andrey-kuznetsov closed the pull request at:
https://github.com/apache/ignite/pull/3197
---
Pavel Vinokurov created IGNITE-7718:
---
Summary: Collections.singleton() and Collections.singletonMap()
are not properly serialized by binary marshaller
Key: IGNITE-7718
URL: https://issues.apache.org/jira/browse/
Github user andrey-kuznetsov closed the pull request at:
https://github.com/apache/ignite/pull/3165
---
Github user andrey-kuznetsov closed the pull request at:
https://github.com/apache/ignite/pull/2339
---
Github user andrey-kuznetsov closed the pull request at:
https://github.com/apache/ignite/pull/3377
---
GitHub user nizhikov opened a pull request:
https://github.com/apache/ignite/pull/3530
IGNITE-7042: Trying to configure scala-test plugin for a TeamCity
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nizhikov/ignite IGNITE-7042
Ilya Kasnacheev created IGNITE-7719:
---
Summary: Avoid wrapping InterruptedException in CacheException or
IgniteException
Key: IGNITE-7719
URL: https://issues.apache.org/jira/browse/IGNITE-7719
Projec
Hello Igniters.
I have stumbled on the problem for which I have created a ticket
https://issues.apache.org/jira/browse/IGNITE-7719
Basically it is an awful code smell. On thread interrupt, we wrap
InterruptedException with some unrelated exception type, which prevents it
from being handled proper
Ilya, i have looked at the ticket. I am not sure I understand what you are
suggesting. Can you provide a "before" and "after" example?
D.
On Thu, Feb 15, 2018 at 4:40 AM, Ilya Kasnacheev
wrote:
> Hello Igniters.
>
> I have stumbled on the problem for which I have created a ticket
> https://issu
Alexey Popov created IGNITE-7720:
Summary: Update ODBC cluster configuration: replace
OdbcConfiguration with ClientConnectorConfiguration
Key: IGNITE-7720
URL: https://issues.apache.org/jira/browse/IGNITE-7720
Sanjeet Jha created IGNITE-7721:
---
Summary: Apache Ignite web session clustering stack after login
success
Key: IGNITE-7721
URL: https://issues.apache.org/jira/browse/IGNITE-7721
Project: Ignite
Ilya, I agree with you about reducing the number of unchecked exceptions in
public API. Because when you work with grid it can throw about 4 types of
different runtime exception. And there is no way except experiments to know
about this types.
2018-02-15 15:57 GMT+03:00 Dmitriy Setrakyan :
> Ilya
Hello Igniters,
In some cases, batched stream receiver can help us to improve performance:
try (IgniteDataStreamer streamer =
ignite.dataStreamer(cacheName)) {
streamer.receiver(DataStreamerCacheUpdaters.batched());
streamer.addData(getData());
}
Unfortunately, the bad
I do not think indexes is the right approach - set do not have indexes, and
you will have to maintain additional counter for it in order to know when
to stop.
>From what I see there are two distinct problems:
1) Broken recovery - this is just a bug which needs to be fixed. As soon as
data is store
Igniters,
AI 2.4 release was shifted a bit and over this time we implemented two
important SQL features:
1) COPY command for fast file upload to the cluster [1]
2) Streaming mode for thin driver [2]
Both commands are very important for fast data ingestion into Ignite
through SQL. I would like to
+1
В Чт, 15/02/2018 в 17:27 +0300, Vladimir Ozerov пишет:
> Igniters,
>
> AI 2.4 release was shifted a bit and over this time we implemented two
> important SQL features:
> 1) COPY command for fast file upload to the cluster [1]
> 2) Streaming mode for thin driver [2]
>
> Both commands are very
Github user 1vanan closed the pull request at:
https://github.com/apache/ignite/pull/2220
---
Hello, Valentin.
> In general, I don't see a reason to exclude anything (especially joins) from
> PR. Please finalize the change and pass it to me for review.
I made some minor improvements.
Please, review my PR [1]
[1] https://github.com/apache/ignite/pull/3397
В Вт, 13/02/2018 в 11:47 -0800,
Alexey Goncharuk created IGNITE-7722:
Summary: IgnitePdsCheckpointSimulationWithRealCpDisabledTest
generates too many strings
Key: IGNITE-7722
URL: https://issues.apache.org/jira/browse/IGNITE-7722
Hello, Igniters.
There is an issue [1] with very small patch - 4 LOC.
State is Patch Available.
This part of code was introduced be me in [2].
I reviewed patch and want to merge it.
Any objections?
[1] https://issues.apache.org/jira/browse/IGNITE-7409
[2] https://issues.apache.org/jira/browse/
GitHub user andrey-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/3531
IGNITE-7685: Fixed allocation rate.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrey-kuznetsov/ignite ignite-7685
Alternatively
GitHub user dspavlov opened a pull request:
https://github.com/apache/ignite/pull/3532
IGNITE-7686: Fix of PDS Direct IO failure: IgnitePdsEvictionTest.testâ¦
â¦PageEviction
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridga
Github user dspavlov closed the pull request at:
https://github.com/apache/ignite/pull/3511
---
On Thu, Feb 15, 2018 at 6:08 AM, Vladimir Ozerov
wrote:
> I do not think indexes is the right approach - set do not have indexes, and
> you will have to maintain additional counter for it in order to know when
> to stop.
>
> From what I see there are two distinct problems:
> 1) Broken recovery -
Roman,
DataStreamerCacheUpdaters class is actually not a part of public API, so I
don't see a reason to change it unless there is a need for this internally
in Ignite.
-Val
On Thu, Feb 15, 2018 at 5:52 AM, Roman Guseinov wrote:
> Hello Igniters,
>
> In some cases, batched stream receiver can h
Vova, I think your solution is fine, but I think we will always have some
messages compressed and others not. For example, in many cases, especially
when messages are relatively small, compressing them will introduce an
unnecessary overhead, and most likely slow down the cluster.
Why not have comp
Alexandr Kuramshin created IGNITE-7723:
--
Summary: Data loss after node restart with PDS
Key: IGNITE-7723
URL: https://issues.apache.org/jira/browse/IGNITE-7723
Project: Ignite
Issue Type
Vladimir,
I would suggest not to do this because we still need to spend time on
testing, documentation, etc. If someone shows interest in this features
they can assemble binaries from the master.
--
Denis
On Thu, Feb 15, 2018 at 6:43 AM, Nikolay Izhikov
wrote:
> +1
>
> В Чт, 15/02/2018 в 17:27
Guess, it's all about taste. If to google for both "SQL compliance" and
"SQL conformance," then will see that DB vendors use both terms for the
same thing.
--
Denis
On Wed, Feb 14, 2018 at 5:09 PM, Dmitriy Setrakyan
wrote:
> Looks great, Prachi, thanks a lot!
>
> What is the difference between
Kirill Shirokov created IGNITE-7724:
---
Summary: SQL COPY: network performance improvements
Key: IGNITE-7724
URL: https://issues.apache.org/jira/browse/IGNITE-7724
Project: Ignite
Issue Type:
Guys,
Having troubles connecting to ASF subversion to fill in the IP clearance
form today. Something messy with a networking environment in my current
workplace.
Anyway, checked up that we have everything in place to complete the form
and finish the process. Please don't merge the pull-request un
Denis,
Thank you for providing status update. I look forward to hearing from you.
Best,
Turik Campbell
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Alexey Kuznetsov created IGNITE-7725:
Summary: REST: expand parameters list of GetOrCreateCache command
Key: IGNITE-7725
URL: https://issues.apache.org/jira/browse/IGNITE-7725
Project: Ignite
Alexander Kalinin created IGNITE-7726:
-
Summary: Error in queries screen in Demo mode
Key: IGNITE-7726
URL: https://issues.apache.org/jira/browse/IGNITE-7726
Project: Ignite
Issue Type: B
Nikolay Izhikov created IGNITE-7727:
---
Summary: IgniteRDDSpec. Failing tests
Key: IGNITE-7727
URL: https://issues.apache.org/jira/browse/IGNITE-7727
Project: Ignite
Issue Type: Bug
Hello, Igniters.
I'm working on issue [1].
Team City doesn't collect info about scalatest execution because of wrong
pom.xml
I'm fixed it in PR [3]
It happens there is a 2 broken tests written in Scala - [4]
1. IgniteRDDSpec.IgniteRDD should successfully store data to ignite using
saveValues
Denis Magda created IGNITE-7728:
---
Summary: Put together a doc that shows how to blend SQL with k/v
APIs
Key: IGNITE-7728
URL: https://issues.apache.org/jira/browse/IGNITE-7728
Project: Ignite
Alexander Kalinin created IGNITE-7729:
-
Summary: Add usage of Roles for Web Console E2E tests
Key: IGNITE-7729
URL: https://issues.apache.org/jira/browse/IGNITE-7729
Project: Ignite
Issue
I'm in :)
Nikolay, we can use my GoToMeeting account to host the webinar. To draw
more attention I would suggest starting a more specific thread titled like
"[RSVP] Community Meeting to Introduce Ignite Spark Data Frames". This
discussion sounds too generic, folks could simply pass by.
Negotiated
Hi Val,
Thanks for your response. It seems that is public:
https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/processors/datastreamer/DataStreamerCacheUpdaters.java
Best Regards,
Roman
--
Sent from: http://apache-ignite-developers.2346864.n4.nabb
Github user agoncharuk closed the pull request at:
https://github.com/apache/ignite/pull/3182
---
Dmitriy Pavlov created IGNITE-7730:
--
Summary: Improve WAL history size documentation
Key: IGNITE-7730
URL: https://issues.apache.org/jira/browse/IGNITE-7730
Project: Ignite
Issue Type: Task
+1 for starting new topic from Nikolay when ' Community Meeting to
Introduce Ignite Spark Data Frames' is ready to be announced.
пт, 16 февр. 2018 г. в 9:27, Denis Magda :
> I'm in :)
>
> Nikolay, we can use my GoToMeeting account to host the webinar. To draw
> more attention I would suggest sta
Hi Ivan,
Excellent idea, I've added this to
https://issues.apache.org/jira/browse/IGNITE-7730 ticket.
Sinerely,
Dmitriy Pavlov
ср, 14 февр. 2018 г. в 0:28, Ivan Rakov :
> > - applying compressor to segments older than 1 completed checkpoint
> ago -
> > saves space.
> By the way: WAL compressi
57 matches
Mail list logo