Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Windows SMB client performance issues

3836784Feb 25 2019 — edited Oct 17 2019

Hi all,

We recently set up a Solaris 11.4 server based on the following hardware;

SuperMicro SSG-6049P-E1CR45L

2x XEON Silver 4114 10 Core 2.2GHz

(LSI 3008 IT mode)

512GB DDR4-2666 ECC RAM

2 x Intel S4600 240GB

2 x Intel Optane 905P 480GB U.2

24 x HGST 10TB SAS

2 x Intel X540T2 10Gbe NIC

Our main storage pool is setup like so;

4 groups of 6 physical 10TB drives in RAID-Z2

1 x Intel Optane 905P 480GB U.2 - cache

1 x Intel Optane 905P 480GB U.2 - log

lz4 compression is enabled on the shared filesystem.

Sharing is via the Solaris CIFS service, sharing to about 32 total clients. Almost all the clients would have only small periods of reading or writing to the server when they save files or do renders, usually files between 500mb - 4GB in size.

The problem we are having is that Windows clients with SMB have random performance - when it works, the Windows SMB clients will copy files at up to a GB/sec over 10Gbe, usually hovering around 500-700MB/s. The problem is is that at frequent and random times, the copy will just completely stall and drop to 0 bytes/s. It will remain stalled often for a few minutes and then resume, ramping up to the previous speed. Sometimes it will stall again.


These stalls only seem to happen on Windows SMB clients and not macOS clients.

The stalls only seem to happen when writing to the server, not reading from it.

Clients are running Windows 10 1709. Solaris version is 11.4.5.3.0.

I can't see any correspondence to anything happening on the server that would seem to cause this.

Any help on working this out would be greatly appreciated.

Tristan

This post has been answered by user9045213 on May 23 2019
Jump to Answer

Comments

1049339

Can someone throw some light on this. Appreciate the help.

Thanks.

1049339

How to do row and cell spanning in tableview in Javafx8. Please share if any samples.

Thanks.

Answer

Cell spanning is not presently available in the JavaFX TableView control. There already exists a Jira feature request for this here:

http://javafx-jira.kenai.com/browse/RT-24747

You may also be interested in the SpreadsheetView control that is part of the ControlsFX open source project here:

http://www.controlsfx.org

-- Jonathan

Marked as Answer by 1049339 · Sep 27 2020
1049339

Thank you for your reply. I saw the document for tableView and it talks about spanning. So that's why I raised the question.

I had earlier checked ControlFX 8 and it really awesome. I have a question in this. Not sure if this is forum to ask about it.

I want to show a cell in Spreadsheet control which should display a member's value from an object, say like LastName member in Person object.

How do write custom cell factories for the spreadview like we do in tableview. I saw the documentation for controlfx and it talks about SpreadsheetCellType need to be written for the new custom type. .I want to show a string, but it inside an object, say  lastName property from Person object. So how do you write SpreadsheetCellType.Person object or do there is no need for this. Just write SpreadsheetCellEditor<Person>.

Thanks.

Message was edited by: 2072224c-1b4a-45ee-b95c-6521e66ef30a

1 - 4

Post Details

Added on Feb 25 2019
26 comments
4,150 views