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
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 197-PayAttention1 +209 - Max Verstappen - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,68 +1,83 @@ 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, wehaveworkedhardonimproving our next-generationarchitecture 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 done ..... 6 6 7 -== **Event streaming alerting** == 8 +{{warning}} 9 +Please be aware that for this release, because of the duration of the deployment, we advise you to check your TEST and ACCP cloud slots status, since you might need to start them manually in case your model is using the automatic wake up functionality. For following releases we will set the automatic wake up time to 6:00 AM UTC instead of 5:00 AM UTC. 10 +{{/warning}} 8 8 9 - Thisrelease expands our alerting functionality into theevent streamingpattern. As of now, one new "static" alert has been introduced for all clients (using event streaming), and two "dynamic" alerts have beenintroducedthat you can configure yourself if there isaeedfor it.12 +== **Quicker Deployment Plan** == 10 10 11 - The"static" alert we have addedraises analert (and asubsequentemail)when theactual topicsizecrossesthethreshold of 80% of theconfigured maximumretention size on atopic. This alertprovidesinsights intowhether messagesonit aredeleted due toasizeor timeconstraint.Incaseswheredataisdeleted,thetopic was toofullway beforethemessages shouldhavebeenremoveddue to theretentionhours constraint.This alertcanindicate that messages might beeletedbefore consumer groupshadthe option toconsumethe messages.14 +We fixed an issue which caused the release preparation step to take longer than necessary and caused the machine deployment steps to execute when they could be skipped. So, the deploynment plan will be finished much quicker now! 12 12 13 - Thetwo"dynamic" alerts we have added mimicthe alertingonthequeuelevel wealready offertothe community.16 +== **Next Generation Architecture Default** == 14 14 15 - [[image:Main.Images.ReleaseBlog.WebHome@197-release-blog--new-alerting-options.png]]18 +With this release, the next generation architecture will become the default. New models will use this generation as default. 16 16 17 - The first new "dynamic"alertallows you to raise analert once the number of messageson one(or more topics) isless than a certainnumber per defined time unit. So, for example, you can configurean alertonce the numberof messages placedona topic called "Exception" is less than15 messages within 5 minutes.20 +[[image:Main.Images.Release Blog.WebHome@209-release-blog-next-gen-default.png]] 18 18 19 - [[image:Main.Images.ReleaseBlog.WebHome@197-release-blog--alert-config-example.png]]22 +== **Cloud Template R11 Docker - Single Lane** == 20 20 21 -Th esecond new"dynamic"alertallowsyou to raisean alert onceone(ormore)consumergroups are more thanXmessagesbehindon one ormoretopics.Theconfigurationfthis is comparabletowhatwesaw before.24 +This release introduces a new cloud template for all our customers running in a single-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R11 Docker - Single Lane.WebHome||target="blank"]]. 22 22 23 - Formore information on the generic way of working surroundingalerting,pleasecheckout this [[microlearning>>doc:Main.eMagizAcademy.Microlearnings.CrashCourse.Crash Course Platform.crashcourse-platform-manage-alerting-gen3||target="blank"]] and this [[microlearning>>doc:Main.eMagizAcademy.Microlearnings.Novice.Alerting.novice-alerting-dynamic-alerting.WebHome||target="blank"]].26 +== **Cloud Template R13 Docker - Double Lane** == 24 24 25 - ==**3rd generation improvements**==28 +This release introduces a new cloud template for all our customers running in a double-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R13 Docker - Double Lane.WebHome||target="blank"]]. 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. 30 +== **Feedback Items** == 29 29 30 -//__U pdate at once ornot__//31 - Thisreleasefixes and re-introducesthe option toexecuteyouractionsontheeMagizperzone orall atoncewhenrunninginadouble-laneDockersetup.32 +//__Unused properties overview__// 33 +In Deploy > Releases, it is now possible to see all unused properties of an environment. This can be viewed by clicking the three dots in the Create phase section. Here it is also possible to quickly delete all or a selection of those unused properties. Unused properties are properties that are: 32 32 33 -//__Improved user feedback while executing a deployment plan__// 34 -This release introduces additional feedback to the user when the deployment plan is executed. This is noticeable when a step cannot be executed properly. The relevant information about why this cannot be executed is shown to the user. This way, they can take this information and act upon it instead of assuming everything went well. 35 +* Not used by any runtime that is in the Create phase release. 36 +* Not required by a flow that is in the Create phase release. 37 +* If used as nested property, none of its parent properties (checks recursively) are in the Create phase release. 35 35 36 -//__ Improvedauto-healingwhenrunninginahybrid situation__//37 - Insituations whereyou runina hybrid situation (i.e.,partlynext-gen andpartly thecurrent generation),wehaveimproved theauto-healing functionalityin case an "out ofmemory" appears on a runtimerunning inthe currentgenerationbutonaext-generationarchitecture.39 +//__Send build requests asynchronously__// 40 +The step in the deployment plan concerning the preparation of runtime images will now be executed more quickly and reliably. 38 38 39 -//__ Improved rollup and storageof metrics whenrunningyour solution in thenext generationarchticture__//40 -T o improve thestability of theManagephaseand,inparticular,themetricswhenzoomingouton theprovided information, we havemadeome structural changes that support thisuser functionality better.42 +//__Queue explorer milliseconds__// 43 +The queue browser now displays milliseconds in the timestamps. 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}} 45 +//__Cancel and next buttons order__// 46 +The order of the cancel and next buttons when creating a new trigger has been changed to increase alignment across the platform. Now, all cancel buttons are placed on the right of a 'next' or 'save' button. 43 43 44 -== **Feedback items ** == 48 +//__Unused images__// 49 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 45 45 46 -//__ Make sure themessage format can be viewed without "Start editing"__//47 - Withthis release,wehaveensuredthat whenyou navigateto Design-> Systemmessage,you can seethemessage format(i.e.,XML, JSON, or EDI) withoutenteringthe "Start Editing"mode.51 +//__Carwash logging__// 52 +A new logging feature enabling us to make better choices in encryption standards will be released. 48 48 49 -//__ Various stylingimprovementsin theflow testingfunctionality__//50 - Various minor styling improvementshave beenadded tothe flowtesting functionalityto improveheoverall userexperience.Pleasecheck outthe release notesforacomplete listandmoredetails.54 +//__Static alerts queue consumers__// 55 +Alerting will now only generate alerts for queues that are created and managed by the eMagiz JMS server. 51 51 57 +== **Bug Fixes** == 58 + 59 +//__Flow Designer connection line__// 60 +In the Flow Designer an issue has been fixed where the connection line for drawing channels did work well when scrolling or zooming in/out on the canvas. 61 + 62 +//__Portal for migrated models__// 63 +We fixed a rare case where a runtime could not start, or logging, errors and metrics could not be seen in the portal for a model that had just migrated to the next generation architecture. 64 + 65 +//__Error channel inbounds__// 66 +We added a migration step, where we set the error channel to “errorChannel” of all inbounds in a flow if the custom error handling is set to false. Before, the error channel would be set to “errorChannel” only for the first inbound in an entry flow. 67 + 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"]] 72 +* [[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:76 +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. 80 +* 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}} 93 +~*~* Indicates a next-generation-architecture only feature. 94 +{{/info}} 95 +))) 96 + 97 +((( 98 +{{toc/}} 99 +))) 80 80 {{/container}} 101 +{{/container}}