Hello, Didar!
I've added you to the "contributors" role. Now you can assign tickets
to yourself.
чт, 10 апр. 2025 г. в 22:39, Didar Shayarov :
>
> Hello Ignite!
>
> Finally, I’ve got ASF JIRA account with username ‘superdidar’
>
> Please, help me to start contributing with this email and username
Hello,
Calcite engine in Ignite 2.16 can't expand the array parameter to table. It
can be done with the UNNEST operator, but it's planned for 2.18 Ignite
release.
пн, 17 мар. 2025 г. в 15:49, MJ <6733...@qq.com>:
> Ignite 2.16
>
> Thanks,
> MJ
>
> Original
> --
> From
+1
Built from sources. Checked several queries on the Calcite-based SQL engine.
вс, 9 февр. 2025 г. в 21:05, Nikita Amelchev :
>
> Dear Community,
>
> The release candidate is ready.
>
> I have uploaded release candidate to
> https://dist.apache.org/repos/dist/dev/ignite/2.17.0-rc2
> https://dist
+1
Built from sources. Checked several queries on the Calcite-based SQL engine.
Found that one more dependency is missing in ignite-calcite module:
commons-lang3. It affects 5 built-in functions: EXTRACTVALUE, EXTRACT,
XMLTRANSFORM, COMPRESS, TRANSLATE. The same problem was in previous
releases an
Hello, Ravil
I've added you to the contributors list. Now you can assign tickets to yourself.
ср, 27 нояб. 2024 г. в 19:47, Равиль Закиров :
>
> Hello, Everyone!
> My name is Ravil Zakirov. I want to contribute to Ignite. I would like to
> start from IGNITE-23794. Please, help me to start contri
Hello Amit,
You can use ClusterNodeAttributeAffinityBackupFilter and introduce
some virtual zones. For example, if you have 5 nodes in zone 1 and 5
nodes in zone 2, you can assign 'zone1' attribute value to 3 nodes
from zone 1, assign 'zone2' attribute value to 3 nodes from zone 2,
and assign 'zon
Amit,
Can you please show the output of "EXPLAIN PLAN FOR "?
I've found the bug in index scan on binary object field (ticket [1]),
but I can't reproduce it with select without "order by", or without
forcing index scan.
[1]: https://issues.apache.org/jira/browse/IGNITE-23004
ср, 14 авг. 2024 г. в
Hello,
Please provide the query you are using. Such a stack can't be caused
by just "select * from table" (at least sorting is used). Perhaps you
are using "ORDER BY" for fields which can't be compared in SQL
(complex _key or _val for example).
вт, 13 авг. 2024 г. в 17:17, Amit Jolly :
>
> Hi,
>
+1
вт, 16 июл. 2024 г. в 14:14, Вячеслав Коптилин :
>
> +1
>
> Thanks,
> S.
>
> вт, 16 июл. 2024 г. в 09:46, Maksim Timonin :
>
> > Hi Igniters,
> >
> > I'd like to start a voting process about moving Ignite 2.x sources to
> > JDK11. Discussion of the proposal is here [1].
> >
> > The plan is as f
Andrey Novikov, Nusrat Shakarov,
Guys, we are still supporting java 8, this means that the project
should be compiled without errors on jdk 8 and jdk 11 (not only on jdk
17). You've already broken the compilation for jdk 8/jdk 11 twice
during the same activity ([1], [2]).
I've mentioned you in ti
Hello,
1. Client sends requests to random known server node for load balancing.
2. Client uses the provided address as entry point and gets
information about other nodes from the server. If you don't need such
functionality, you can set property
ClientConfiguration.ClusterDiscoveryEnabled to false
else (e.g. Compute).
> > Full stack trace should be present in the server logs, or sent back to the
> > client when sendServerExceptionStackTraceToClient is enabled, so we have
> > all the means to find the root cause, right?
> >
> > On Tue, May 7, 2024 at 9:32 PM Al
general
> client/server exceptions.
>
> I don't think we do this anywhere else (e.g. Compute).
> Full stack trace should be present in the server logs, or sent back to the
> client when sendServerExceptionStackTraceToClient is enabled, so we have
> all the means to find the
Hi Igniters!
I've prepared a proposal about implementation of invoke/invokeAll
cache operations for thin clients. All proposed changes to the
protocol and client API (currently for java thin client only) are
described in IEP-122 [1]
Please have a look and share your thoughts.
[1]
https://cwiki.
Hello,
1. Coordinator is the oldest server node. So you can use something
like: ignite.cluster().forServers().forOldest().node()
2. Why can't you upgrade to the new Ignite version? Perhaps this
problem is already fixed. But if not, you can provide details for the
actual Ignite version and this wil
+1
Checked sha512, signature. Built from sources. Checked examples.
чт, 25 янв. 2024 г. в 20:56, Nikita Amelchev :
>
> +1 (binding)
>
> Checked compilation, tests and some examples.
>
> вт, 23 янв. 2024 г. в 16:57, Ivan Daschinsky :
> >
> > Sorry for my mistake, this vote will be open till Jan 2
lude this feature as experimental
and disabled by default for at least one release.
[1]:
https://cwiki.apache.org/confluence/display/IGNITE/IEP-113+Change+approach+to+store+checkpoint+recovery+data
чт, 9 нояб. 2023 г. в 20:05, Anton Vinogradov :
>
> Alex, agree to the proposal.
>
> On Thu, Nov
t; And, then implement an async physical logging as an alternative solution?
>
> On Thu, Nov 9, 2023 at 12:52 PM Alex Plehanov
> wrote:
>
> > Anton,
> >
> > My concern is not only about compatibility. The new recovery data
> > storing approach is not a silve
oving the code complexity.
>
> On Thu, Nov 2, 2023 at 4:55 PM Alex Plehanov
> wrote:
>
> > Hello, Igniters!
> >
> > I'd like to discuss the way of storing checkpoint recovery data.
> > Now, we are writing extra data to WAL files to protect from failures
Hello, Igniters!
I'd like to discuss the way of storing checkpoint recovery data.
Now, we are writing extra data to WAL files to protect from failures
during checkpoints. Later, we read and write WAL files with this extra
data a couple of times, causing excessive disk load, which can lead to
perfo
Hello Scott,
What kind of issues do you have with jdk17?
I've tested graalvm native images with Ignite 2.15 some time ago
(right after 2.15 was released) on jdk11 and jdk17 and it works on my
examples.
пн, 9 окт. 2023 г. в 11:24, Stephen Darlington :
>
> That's great news, thanks for sharing!
>
>
Pavel, do you know anyone who uses it?
Looks like it isn't used at all (no questions on mail lists, no
tickets), but we spend developers time to build module with every
Ignite rebuild, we spend users traffic to download module (ML with
dependencies takes about 1/4 of our binary release package siz
Hello,
Which Ignite version do you use?
Please share exception details after "Exception during start processors,
node will be stopped and close connections" (there should be a reason in
the log, why the page delta can't be applied).
вт, 18 июл. 2023 г. в 05:05, Raymond Wilson :
> Hi,
>
> We run
Hitesh,
To unsubscribe, send a message to user-unsubscr...@ignite.apache.org
(not to user@ignite.apache.org).
пт, 30 июн. 2023 г. в 13:50, Hitesh Nandwana :
>
> Why It is not subscribing?
>
> On Fri, 30 Jun, 2023, 14:17 Alex Plehanov, wrote:
>>
>> Hello,
>>
>>
s inefficient. That's why i need
> setLocal. What should I do if without setLocal?
>
>
>
> Yours,
> Hu Tiany
> 2023/6/30
>
>
> At 2023-06-05 19:21:13, "Alex Plehanov" wrote:
> >Hello,
> >
> >The Calcite-based SQL engine currently doesn&
Hello,
The Calcite-based SQL engine currently doesn't analyze any properties
of SqlFieldsQuery except "Sql", "Schema", "Args" and
"QueryInitiatorId". Some of the rest properties are useless for the
Calcite-based engine at all (for example, "DistributedJoins", since
all joins in the Calcite-based e
Hello,
Looks like the bug is related to server-side continuous queries
functionality. I've tried to reproduce it using thick-client and got
the same results, in rare cases events are lost.
чт, 25 мая 2023 г. в 06:48, Pavel Tupitsyn :
>
> Thank you for the bug report, I will have a look.
>
> On Th
[
https://issues.apache.org/jira/browse/IGNITE-11020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11020:
---
Fix Version/s: 2.16
(was: 2.15)
> Document edge-chasing deadl
[
https://issues.apache.org/jira/browse/IGNITE-11060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11060:
---
Fix Version/s: 2.16
(was: 2.15)
> Add documentation ab
[
https://issues.apache.org/jira/browse/IGNITE-11064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11064:
---
Fix Version/s: 2.16
(was: 2.15)
> Add documentation for enabl
[
https://issues.apache.org/jira/browse/IGNITE-10979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10979:
---
Fix Version/s: 2.16
(was: 2.15)
> Add documentation for control
[
https://issues.apache.org/jira/browse/IGNITE-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10845:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Production Readin
[
https://issues.apache.org/jira/browse/IGNITE-6526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-6526:
--
Fix Version/s: 2.16
(was: 2.15)
> Ignite 2.x capacity planning gu
[
https://issues.apache.org/jira/browse/IGNITE-11252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11252:
---
Fix Version/s: 2.16
(was: 2.15)
> Docs: Index corruption recov
[
https://issues.apache.org/jira/browse/IGNITE-11965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11965:
---
Fix Version/s: 2.16
(was: 2.15)
> Pyton client: Expiration polic
[
https://issues.apache.org/jira/browse/IGNITE-10741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10741:
---
Fix Version/s: 2.16
(was: 2.15)
> MVCC: Document disabled p
[
https://issues.apache.org/jira/browse/IGNITE-10649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10649:
---
Fix Version/s: 2.16
(was: 2.15)
> Add documentation for control
[
https://issues.apache.org/jira/browse/IGNITE-10699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10699:
---
Fix Version/s: 2.16
(was: 2.15)
> Update documentation
[
https://issues.apache.org/jira/browse/IGNITE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9406:
--
Fix Version/s: 2.16
(was: 2.15)
> Improve SQL "Perform
[
https://issues.apache.org/jira/browse/IGNITE-10947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10947:
---
Fix Version/s: 2.16
(was: 2.15)
> CPP: Fix documentation on how
[
https://issues.apache.org/jira/browse/IGNITE-13525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13525:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: detect and
[
https://issues.apache.org/jira/browse/IGNITE-10895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10895:
---
Fix Version/s: 2.16
(was: 2.15)
> MVCC: Document several modes
[
https://issues.apache.org/jira/browse/IGNITE-11187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11187:
---
Fix Version/s: 2.16
(was: 2.15)
> Additional documentation for
[
https://issues.apache.org/jira/browse/IGNITE-12368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-12368:
---
Fix Version/s: 2.16
(was: 2.15)
> .NET: Make sure units
[
https://issues.apache.org/jira/browse/IGNITE-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-4221:
--
Fix Version/s: 2.16
(was: 2.15)
> Document ComputeJobMasterLeaveAw
[
https://issues.apache.org/jira/browse/IGNITE-11427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11427:
---
Fix Version/s: 2.16
(was: 2.15)
> Document custom node f
[
https://issues.apache.org/jira/browse/IGNITE-10710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10710:
---
Fix Version/s: 2.16
(was: 2.15)
> Document new REST API
[
https://issues.apache.org/jira/browse/IGNITE-9758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9758:
--
Fix Version/s: 2.16
(was: 2.15)
> Document data injection via the R
[
https://issues.apache.org/jira/browse/IGNITE-9716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9716:
--
Fix Version/s: 2.16
(was: 2.15)
> Document partition distribution
[
https://issues.apache.org/jira/browse/IGNITE-10977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10977:
---
Fix Version/s: 2.16
(was: 2.15)
> Document unsupported clear() c
[
https://issues.apache.org/jira/browse/IGNITE-10887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10887:
---
Fix Version/s: 2.16
(was: 2.15)
> .NET: Align .Net docs with J
[
https://issues.apache.org/jira/browse/IGNITE-12943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-12943:
---
Fix Version/s: 2.16
(was: 2.15)
> Document how to filter
[
https://issues.apache.org/jira/browse/IGNITE-7704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-7704:
--
Fix Version/s: 2.16
(was: 2.15)
> Document IgniteConfigurat
[
https://issues.apache.org/jira/browse/IGNITE-10268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10268:
---
Fix Version/s: 2.16
(was: 2.15)
> Remove documentation ab
[
https://issues.apache.org/jira/browse/IGNITE-11729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11729:
---
Fix Version/s: 2.16
(was: 2.15)
> Low description for lost pol
[
https://issues.apache.org/jira/browse/IGNITE-13611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13611:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: Port Compute G
[
https://issues.apache.org/jira/browse/IGNITE-9485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9485:
--
Fix Version/s: 2.16
(was: 2.15)
> Update documentation for ScanQu
[
https://issues.apache.org/jira/browse/IGNITE-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9091:
--
Fix Version/s: 2.16
(was: 2.15)
> IEP-25: creating documentat
[
https://issues.apache.org/jira/browse/IGNITE-11057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11057:
---
Fix Version/s: 2.16
(was: 2.15)
> Document new SQL system v
[
https://issues.apache.org/jira/browse/IGNITE-9547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9547:
--
Fix Version/s: 2.16
(was: 2.15)
> Document DML operations prohibi
[
https://issues.apache.org/jira/browse/IGNITE-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13528:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: port gene
[
https://issues.apache.org/jira/browse/IGNITE-11076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11076:
---
Fix Version/s: 2.16
(was: 2.15)
> Add documentation for control
[
https://issues.apache.org/jira/browse/IGNITE-8411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-8411:
--
Fix Version/s: 2.16
(was: 2.15)
> Binary Client Protocol spec: ot
[
https://issues.apache.org/jira/browse/IGNITE-9984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9984:
--
Fix Version/s: 2.16
(was: 2.15)
> Documentation
[
https://issues.apache.org/jira/browse/IGNITE-11487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11487:
---
Fix Version/s: 2.16
(was: 2.15)
> Docum
[
https://issues.apache.org/jira/browse/IGNITE-9856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-9856:
--
Fix Version/s: 2.16
(was: 2.15)
> Update documentation for control
[
https://issues.apache.org/jira/browse/IGNITE-10880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10880:
---
Fix Version/s: 2.16
(was: 2.15)
> Document how we should evolve
[
https://issues.apache.org/jira/browse/IGNITE-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10581:
---
Fix Version/s: 2.16
(was: 2.15)
> Document new flag to filter ca
[
https://issues.apache.org/jira/browse/IGNITE-13821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13821:
---
Fix Version/s: 2.16
(was: 2.15)
> Explain how to include a sc
[
https://issues.apache.org/jira/browse/IGNITE-10846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-10846:
---
Fix Version/s: 2.16
(was: 2.15)
> Improve docs for "Disab
[
https://issues.apache.org/jira/browse/IGNITE-13585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13585:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: Port AWS and
[
https://issues.apache.org/jira/browse/IGNITE-18496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-18496:
---
Fix Version/s: 2.16
(was: 2.15)
> Handle documentation feedb
[
https://issues.apache.org/jira/browse/IGNITE-11628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11628:
---
Fix Version/s: 2.16
(was: 2.15)
> Document the possibility to
[
https://issues.apache.org/jira/browse/IGNITE-11184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11184:
---
Fix Version/s: 2.16
(was: 2.15)
> add example of ssl rest proto
[
https://issues.apache.org/jira/browse/IGNITE-13523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13523:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: the "lay
[
https://issues.apache.org/jira/browse/IGNITE-13529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13529:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: create docs
[
https://issues.apache.org/jira/browse/IGNITE-12575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-12575:
---
Fix Version/s: 2.16
(was: 2.15)
> Document @IgniteExperimen
[
https://issues.apache.org/jira/browse/IGNITE-11694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11694:
---
Fix Version/s: 2.16
(was: 2.15)
> Add documentation
[
https://issues.apache.org/jira/browse/IGNITE-13651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13651:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: Port Apache Zeppe
[
https://issues.apache.org/jira/browse/IGNITE-13918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13918:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: Port Capac
[
https://issues.apache.org/jira/browse/IGNITE-19314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-19314:
---
Fix Version/s: 2.16
(was: 2.15)
> Release 2
[
https://issues.apache.org/jira/browse/IGNITE-14212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-14212:
---
Fix Version/s: 2.16
(was: 2.15)
> New web documentation promot
[
https://issues.apache.org/jira/browse/IGNITE-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11768:
---
Fix Version/s: 2.16
(was: 2.15)
> CPP documentation:mention defa
[
https://issues.apache.org/jira/browse/IGNITE-11789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11789:
---
Fix Version/s: 2.16
(was: 2.15)
> Document changes of
[
https://issues.apache.org/jira/browse/IGNITE-11630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-11630:
---
Fix Version/s: 2.16
(was: 2.15)
> Document changes to SQL vi
[
https://issues.apache.org/jira/browse/IGNITE-13851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13851:
---
Fix Version/s: 2.16
(was: 2.15)
> Document persistence forw
[
https://issues.apache.org/jira/browse/IGNITE-13688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13688:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: Port Checkpoint
[
https://issues.apache.org/jira/browse/IGNITE-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-13524:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: fix Jekyll warni
[
https://issues.apache.org/jira/browse/IGNITE-14694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-14694:
---
Fix Version/s: 2.16
(was: 2.15)
> .NET: Update documentation li
[
https://issues.apache.org/jira/browse/IGNITE-16949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-16949:
---
Fix Version/s: 2.16
(was: 2.15)
> Update documantaion links
[
https://issues.apache.org/jira/browse/IGNITE-19378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-19378:
---
Fix Version/s: 2.16
(was: 2.15)
> Ignite Docs: Remove docs rela
[
https://issues.apache.org/jira/browse/IGNITE-16189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Plehanov updated IGNITE-16189:
---
Fix Version/s: 2.16
(was: 2.15)
> Improve getting started sect
Dear community,
The release of Apache Ignite 2.15.0 RC0 has been accepted.
Vote result: The vote PASSES with six +1 votes (3 bindings),
no 0 votes,
and no -1 votes.
+1 votes:
- Pavel Tupitsyn (binding)
- Nikita Amelchev
- Vladimir Steshin
- Maxim Muzafarov (binding)
- Ilya Shishkov
- Ivan Daschi
Dear Community,
The release candidate is ready.
I have uploaded release candidate to
https://dist.apache.org/repos/dist/dev/ignite/2.15.0-rc0/
https://dist.apache.org/repos/dist/dev/ignite/packages_2.15.0-rc0/
The following staging can be used for testing:
https://repository.apache.org/content/r
> > a lot of changes from 'ignite' to 'gridgain'
> That's not good, requested changes on that PR.
>
> [1]
>
> https://cwiki.apache.org/confluence/display/IGNITE/How+to+Document#HowtoDocument-DocumentationFeedbackviaBugyard
>
> On Tue, Apr 11, 2023
IGNITE-17892
>
> https://issues.apache.org/jira/browse/IGNITE-18496
>
> https://issues.apache.org/jira/browse/IGNITE-18260
>
> 在 2023/4/10 21:31, Alex Plehanov 写道:
> > Hello Igniters,
> >
> > I've cut the release branch: 'ignite-2.15'. Please, cherry-pi
Hello Igniters,
I've cut the release branch: 'ignite-2.15'. Please, cherry-pick new issues
if needed.
The 2.15 scope is frozen. Unresolved not-blocking issues will be moved to
the next release on the code freeze stage.
пт, 7 апр. 2023 г. в 17:03, Alex Plehanov :
> Hello Ig
y (10 Apr). I will inform
you accordingly, when it will be done.
[1] : https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.15
пт, 31 мар. 2023 г. в 13:18, Jian Chen :
> +1
>
> Вячеслав Коптилин 于2023年3月31日 周五下午6:12写道:
>
> > +1
> >
> > ср, 29
Dear Ignite Community!
I suggest starting Apache Ignite 2.15 release activities.
We've accumulated more than two hundred resolved issues [1] with new
features and bug fixes which are waiting for release.
The major changes related to the proposed release:
- Incremental snapshots.
- Java thin clien
Jian Chen,
There is such a view as STATISTICS_GLOBAL_DATA, but looks like it isn't
documented.
пт, 3 мар. 2023 г. в 11:13, Jian Chen :
> Hi Igniters,
>
> I am trying to get table statistics for a Ignite table, find the document
> in
>
> https://ignite.apache.org/docs/latest/monitoring-metrics/sy
1 - 100 of 432 matches
Mail list logo