Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

problems occurred running accepting change setes, also resume suspend is not working

Error_message  We are merging changes from Stream A to Stream B, This is one way merge only (Stream A to Stream B), we see lot of changes coming from Stream A when we’re trying to accept the changes “CRRTCS5092E Accepting the baseline for component ‘Stream A’ would result in too many conflicts in the workspace due to change set reordering. In order to remedy this, you should suspend your outgoing change sets, accepting the baselines and then resume the suspended change sets one at a time and resolve the resulting conflicts” got error message.

As per error message recommendation, we have suspended outgoing changes and then accepted incoming ones, but when we’re trying resume suspended changes are not coming to incoming also we did one by one or all at time also nothing happening when click on resume option.

Any one gone through this issue, please suggest if you have any solution (we are in RTC 5.0.2).

0 votes



2 answers

Permanent link
Can you open up the error log (CTRL+3 and type "error") and see if there is any error logged to that view when trying to resume the change set.

Also can you confirm that the change set you are trying to resume does not already exist in the history of that repository workspace (the one you are trying to resume it into). This could could have happened when you accepted the incoming change sets.
Note: If you try to resume a change set that already exists in that workspace then nothing will happen and the change set remains suspended (it's a no-op). To check if the change set already exists, right-click on the suspended change set and select "Locate Change Sets", now drag&drop the workspace you are trying to resume it into to the "Search Targets" section of the Locate Change Sets editor, it should tell you if the change set already exists or not. If it does, and if you really don't want it to appear in the suspended list, you can right-click it and select "Discard".

0 votes

Comments

And assuming that is what is happening (that would be my guess), and if you find it annoying that the resume just silently ignores this case, you might want to add your vote to: "Resume" on a suspended change set is silently ignored (109422)


Permanent link
Thanks David Lafreniere and Geoffrey Clemm, 

We found a solution to do huge merge without suspended option, 
Update below values on eclipse.ini file and allowed us to accept huge change-sets and we were able to complete our merges successfully.

Before
--launcher.XXMaxPermSize
256m
-Xms100m
-Xmx1024m
-Dosgi.bundlefile.limit=1000

After
--launcher.XXMaxPermSize
512m
-Xms1024m
-Xmx2048m
-Dosgi.bundlefile.limit=1000

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019
× 1,202
× 33

Question asked: May 30 '16, 3:21 a.m.

Question was seen: 3,975 times

Last updated: Jun 09 '16, 9:09 a.m.

Confirmation Cancel Confirm