[
https://issues.apache.org/jira/browse/TS-4767?focusedWorklogId=27633&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-27633
]
ASF GitHub Bot logged work on TS-4767:
--------------------------------------
Author: ASF GitHub Bot
Created on: 31/Aug/16 20:42
Start Date: 31/Aug/16 20:42
Worklog Time Spent: 10m
Work Description: Github user zwoop commented on a diff in the pull
request:
https://github.com/apache/trafficserver/pull/946#discussion_r77069088
--- Diff: configure.ac ---
@@ -1293,13 +1293,13 @@ AS_IF([test "x$enable_posix_cap" != "xno"],
AC_SUBST(use_posix_cap)
#
-# If the OS is linux, we can use the '--enable-linux-native-aio' option to
+# If the OS is linux, we can use the
'--enable-linux-native-aio-EXPERIMENTAL' option to
# replace the aio thread mode. Effective only on the linux system.
#
AC_MSG_CHECKING([whether to enable Linux native AIO])
-AC_ARG_ENABLE([linux-native-aio],
- [AS_HELP_STRING([--enable-linux-native-aio], [enable native Linux AIO
support @<:@default=no@:>@])],
+AC_ARG_ENABLE([linux-native-aio-EXPERIMENTAL],
--- End diff --
I'm ok with this, but it seems a little "loud" :-). Maybe just
--enable-experimental-linux-native-aio
This will still disable this for those package managers that have been
using the old configure option.
Issue Time Tracking
-------------------
Worklog Id: (was: 27633)
Time Spent: 2h (was: 1h 50m)
> Add warning for Linux AIO build option
> --------------------------------------
>
> Key: TS-4767
> URL: https://issues.apache.org/jira/browse/TS-4767
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Reporter: Bryan Call
> Assignee: Bryan Call
> Labels: incompatible
> Fix For: 7.0.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> There are performance and size limits when building with Linux AIO. The
> proposal is to remove build options for LInux AIO until is becomes more
> stable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)