We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
导入excel时,pod的cpu打满,线程似乎一直卡住了,以下是arthas抓取的信息。 导入的excel文件大小约20kb,行数为11行,列数为6行。 重新导入相同的excel时无法复现。
'xxxxxxx" Id=135 cpuUsage=24.77% deltaTime=248ms time=338221ms RUNNABLE at org.apache.xmlbeans.impl.store.Locale.count(Locale.java:2062) at org.apache.xmlbeans.impl.store.Xobj.count elements (obj.java: 2068) at org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTColsImpl.sizeofColArray(UnknownSource) at org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTColsImpl$1ColList.size(UnknownSource) at java.util.Abstractlist$Itr.hasNext(AbstractList.java:351) at org.apache.poi.xssf.usermodel.helpers.ColumnHelper.columnExists(ColumnHelper.java:312) at org.apache.poi.xssf.usermodel.helpers.ColumnHelper.insertcol(ColumnHelper.java:219) at org.apache.poi.xssf.usermodel.helpers.ColumnHelper.insertcol(ColumnHelper.java:214) at org.apache.poi.xssf.usermodel.helpers.ColumnHelper.getColumn1Based(ColumnHelper.java:198) at org.apache.poi.xssf.usermodel.helpers.ColumnHelper.getOrCreateColumnlBased(ColumnHelper.java:285) at org.apache.poi.xssf.usermodel.helpers.ColumnHelper.setcolWidth(ColumnHelper.java:271) at org.apache.poi.xssf.usermodel.XSSFSheet.setColumnWidth(XSSFSheet.java:2572) at org.apache.poi.xssf.usermodel.XSSFSheet.autoSizeColumn(XSSFSheet.java:563)
The text was updated successfully, but these errors were encountered:
zhuangjiaju
No branches or pull requests
触发场景描述
导入excel时,pod的cpu打满,线程似乎一直卡住了,以下是arthas抓取的信息。
导入的excel文件大小约20kb,行数为11行,列数为6行。
重新导入相同的excel时无法复现。
触发Bug的代码
The text was updated successfully, but these errors were encountered: