[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-25273.
------------------------------------
Resolution: Rejected
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
> Attachments: dc-rcs.png, edit-resource-limits-memory-limit-units.png
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
> !edit-resource-limits-memory-limit-units.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25273:
------------------------------------------
what I see in your screenshots are the replication controllers.
Nevertheless after some wait in Eclipse I see an update had happened in the dc which then made a new rc appear. So it looks like I was mislead when not waiting, thinking that web-ui had changed the rc. In this case we both (Eclipse tooling and the web-ui) use the same strategy: changing the dc which then creates a new rc.
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
> Attachments: dc-rcs.png, edit-resource-limits-memory-limit-units.png
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
> !edit-resource-limits-memory-limit-units.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBTIS-1177) Unknown category when specifying discovery url for Integration Stack EA
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1177?page=com.atlassian.jira.plugin... ]
Paul Leacu resolved JBTIS-1177.
-------------------------------
Resolution: Done
This is corrected within the same beta release. No plugin changes required - Nick changed the name of the certification id.
> Unknown category when specifying discovery url for Integration Stack EA
> -----------------------------------------------------------------------
>
> Key: JBTIS-1177
> URL: https://issues.jboss.org/browse/JBTIS-1177
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 11.1.0.Beta1
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 11.1.0.Beta1
>
>
> {code}
> Unknown category 'com.jboss.jbds.discovery.certification.supported.earlyaccess' referenced by connector 'jboss.integration-stack.ea.bundle.ds' declared in com.jboss.jbds.central.discovery.integration_stack.earlyaccess_11.1.0.Beta1_v20171012_1209_B62.jar_5518145992839178562.jar
> {code}
> I use Devstudio 11.1.0.GA-v20171017-1040-B1391 with the following lines in devstudio.ini
> {code}
> -Djboss.discovery.directory.url=https://devstudio.redhat.com/11/staging/updates/integration-stack/discovery/11.1.0.Beta1/devstudio-directory.xml
> -Djboss.discovery.site.integration-stack.url=https://devstudio.redhat.com/11/staging/updates/integration-stack/discovery/11.1.0.Beta1
> -Djboss.discovery.earlyaccess.site.integration-stack.url=https://devstudio.redhat.com/11/staging/updates/integration-stack/discovery/11.1.0.Beta1/earlyaccess
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-25273:
------------------------------------
I don't agree
See my DC after updating the limlits:
!dc-rcs.png|thumbnail!
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
> Attachments: dc-rcs.png, edit-resource-limits-memory-limit-units.png
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
> !edit-resource-limits-memory-limit-units.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25273) Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25273?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25273:
-------------------------------
Attachment: dc-rcs.png
> Edit resource limits wizard: memory limit is erroneously shown as "MiB" where it should be "bytes"
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25273
> URL: https://issues.jboss.org/browse/JBIDE-25273
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: edit_resource_limits_wizard, openshift_v3
> Fix For: 4.5.1.Final
>
> Attachments: dc-rcs.png, edit-resource-limits-memory-limit-units.png
>
>
> steps:
> # ASSERT: make sure that you have an application with a service and replication controller running in OpenShift (ex. create an app with the nodejs-mongo-persistent template)
> # ASSERT: make sure that your memory request limit is in bytes:
> # EXEC: in OpenShift explorer, select your project
> # EXEC: in "Properties" view, select "Deployments" tab and select the last entry
> # EXEC: pick "Edit" in the context menu to it
> # ASSERT: replication controller is opened in the editor
> # EXEC: search (Ctrl+F) "limits" and make sure it has an entry for memory limits that has no unit
> {code}
> "resources" : {
> "limits" : {"memory" : "512"},
> },
> {code}
> # EXEC: in OpenShift Explorer: select the service for your application and pick "Edit Resource Limits..." in the context menu
> # ASSERT: Edit resource limits wizard shows up
> Result:
> Memory > Limits show *MiB* as unit
> !edit-resource-limits-memory-limit-units.png!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months