Task #6059 (closed)
Opened 8 years ago
Closed 8 years ago
p1: Big Image Upgrade Testing (25)
| Reported by: | saloynton | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3.1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton, atarkowska |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-07-07 (1) |
Description (last modified by atarkowska)
Scenario Below:
* Install 4.2.2 server and increase Java memory to 4096M in template.xml. * Using a 4.2.2 client of OMERO upload big images listed below (e.g. 8000x8000) * Install the new 4.3 upgrade to the server. (See http://openmicroscopy.org/site/support/omero4/server/upgrade) * Now again try to view the same big image. * An exception (which should be hidden from the user) is thrown which implies, "this image needs a pyramid created. please try again") * In the background, the server generates the pyramid. Server log should show "Missing pyramid:/OMERO/Pixels/101_pyramid" * On clicking on the same big Image for a second time, the image will be viewable.
Images to use:
.BMP
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/bmp/6kx6k-grey.bmp
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/bmp/6kx6k.bmp
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/bmp/8kx8k-grey.bmp
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/bmp/8kx8k.bmp
PNG
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/png/4kx4k.png
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/png/8kx8k.png
TIF
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/tif/4kx4k.tif
smb://squig.openmicroscopy.org.uk/ome/data_repo/test_images_good/tif/8kx8k.tif
Change History (8)
comment:1 Changed 8 years ago by atarkowska
- Cc atarkowska added
- Owner changed from atarkowska to saloynton
comment:2 Changed 8 years ago by saloynton
- Description modified (diff)
- Owner changed from saloynton to atarkowska
comment:4 Changed 8 years ago by atarkowska
Given sample files don't match the test. 8k Tiff import failed due to OutOfMemoryException?. JPEG2000 is not supported format. In order to import 8k PNG I had to increase Java heap space to 4096M
comment:5 Changed 8 years ago by atarkowska
4.2.2 server didn't crash. I could easily see images
comment:6 Changed 8 years ago by atarkowska
Following the test, I upgraded the server. It seams that only PNG 8k and Tif 8K raised Missing pyramid:
2011-07-04 09:12:58,137 INFO [ ome.io.nio.PixelsService] (l.Server-3) Missing pyramid:/OMERO/Pixels/101_pyramid 2011-07-04 09:12:58,137 INFO [ ome.services.ThumbnailBean] (l.Server-3) ConcurrencyException on retrieveThumbnailSet.ctx.hasSettings
comment:7 Changed 8 years ago by atarkowska
- Description modified (diff)
comment:8 Changed 8 years ago by atarkowska
- Resolution set to fixed
- Status changed from accepted to closed
According to our conversation, could you please specify which image exactly I should test it with?