Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 183.1
edited by Carlijn Kokkeler
on 2023/10/12 16:30
on 2023/10/12 16:30
Change comment:
There is no comment for this version
To version 285.1
edited by Carlijn Kokkeler
on 2023/12/04 15:23
on 2023/12/04 15:23
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -20 6-SituationalDeployment1 +210 - Deployment Delights - Content
-
... ... @@ -1,110 +1,60 @@ 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 fewweeks, wehave done much work for the Deploy phase.On top of that, wehave workedonseveralstorefunctionalities.Next to this,we have severalsmallerfeedbackitemsfromourhackathonefforts that arenowreleased to you.6 +**Hi there, eMagiz developers!** We have have done much work for the Deploy phase. Moreover, we did several bug fixes, mainly relating to the Deploy phase again, but also several for the Store. Lastly, we made some changes to the alerts that you may be receiving. 6 6 7 -== **Release Date Change** == 8 -As of release 208, released on November 9th, 2023, we will change our release date to Thursday morning starting at 05:00 AM CET (4:00 UTC). We opted for this change as it allows us to control better and manage our releases to uphold the quality standards you have gotten used to from us. Should you have any questions, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]. 8 +== **Alerts** == 9 9 10 -== **Deployment Plan** == 10 +//__Topic approaching max size alert__// 11 +The alert ‘topic approaching maximum size’ alert has been temporarily disabled due to a high number of false positives. 11 11 12 -//__ Improved deploymentplan tomakehe processbetterand morepredictable__//13 - Thealgorithm for generating adefaultdeployment plan isimprovedto keep JMS downtimeand alertingto a minimum. Whenstopping amachine, the JMSserver isstopped last, and when executingthe deploymentplan, the JMS serverisdeployed first.This way, the JMS server is troubledminimally, andall processes are stoppedbefore being deployedagain. Thisprovides additionalcontrol over the deployment of your release(s) andreducesthelikelihood offalse-positivelogging(and potentially alerting) duringand shortlyafter the deployment.13 +//__Missing metrics alert__// 14 +We solved an issue where the ‘missing metrics’ alert did not always contain the full container name. 14 14 15 -{{info}}The start/stop/restart machine deployment steps work for cloud and on-premises machines.{{/info}} 16 - 17 -//__Editing release properties__// 18 -With this release, it will be possible to change the description of a property by editing the property. 19 - 20 -//__Container memory settings__// 21 -A change in memory settings triggers redeployment of the container now. 22 - 23 -//__Properties tab__// 24 -We have removed the deprecated tab Properties in the Deploy phase. 25 - 26 -//__Cleanup old images__// 27 -When a release is removed, the related unused images in the on-premises machines will be removed as well. 28 - 29 -//__Performance improvements for loading releases__// 30 -Performance improvements have been implemented for loading releases in Deploy. Releases should now load faster than before. All functionality should remain exactly the same as before. 31 - 32 -== **Store Improvements** == 33 - 34 -//__Message definition elements order__// 35 -We fixed an issue that the order of message definition elements was changed after being imported. 36 - 37 -//__Importing a store item with synchronous message definitions__// 38 -We fixed an issue that importing a store item with synchronous message definitions went wrong. Now, the imported message definitions should correspond with the exported message definitions. 39 - 40 -//__Importing store items containing static copies__// 41 -We fixed an issue that store items were missing static copies. Now, store items with static copies are imported correctly. 42 - 43 -//__Importing store content__// 44 -We fixed an issue that blocked you from importing Store content in the Design phase. The message definitions and message mappings are now imported correctly as the original content in the item of the Store. 45 - 46 -//__Store disclaimer__// 47 -Users who are not the model owner no longer see the eMagiz Store disclaimer popup, instead they see a popup containing a message that states that the model owner should accept the disclaimer. 48 - 49 49 == **Feedback Items** == 50 50 51 -//__ Alertingmanualpause__//52 - Afewreleasesago we changedthebehaviorofalertinginthe deploymentplan. Noweach timewhena deploymentplanisexecutedthealertingwill be automatically re-enabledwhenthedeployer closesthedeploymentplan or closes the web browser. Themajorityof theusers arehappywiththenew behavior, buttherearesome use cases that youdonotwantstartthe alertingimmediately.With thisrelease, if alerting has beenpausedmanually, thiswill not beactivated automatically after a release deployment.18 +//__Container version overview__// 19 +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. 53 53 54 -//__Ordering of graphs in Manage__// 55 -The graphs in Manage are now ordered according to importance. This means that runtime statistics are sorted by "Process CPU usage" (highest first), queue statistics are sorted by "Messages in queue" (highest first), and HTTP statistics are sorted by "Unsuccessful requests" (highest first). 21 +[[image:Main.Images.Release Blog.WebHome@release-blog-210-deployment-delights-container-overview.png]] 56 56 57 -//__U TC times inGrafanapanels__//58 - All Grafanapanels nowshowUTC times,whicharenormally usedineMagiz, insteadoflocal(browser)timezones.This way, it iseasierto matchgraphs withloggingeventsoralerts.23 +//__Unchanged containers__// 24 +When deploying a new release, containers that have no changes between the deployed release and the new release will not be deployed and restarted. 59 59 60 -//__ Updateflowdesigner version__//61 - The framework usedin the flowdesignerhasbeenupdatedto thelatestversion.26 +//__Rebuilding of images__// 27 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 62 62 63 -//__Carwash track TLS versions in logging__// 64 -A new logging feature will be released, enabling us to make better choices in deprecating old encryption standards. 29 +== **Bug Fixes** == 65 65 66 -//__ Movingchannelsin the flow designer__//67 - Movingalreadyattachedchannelsintheflow designer hasbeenmadeligthlyeasier.31 +//__Runtime metrics processing__// 32 +The collection and publishing of runtime metrics is no longer synchronized across containers, which improves their processing. 68 68 69 -//__ Topic sizes descriptionchange__//70 - Inthechangedescription(andHistory) whenalteringthetopic sizeof a topic theewandoldvalue were switchedaroundcreatingconfusion,this has been resolved.34 +//__Deployment plan__// 35 +We solved a bug where a deployment step in the deployment plan could randomly get stuck. 71 71 72 -//__ Passwordchangenotification__//73 - Whenan account password changerequestismade,evenwhenthisfails, a mailis senttothe accountownertoinform the owneraboutthe action.37 +//__Store message merging__// 38 +The message merging tool has been fixed to allow merging of your message definitions from the Store to existing data model messages. 74 74 75 -//__ Passwordcomparison__//76 - Whenchanging a password, it is comparedtoalistof known databasebreachesforsecurity.Awarning isshownwhenthepasswordcorrespondswithapasswordin thedatabase.40 +//__View all store items__// 41 +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. 77 77 78 -//__ Inactiveuseralerting__//79 - Inactivatedusersarenowremoved fromallalertsettings(included“disabled“settings)toavoidundesirablenotifications.43 +//__Out of memory behavior__// 44 +We improved the out of memory behavior of runtimes. Runtimes will now always restart when an out of memory error occurs. 80 80 81 -//__ Alphabeticalsorting on user level in HTTP statistics__//82 - Variablesinthe3rdgenerationruntimesHTTPstatisticsdetailpagesarenowsorted caseinsensitive.46 +//__Max fetch size__// 47 +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. 83 83 84 - 85 -== **Bug Fixes** == 86 - 87 -//__Flow designer styling__// 88 -The styling of the flow designer's left component panel has been restructured, solving a rare bug which would break the styling of certain functionalities. 89 - 90 -//__Partial search for messages__// 91 -It is now possible to search on messages partially in Manage Monitoring. For example, a search for Uptime can be done by searching for "up" "time" "ptim". 92 - 93 -//__Disk usage after cloud template update__// 94 -In the last cloud template update there was an issue with disk performance. This has been resolved in this release. You can manually upgrade your cloud template, or rely on automatic updates. 95 - 96 -//__Error handling migration__// 97 -If there is no custom error handling, when migrating to Gen3, the error channel to “errorChannel” is only created for the first inbound in an entry flow. This has been fixed by adding a migration step, where we set the error channel of all inbounds in a flow to “errorChannel” if the custom error handling is set to false. 98 - 99 99 == **Fancy Forum Answers** == 100 100 101 101 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: 102 102 103 -* [[ JSON WebTokens(JWTauthentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]]104 -* [[ Determiningcontainersizes& reading architecturepages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]]105 -* [[ SFTP connectivity-supportedalgorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]]106 -* [[ Deploypropertyreleaseesultsinmissing flows inruntime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]]107 -* [[M essageDeliveryException:Dispatcherhas nosubscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]]53 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 54 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 55 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 56 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 57 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 108 108 109 109 110 110 == **Key takeaways** == ... ... @@ -127,5 +127,11 @@ 127 127 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 128 128 129 129 ~*~* Indicates a next-generation-architecture only feature. 130 -{{/info}})))((({{toc/}}))){{/container}} 80 +{{/info}} 81 +))) 82 + 83 +((( 84 +{{toc/}} 85 +))) 131 131 {{/container}} 87 +{{/container}}