Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 116.1
edited by Erik Bakker
on 2023/05/10 08:46
on 2023/05/10 08:46
Change comment:
There is no comment for this version
To version 279.1
edited by Carlijn Kokkeler
on 2023/12/04 14:54
on 2023/12/04 14:54
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 197-PayAttention1 +209 - Deployment Delights - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,68 +1,64 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** In thelast few weeks, wehaveworked hard on improving our next-generation architecture and introduced alerting functionality on top of our event streaming pattern based on user feedback.Furthermore, several smaller feedback items and bugs have been resolved with this release.So without further ado, let us dive into all we have to offer.6 +**Hi there, eMagiz developers!** We have... 6 6 7 -== ** Eventstreaming alerting** ==8 +== **Release Maintenance** == 8 8 9 -This release expands our alerting functionality into the event streaming pattern. As of now, one new "static" alert has been introduced for all clients (using event streaming), and two "dynamic" alerts have been introduced that you can configure yourself if there is a need for it. 10 10 11 -The "static" alert we have added raises an alert (and a subsequent email) when the actual topic size crosses the threshold of 80% of the configured maximum retention size on a topic. This alert provides insights into whether messages on it are deleted due to a size or time constraint. In cases where data is deleted, the topic was too full way before the messages should have been removed due to the retention hours constraint. This alert can indicate that messages might be deleted before consumer groups had the option to consume the messages. 12 12 13 -The two "dynamic" alerts we have added mimic the alerting on the queue level we already offer to the community. 14 14 15 -[[image:Main.Images.Release Blog.WebHome@197-release-blog--new-alerting-options.png]] 16 16 17 - Thefirst new "dynamic" alert allows you to raise an alert once the number of messages on one (or more topics) is less than a certain number perdefined time unit. So, for example, you can configure an alert once the number of messages placedon atopic called "Exception" is less than 15messageswithin 5 minutes.14 +== **Feedback Items** == 18 18 19 -[[image:Main.Images.Release Blog.WebHome@197-release-blog--alert-config-example.png]] 16 +//__Container version overview__// 17 +In Deploy > Releases, it is now possible to see the container versions in the release details. This can be viewed by clicking the three dots in the Create phase section. 20 20 21 - Thesecond new "dynamic"alertallowsyou to raisean alertoncene (ormore) consumergroups aremorethan X messagesbehindon onermoreopics. Theconfiguration of thisiscomparableto what wesaw before.19 +[[image:Main.Images.Release Blog.WebHome@release-blog-209-deployment-delights-container-overview.png]] 22 22 23 -For more information on the generic way of working surrounding alerting, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-alerting-gen3||target="blank"]] and this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Novice.Alerting.novice-alerting-dynamic-alerting.WebHome||target="blank"]]. 21 +//__Unchanged containers__// 22 +When deploying a new release, containers that have no changes between the deployed release and the new release will not be deployed and restarted. 24 24 25 -== **3rd generation improvements** == 24 +//__Rebuilding of images__// 25 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 26 26 27 -//__Increased grace period for shutdown__// 28 -In this release, we have increased a container's grace period to shut down before it is forcefully shut down. This should reduce the chance of unwanted failover behavior within your model. 29 29 30 -//__Update at once or not__// 31 -This release fixes and re-introduces the option to execute your actions on the eMagiz per zone or all at once when running in a double-lane Docker setup. 28 +== **Bug Fixes** == 32 32 33 -//__ Improveduser feedback while executinga deployment plan__//34 -Th is releaseintroduces additionalfeedbackto theuser whenthe deploymentplansexecuted. This is noticeablewhena stepcannot be executed properly.The relevant information about why this cannotbe executedis shownto theuser. Thisway,theycan take thisinformation and act uponitinsteadof assumingeverything went well.30 +//__Runtime metrics processing__// 31 +The collection and publishing of runtime metrics is no longer synchronized across containers, which improves their processing. 35 35 36 -//__ Improved auto-healingwhen running inahybrid situation__//37 - Insituations whereyou run inahybrid situation(i.e., partly next-genandpartlythecurrentgeneration), wehaveimprovedtheauto-healing functionalityin casean"outof memory" appears ona runtime running in thecurrentgenerationbutona next-generationarchitecture.33 +//__Deployment plan__// 34 +We solved a bug where a deployment step in the deployment plan could randomly get stuck. 38 38 39 -//__ Improved rollup and storageofmetricswhen running yoursolution in thenext generationarchticture__//40 -T o improve the stability of theManagephaseand,inparticular,themetrics whenzoomingouton theprovidedinformation, we have madesomestructural changesthat supportthisuser functionalitybetter.36 +//__Store message merging__// 37 +The message merging tool has been fixed to allow merging of your message definitions from the Store to existing data model messages. 41 41 42 -{{warning}} Due to this change, the platform will remove data collected before the release date in the upcoming weeks. This process will be finished at the beginning of June. From then on, all data before the 12th of May will no longer be visible. As users generally do not look back this far back in time, we consider this an acceptable trade-off. {{/warning}} 39 +//__View all store items__// 40 +An issue has been fixed where it was not possible to load more store items in the left panel in the Create phase Flow Designer. 43 43 44 -== **Feedback items ** == 42 +//__Out of memory behavior__// 43 +We improved the out of memory behavior of runtimes. Runtimes will now always restart when an out of memory error occurs. 45 45 46 -//__Make sure the message format can be viewed without "Start editing"__// 47 -With this release, we have ensured that when you navigate to Design -> System message, you can see the message format (i.e., XML, JSON, or EDI) without entering the "Start Editing" mode. 45 +//__Max fetch size__// 46 +We improved the help text of the advanced option of ‘max fetch size’ for the mail inbound adapter to better describe how that option affects its behavior. 47 + 48 48 49 -//__Various styling improvements in the flow testing functionality__// 50 -Various minor styling improvements have been added to the flow testing functionality to improve the overall user experience. Please check out the release notes for a complete list and more details. 51 - 52 52 == **Fancy Forum Answers** == 53 53 54 54 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 55 55 56 -* [[Update Core01 without downtime?>>https://my.emagiz.com/p/question/172825635703427783||target="blank"]] 57 -* [["EDI" mapping?>>https://my.emagiz.com/p/question/172825635703440524||target="blank"]] 53 +* [[JSONPath in SpEL expressions>>https://my.emagiz.com/p/question/172825635703415034||target="blank"]] 58 58 59 59 == **Key takeaways** == 60 60 61 -Thanks to all thathelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:57 +Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 62 62 63 63 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 64 64 * If you have feedback or ideas for us, talk to the Platypus 65 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 61 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 66 66 * Clear your browser cache (Ctrl + Shift + Del) 67 67 * Check out the release notes [here] 68 68 * Start thinking about how the license tracker can aid your development ... ... @@ -75,6 +75,12 @@ 75 75 {{info}} 76 76 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 77 77 78 -~*~* Indicates a GEN3-only feature. 79 -{{/info}})))((({{toc/}}))){{/container}} 74 +~*~* Indicates a next-generation-architecture only feature. 75 +{{/info}} 76 +))) 77 + 78 +((( 79 +{{toc/}} 80 +))) 80 80 {{/container}} 82 +{{/container}}